CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - LMS DSP
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - LMS DSP - List
[
matlab
]
mmse_mpsk
DL : 0
This an adaptive receiver for a direct-sequence spread spectrum (DS-SS) system over an AWGN channel. The adaptive receiver block is modified from the LMS adaptive filter block in DSP Blockset. For DS-SS signal reception, the adaptive filter needs to have multi-rate operation. The input sample rate is equal to chip rate and the output is at symbol rate. Two rates are related by PG, processing gain
Date
: 2025-12-24
Size
: 8kb
User
:
张非
[
matlab
]
DSP-Matlab_Programs
DL : 1
数字信号处理(机械工业出版社)的源码,7章介绍IIR滤波器设计和matlab源码,8章介绍FIR滤波器设计和matlab源码,9章介绍自适应(LMS,NLMS,RLS,LMS的快速算法)滤波器设计和matlab源码,希望帮助有需要的朋友-digital signal processing (Machinery Industry Press), the source, Chapter 7 IIR filter design and Matlab source, Chapter 8 FIR filter design and Matlab source, adaptive Chapter 9 (LMS, NLMS, RLS, the fast algorithm LMS) filter design and Matlab source, in order to help a friend in need
Date
: 2025-12-24
Size
: 743kb
User
:
py528977
[
matlab
]
DSP6
DL : 0
LMS的一个好算法,你可以自己动手。仿真通信系统,让你收益。好东西大家一起分享-LMS is a good algorithm, you can do-it-yourself. Simulation of communication systems, allows you the proceeds. Good things share with everyone
Date
: 2025-12-24
Size
: 1kb
User
:
jianke
[
matlab
]
DSP1_2
DL : 0
实现补长可变的LMS程序,并给出了学习曲线的绘制程序,对大家应该有帮助的!-Realize variable length LMS fill procedures, and given the learning curve of the mapping procedures, the U.S. should have helped!
Date
: 2025-12-24
Size
: 1kb
User
:
zhangjing
[
matlab
]
zishiiying
DL : 0
自适应滤波算法是自适应滤波器实现过程中较为重要的环节,数字信号处理器的出现为数字信号处理算法的 实现和大规模数据的实时处理提供了可能。通过对自适应最小均方算法(LMS) 及其各种改进算法的Matlab 仿真,进行分 析及归纳比较,得出结论,并在此基础上,提出算法的优化方案,以DSP 为平台,用汇编语言对自适应算法进行了描述,最终 以DSP 为平台完成了自适应滤波器的设计。-Adaptive filtering algorithm is an adaptive filter process is more important part of the emergence of digital signal processor for digital signal processing algorithm implementation and large-scale real-time data processing possible. The adaptive least mean square (LMS) algorithm and its various improved Matlab simulation, we analyze the comparison, draw conclusions, and on this basis, the proposed algorithm optimization program to DSP platform, with the assembly Language of the adaptive algorithm is described, the final completion of DSP-platform for adaptive filter design.
Date
: 2025-12-24
Size
: 352kb
User
:
xiliao
[
matlab
]
lsm
DL : 0
数字信号处理 传统的宽带信号中抑制正弦干扰的方法是采用陷波器(notch filter),为此我们需要精确知道干扰正弦的频率.然而当干扰正弦频率是缓慢变化时,且选频率特性要求十分尖锐时,则最好采用自适应噪声抵消的方法.下图是用一个二阶FIR的LMS自适应滤波器消除正弦干扰的一个方案。-DSP
Date
: 2025-12-24
Size
: 1kb
User
:
zhaowei
[
matlab
]
matlab-dsp
DL : 0
lms alogorithm used for nois cancellation in sinosidal siganl further we can also input the speech signal for output
Date
: 2025-12-24
Size
: 18kb
User
:
sharan
[
matlab
]
Lmswhole
DL : 0
LMS(数字信号处理--DSP中的自适应滤波算法) 非常详细,可以很清楚的看到LMS的基本原理-LMS (Digital Signal Processing- DSP in the adaptive filtering algorithm) is very detailed, you can clearly see the basic principle of LMS
Date
: 2025-12-24
Size
: 1kb
User
:
[
matlab
]
DSP-LMS.txt
DL : 0
在DSP实现自适应均衡器的程序,LMS算法,对于学习MATLAB有一定用处。-Adaptive equalizer in the DSP program, LMS algorithm, MATLAB has some use for learning.
Date
: 2025-12-24
Size
: 1kb
User
:
juechenxia
[
matlab
]
DSP
DL : 0
matlab在信号处理中的应用,主要有LMS,KERMAN滤波等常用算法-THIS IS A APLICATION OF DSP DEVELOPED BY MATLAB
Date
: 2025-12-24
Size
: 1.57mb
User
:
110500617
[
matlab
]
LMS
DL : 0
lms algorithm in dsp matlab
Date
: 2025-12-24
Size
: 1kb
User
:
ram
[
matlab
]
LMS
DL : 0
LMS自适应算法,权的迭代及画性能表面的等高线绘图。-LMS,dsp
Date
: 2025-12-24
Size
: 1kb
User
:
凈嚨唲
[
matlab
]
DSP
DL : 0
任务: 1) 借助MATLAB画出误差性能曲面和误差性能曲面的等值曲线(参考PPT2.1第17页的两幅图); 2) 写出最陡下降法以及LMS算法的计算公式(取 ); 3) 用MATLAB产生方差为0.05, 均值为0白噪音S(n),并画出某次采样得到的波形(即产生任意一个噪声随机序列); 4) 根据 2)中的公式,并利用 3)中产生的S(n),在 1)中的误差性能曲面的等值曲线上叠加画出采用最陡下降法以及LMS法时H(n)的在叠代过程中的轨迹曲线(参考PPT2.1第17页的右下图的曲线1和曲线2)。 5)用MATLAB计算并画出LMS法时 随时间n的变化曲线(对应S(n)的某一次的一次实现)和e(n)波形; 注意:某一次实现的结果并不能从统计的角度反映实验的结果 的正确性,为得到具有统计特性的实验结果,可用足够多次的 实验结果的平均值作为实验的结果。用MATLAB计算并画出 采用LMS法时,J(n)的100次实验结果的平均值随时间n的变 化曲线(即 生成随机噪声信号并计算结果,重复执行100次, 求平均结果)。 6)在 1)中的误差性能曲面的等值曲线上,叠加画出采用LMS法得到的100次实验中的H(n)的平均值的轨迹曲线; -Task: 1 ) Draw with MATLAB error performance surface and surface contour error performance curve ( refer PPT2.1 two chart on page 17 ) 2 ) Write the steepest descent method and the LMS algorithm formula ( take ) 3 ) Using MATLAB to generate variance of 0.05 with a mean of 0 white noise S (n), and draw a particular sampling waveform ( ie, any noise generated random sequence ) 4 ) based on 2 ) of the formula , and use 3 ) generated in S (n), in a ) the error performance curves superimposed on the surface contour plot using the steepest descent method and the LMS method when H (n) the iterative process in the trajectory curve ( refer PPT2.1 page 17 bottom right of the curves 1 and 2 ) . 5 ) using MATLAB LMS method is used calculate and draw the curve with time n (corresponding to S (n) of a first implementation of a ) and e (n) waveform Note : in a first implementation of the results are not reflected from a statistical point of view of accuracy of the experimental results ,
Date
: 2025-12-24
Size
: 197kb
User
:
刘小六
[
matlab
]
LMSmatlabdsp
DL : 0
lms的matlab算法,dsp源程序,包含效果图-lms algorithm matlab, dsp source code, including renderings
Date
: 2025-12-24
Size
: 114kb
User
:
pcyan
[
matlab
]
matlab学习算法
DL : 0
lms算法 matlab程序 在DSP上实现 MATLAB学习算法 适宜MATLAB初学者进行开发(lms algrithom proper for newers to learn matlab ,completed on DSP, MATLAB program)
Date
: 2025-12-24
Size
: 1kb
User
:
Massine
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.