搜索资源列表
Ccs_experiment
- CCS调试实验文件夹下共有9个文件夹,使用时先将以下所有文件夹拷贝到ti\\myprojects下。 一、Hello1 CCS使用实验 二、Volume1 CCS使用实验 三、chenfa 小数乘法实验 四、chufa 小数除法实验 五、Diir IIR滤波器实验 六、Fir FIR滤波器实验 七、Fft0 ffT程序实验 八、Sinbo 信号产生实验 九、LMS 自适应滤波器实验 -CCS debugging experimental folde
lms
- 1、本试验中未知系统采用25阶的FIR滤波器模拟。其通带边缘频率10kHz,阻带边缘频率22kHz,阻带衰减75dB,采样频率50 kHz。 2、自适应滤波器采用基本LMS算法,滤波器阶数为32,更新步长u为1/(4+xn*xn)。LMS自适应算法参见《现代信号处理》第192页。 已经在DSP2812上实现
fir_lms
- 一个不错的关于lms算法的verilog代码,算然只有两级,但是对了解lms用HDL描述有很好的理解作用。希望对大家有用~-A good lms algorithm on the verilog code, development environment, I can not find, even if the vhdl it! We hope to be useful
LMS_filter
- verilog HDL 写的LMS滤波器-LMS filter using verilog HDL language
fir_lms
- 基于FPGA的自适应滤波器的实现。采用Verilog编程,2阶滤波器。-FPGA-based realization of the adaptive filter. Using Verilog programming, 2-order filter.
fir_lms
- 基于FIR滤波器的自适用滤波器的实现 vhDL语言-FIR LMS
fir6dlms
- lms算法,自适应滤波器中使用fir滤波器对信号的码间干扰进行均衡-lms
fir_lms
- finite impulse response LMS algorithm verilog code
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
LMS-Computer-Exercises
- LMS 用一个二阶FIR的LMS自适应滤波器消除正弦干扰的一个方案。-LMS using a second-order FIR LMS adaptive filter to eliminate a program sinusoidal interference.
fir_lms-adaptive-filter
- 采用VHDL语言编写的fir级联结构的LMS自适应滤波器,方便学习研究自适应滤波器有关参数实际实现的影响-Using VHDL language fir cascade structure of LMS adaptive filter, adaptive filter to facilitate study and research the impact of the actual implementation of the relevant parameters
FIR
- 1、系统仅处于训练状态。训练序列为2cos(2π×f1×n/fs), 干扰为sin(2π×f2×n/fs);序列长度为100个样点。 其中n=0…99,f1=1kHz,f2=2kHz,fs=8kHz。 2、采用LMS算法,均衡器输入为训练序列加上干扰,均衡器阶数为21阶,步长因子β=0.01。 3、在Matlab中编写浮点LMS算法,绘制均衡器的输出波形,并与训练序列进行对比。 -1, the system only in the training status. The t
fir_lms
- 基于FIR滤波器的LMS自适应算法的FPGA实现-FIR filter based on LMS adaptive algorithm on FPGA
adaptivefi-filter
- this code consists of adaptive fir filter algorithm using LMS based approach.