搜索资源列表
自适应滤波的DSP实现
- 用C语言编写的自适应滤波器LMS的DSP程序,在CCS里调试通过-Self-adapting filter LMS DSP procedure with C language , debugs in CCS passes
LMS.rar
- DSP实验——自适应滤波器LMS算法实验 c语言编写 已通过调试,DSP Experiment- LMS adaptive filter algorithm experimental c language through debugging
nlms.rar
- 归一化最小均方(LMS)自适应数字滤波,带测试主程序。,Normalized least mean square (LMS) adaptive digital filter with the test main program.
Lms_C_Fixed
- 使用C语言实现LMS最小均方误差的自适应滤波器-Using the C language to achieve the minimum mean square error LMS adaptive filter
LMS407adapter_filter
- LMS407自适应滤波器,用c编写,非常实用-LMS407 adaptive filter, using c prepared, very practical
DSP__LMS
- 基于DSP的LMS自适应滤波器的实现 在通用DSP芯片TMS320C5402上实现了基于LMS算法的自适应滤波器,并对调试运行结果进行了分析讨 论,其结果为将来硬件实现LMS自适应滤波器提供了可靠保证,为自适应滤波器在实际中的应用提供了参考-DSP-based LMS adaptive filter realization of common DSP chip TMS320C5402 in realizing algorithm based on LMS adaptive filt
LMS_filter_program_c_code
- LMS滤波器示例程序,一个简单的可图形显示的C程序。具体见开头说明-LMS filter sample procedures can be a simple graphical display of the C program. See note at the beginning of the specific
filtercode
- lms filter for adaptive noise cancellation
LMS
- 在C5000系列DSP上实现自适应滤波器的源码-In the C5000 series DSP source code to achieve adaptive filter
1
- 基于DSP的自适应滤波器的设计,在CCS DSK C5000软件环境下,用C语言描述了自适应滤波器的结构。在TI公司的TMS320C54X系列的TMS320C5402芯片上,完成了基于LMS自适应算法的FIR横向滤波器的设计,并进行了模拟仿真,得出了正确的结果。仿真结果表明,应用LMS算法的自适应滤波器不仅可以实现对信号噪声的自适应滤除,还能用于系统识别。-The Design of Self-adaptive Filter Based on DSP,Under the circumstance
2
- 在CCS DSK C5000软件环境下,用C语言描述了自适应滤波器的结构。在TI公司的TMS320C54X系列的TMS320C5402芯片上,完成了基于LMS自适应算法的FIR横向滤波器的设计,并进行了模拟仿真,得出了正确的结果。-Under the circumstance of CCS DSK C5000 software, the adaptive filter is described and designed by C language. Ultimately the design o
3
- 在CCS DSK C5000软件环境下,用C语言描述了自适应滤波器的结构。在TI公司的TMS320C54X系列的TMS320C5402芯片上,完成了基于LMS自适应算法的FIR横向滤波器的设计,并进行了模拟仿真,得出了正确的结果。-Under the circumstance of CCS DSK C5000 software, the adaptive filter is described and designed by C language. Ultimately the design o
computerwork_2
- 2. 设 是窄带信号,定义 是在 区间上均匀分布的随机相位。 是寬带信号,它是一个零均值、方差为1的白噪音信号e(n)激励一个线性滤波器而产生,其差分方程为 。 1) 计算 和 各自的自相关函数,并画出其函数图形。根据此选择合适的延时,以实现谱线增强。 2) 产生一个 序列。选择合适的 值。让 通过谱线增强器。画出输出信号 和误差信号e(n)的波形,并分别与 和 比较。 -Computer Experiments: 1. Consider an AR process x
lms
- 使用标准C语言写的LMS算法仿真实验。内含gauss噪声,laplace噪声产生函数。主函数利用LMS算法对含噪声信号进行滤波,滤除gauss噪声。-Using the standard C language to write LMS algorithm simulation. Contains gauss noise, laplace noise function. The main function use LMS algorithm with noise signal filtering,
LMS自适应滤波
- 使用stm32制作的自适应滤波器,lms算法实现,c语言实现(Using STM32 to make adaptive filter, LMS algorithm, C language implementation)