Location:
Search - noise lms
Search list
Description: 自己课题用了的LMS程序,个人觉得很好,应该能帮上大家吧-own issues with the LMS procedures, personal feel very good, we should be able to help on it
Platform: |
Size: 4096 |
Author: boboy |
Hits:
Description: LMS滤波器示例程序,在TURBOC中运行
这是一个简单的可图形显示的C程序
输入信号是一个被噪声污染了的sin信号。 */
/* 运行后,屏幕的上方是输入信号,下方是经过LMS滤波后的输出信号
-LMS filter sample programs, run in TurboC This is a simple graphical display can process the C input signal is a noise contaminated signal sin.*//* Running, the top of the screen is the input signal, the bottom is the result after the LMS filter output signal
Platform: |
Size: 4096 |
Author: 蜗牛 |
Hits:
Description: 基于lms的改进型谱减法,降低噪声效果好-Improved LMS-based spectral subtraction, noise reduction effect
Platform: |
Size: 26624 |
Author: wanghang |
Hits:
Description: LMS自适应滤波器是使滤波器的输出信号与期望响应之间的误差的均方值为最小,因此称为最小均方(LMS)自适应滤波器。-LMS adaptive filter is to filter the output signal in response to and expectations of the error between the mean square value of the smallest, so called the least mean square (LMS) adaptive filter.
Platform: |
Size: 47104 |
Author: jj |
Hits:
Description: 应用LMS算法去除噪声,纯净信号为各种数字调制信号,本程序中选的是数字调幅信号8ASK,噪声是高斯白噪声,信噪比可以任意指定。-Application of LMS algorithm to remove noise, clean signal for a variety of digital modulation signal, this procedure is successful digital AM signal 8ASK, noise is white Gaussian noise, signal to noise ratio can be specified.
Platform: |
Size: 1024 |
Author: 李冰 |
Hits:
Description: 用于心电信号滤波的LMS自适应噪声对消器设计,胎儿信号包含母亲信号噪声,采用自适应算法将母亲信号对消掉,得到胎儿心电信号。-ECG filtering for LMS adaptive noise cancellation design, the fetus signals the mother signal contains noise, the use of adaptive algorithm will signal to eliminate the mother, the fetal ECG.
Platform: |
Size: 3072 |
Author: kate |
Hits:
Description: 自适应LMS算法。由于我要使用,所以将信源信号及加澡后的信源信号保存起来。方便在FPGA设计里使用。-Adaptive LMS algorithm. Because I would like to use, so the source signal and add a noise after the shower saved the source signal. Designed to use in the FPGA.
Platform: |
Size: 1024 |
Author: xiaoLEE |
Hits:
Description: 噪声抵消的matlab程序源码 LMS算法 matlab程序-Matlab noise cancellation process of the LMS algorithm matlab source program
Platform: |
Size: 1024 |
Author: tutu |
Hits:
Description: 简单的最小二乘逼近算法,用于系统辨识,方便修改噪声参数和系统参数,为系统辨识和仿真作业的源代码。-Simple least-squares approximation algorithm for system identification to facilitate the modification of system parameters and noise parameters for the system identification and simulation of the source code of operation.
Platform: |
Size: 1024 |
Author: lsw_hit |
Hits:
Description: Noise cancelation using LMS Adaptive filter
Platform: |
Size: 1024 |
Author: mrinal |
Hits:
Description: use simulink to run LMS algorithm to remove noise
Platform: |
Size: 8192 |
Author: wang0425 |
Hits:
Description: lms adaptive filter for removing noise from speech
Platform: |
Size: 1024 |
Author: kalyan |
Hits:
Description: lms adaptive filter for removing noise from speech
Platform: |
Size: 1024 |
Author: kalyan |
Hits:
Description: lms filter for adaptive noise cancellation
Platform: |
Size: 1024 |
Author: Eminem |
Hits:
Description: 最小均方算法是一种自适应滤波算法,这里的Matlab程序用于根据LMS最新均方识别一个线性噪声系统-LMS algorithm is an adaptive filter algorithm, where the Matlab program for the latest according to the mean square LMS noise system identification of a linear
Platform: |
Size: 1024 |
Author: lluu |
Hits:
Description: LMS算法源代码,输入为正弦加噪声 -LMS algorithm source code, the input is sinusoidal plus noise LMS algorithm source code, the input is sinusoidal plus noise
Platform: |
Size: 1024 |
Author: anne |
Hits:
Description: 使用LMS算法实现的自适应滤波器范例,对一个加白噪声的正弦信号滤波。并且比较不同步长的滤波器的迭代次数。-LMS algorithm using adaptive filter example, a sinusoidal signal plus white noise filter. And less synchronized long filter iterations.
Platform: |
Size: 1024 |
Author: guochao |
Hits:
Description: 一种改进的LMS算法及其在噪声对消中的应用。在分析传统定步长LMS算法和变步长LMS算法的基础上,提出了一种改进的变步长LMS算法。新算法利用瞬时误差绝对值三次方的指数形式和遗忘因子同时调整步长,更好的解决了收敛速度和稳态误差的矛盾-An improved LMS algorithm and its application in noise cancellation. In the analysis of the traditional fixed step and variable step size LMS algorithm based on LMS algorithm, a modified variable step size LMS algorithm. Absolute value of the new algorithm uses the instantaneous error and the form of cubic exponential forgetting factor while adjusting step, a better solution to the convergence speed and steady-state error of the contradictions
Platform: |
Size: 1024 |
Author: dapeng |
Hits:
Description: 随机qpsk信号的LMS自适应算法 包括加噪声没没加噪声两种-Random qpsk signal plus noise LMS adaptive algorithm, including both additive noise did not
Platform: |
Size: 1024 |
Author: xw |
Hits:
Description: 数字信号处理,LMS和RLS实例:给定正弦信号s(n),现在我们获得得是受影响的数据x(n)=s(n)+v(n) , v(n)为方差1.25的告示白噪声信号,请设计一个滤波器,使其输出与s(n)的均方误差最小,并给出用LMS和RLS算法的自适应求解方法的MATLAB仿真。-Digital signal processing, LMS and RLS instance: Given a sinusoidal signal s (n), now we get the data have affected x (n) = s (n)+ v (n), v (n) 1.25 for the variance Notice the white noise signal, to design a filter so that the output and s (n) The minimum mean square error, and gives the algorithm with the LMS and RLS adaptive method for solving the MATLAB simulation.
Platform: |
Size: 1024 |
Author: codeshare |
Hits:
« 12
3
4
5
6
7
8
9
10
...
15
»