资源列表
LMS各类算法
- LMS自适应滤波器的仿真,收敛性能以及其误差性能。
fitting_plane
- 用matlab实现的平面拟合算法,只要输入不少于三个的空间点坐标-plane_fitting
ThePMatrix
- 黑客帝国数字雨的matlab模拟,三维的,效果还好,电脑负荷有点大 -Matrix digital rain matlab simulation
Esprit
- 谱估计中的Esprit算法,利用matlab进行仿真找出信号的频率,精度较高-Spectral estimation algorithm in the Esprit, the simulation using matlab to find the signal frequency, high precision
yuanchengxu
- 实现在MATLAB环境中产生三角函数的画图功能-Generated in the MATLAB environment to achieve the drawing trigonometric functions
LMS_AdaptiveFilter
- LMS自适应滤波器,实现信号的自适应滤波作用-LMS adaptive filter, adaptive filter realization of the role of signal
welchse
- Welch method of spectral estimation.
nn2
- nnlab programming in matlab that implement a simple example of mlp neural network
Turboencoder
- Turbo Encoder using RSC encoder with interleaver
united
- 小波去噪程序 缺少数据 数据都是一维的 程序比较简单 望见谅 - a matlab denoise program
rung_kutta
- ode45 machine asynchrone
共轭梯度法简明版
- 算例通过简明的算法实现了共轭梯度法,可以实现一维搜索和方向选择。