资源列表
STSAtoolbox
- 音频降噪的工具箱,提供算法和Demo,供音频处理使用-audit tool box, cancel noise, provide demo
PSD
- 功率谱是信号功率随着频率的变化情况,该小程序利用MATLAB 实现信号的功率谱计算-matlab project PSD estimation
牛顿法迭代
- function main() clc; clear all; f = @(x)log(x+sin(x)); % 测试函数 df = @(x)(1+cos(x))/(x+sin(x)); % 导数函数 x0 = 0.1; % 迭代初值 x = TestNewton(f, df, x0) % 牛顿法求解 function x = TestNewton(fname, dfname, x0, e, N) % 用途:Newton迭代法解非线性方程f(x)=0 % fname和df
monituihuo
- 模拟退火算法解决板材派样问题,可以直接用-Simulated annealing algorithm to solve problems like pie plate, can be directly used! !
FACTS-PLACEMENT
- FACTS Placement In Distribution Networks Using Cuckoo Search Algorithm
wsn_implementation
- Code for implementation and simulation of a dynamic wireless sensor network.
main_wsn
- Simulation of a wsn and calculation of interference in transfer packets
Image_Processing_Project
- Image processing program for compressing decompressing, hue adjustment.
Signa_Processing
- Code for signl processing, including trimming, denoising
filtering
- Code for filtering signals
checksum
- This code simulation checksum
CNN10000
- 复杂网络中社区发现的一种重要的抽样算法,是雪球抽样的一种拓展方法。-An important sampling algorithm complex networks of community found an expanding snowball sampling method.
