搜索资源列表
1
- MATLAB在中值滤波改进算法中的应用,这里有一个关于自适应中值滤波的简单程序。-MATLAB in the median filter to improve the algorithm, there is an adaptive median filter on a simple procedure.
4
- 彩色图像自适应中值滤波的研究与实现,希望对大家有些用处。-Color Image Adaptive Median Filter Research and Implementation of hope for all of us some useful.
5
- 一种基于自适应的新型中值滤波算法,很不错,希望对大家有所帮助。-A new type of China-based adaptive filtering algorithm, it is good, I hope to help all of you.
lms_matlab
- 本文提供了matlab实现的lms自适应滤波源代码以及结果分析,对不同的仿真波形进行了比较并对结果进行了详尽的分析,学习信号处理的同学可以参考一下-This article provides an implementation of the matlab source code for lms adaptive filtering, and analyzing the results of the simulation of different waveforms and the results
anewLMSalgorithm
- 本文对变步长自适应滤波算法进行了讨论,建立了步长因子μ与误差信号e(n) 之间另一种新的非线性函数关系. 该函数比已有的sigmoid 函数简单,且在误差e(n)接近零处具有缓慢变化的特性,克服了Sigmoid 函数在 自适应稳态阶段步长调整过程中的不足. 由此函数本文得出了另一种新的变步长自适应滤波算法,并且分析了参数α,β的取值原则及对算法收敛性能的影响. 该算法有较好的收敛性能且计算量少. 计算机仿真结果与理论分析相一致,证实了该算法的收敛性能优于已有的算法.-In this pap
经典matlab信号处理方法
- 主要包括各种滤波去噪的方法,比如FIR滤波器、IIR滤波器、自适应滤波器等