搜索资源列表
软件滤波算法
- 十种软件滤波算法 限副滤波 中位值滤波法 算术平均滤波法 递推平均滤波法(又称滑动平均滤波法)中位值平均滤波法(又称防脉冲干扰平均滤波法) -filtering software filtering algorithm limits Vice median filtering method arithmetic average recursive filtering average filtering method (also known as the moving average filter
Multilevel-median-filter-code
- Matlab多级非线性加权平均中值滤波算法代码,能解决一般的问题-Matlab nonlinear weighted average multi-level median filtering algorithm code, can solve the general problem
Commonfilter
- 用Matlab实现了常见的几种滤波算法:中位值滤波,递推平均滤波,一阶滞后滤波等算法。可以直接运行-Using Matlab to achieve several common filtering algorithms: median filtering, average filtering recursive, first-order lag filtering algorithm. Can run
FPGA
- FPGA实现滑动平均滤波算法和LZW压缩算法-my english is poor please see Chinese
Monte-Carlo-
- 利用蒙特卡洛仿真算法检验在不同模型下,滤波平均误差、均方根误差的统计结果,得到随机误差,进行滤波分析。-Monte Carlo simulation algorithm testing under different models, statistical results filtered average error, root mean square error, the random error filtering analysis.
noise_reduction
- 设计音频降噪算法,并用MATLAB仿真实现。 1)读入一段音频后添加噪声,必须包括两种不同的噪声,信噪比:0dB~10dB; 2)分别采用滑动平均滤波器,直接频域滤波,以及谱分析后设计滤波器滤波三种方法实现,并对比效果。 3)给出各种方案的设计依据、代码、频响曲线,以及输入输出对比图。-Audio noise reduction algorithm design, and use MATLAB Simulation. 1) Read after adding noise int
zhongzhi
- 中值滤波的算法实现过程,重点是排序,最常用的冒泡排序~~ 把滤波区间的数据从小到大进行排序,然后取中值,(如果是奇数个数据,那么中值就只有一个了,如果偶数个数据,中值有两个,可以对两个数据再求平均)-Median filtering algorithm
滤波算法
- matlab程序实现滑动平均滤波(MAF)(Moving average filtering (MAF) implemented by MATLAB program)
10种简单的数字滤波C语言源程序算法
- 10种简单的数字滤波C语言源程序算法:1、限副滤波,2、中位值滤波法,3、算术平均滤波法(A simple digital filter C language source program algorithm)
XT10_4
- 本程序主要针对LMS自适应算法进行了学习,包括收敛曲线,学习曲线,平均收敛轨迹。(This program mainly studies LMS adaptive algorithm, including convergence curve, learning curve, average convergence trajectory.)