-
mini2
clear all
clc
t=0:1/1000:10-1/1000
s=sin(2*pi*t)
snr=20
s_power=var(s) varience of s
linear_snr=10^(snr/10)
factor=sqrt(s_power/linear_snr)
noise=randn(1,length(s))*factor
x=s+noise Ó É SNR¼ Æ Ë ã Ë æ » úÔ ë É ù
x1=noise Ô ë É ùÔ ´ Ê ä È ë
x2=noise
w1=0 È ¨Ï µ Ê ý ³ õ Ö µ
w2=0
e=zeros(1,length(x))
y=0
u=0.05
for i=1:10000 LMSË ã ·¨
y(i)=w1*x1(i)+w2*x2(i)
e(i)=x(i)-y(i)
w1=w1+u*e(i)*x1(i)
w2=w2+u*e(i)*x2(i)
end
figure(1)
subplot(4,1,1)
- 2010-10-26 16:41:03下载
- 积分:1
-
Adaptive_LMS
lms for the simulation, this technique is used in egalization
- 2011-04-26 00:01:04下载
- 积分:1
-
CS_tool
压缩感知的重要常用工具CVX,可用于图像处理,高分辨成像,内容包含用户指南以及相应matlab程序,非常齐全(Important commonly used tools of CVX, compressed sensing can be used for image processing, high resolution imaging, and includes a user guide and the corresponding matlab program, very well equipped)
- 2012-07-05 21:36:58下载
- 积分:1
-
ukf-ands-_ukf
ukf sukf and ekf for GPS/SINS application (ukf ekf sukf)
- 2013-09-30 22:45:35下载
- 积分:1
-
rcwamethod_TETM
严格耦合波方法计算二维光栅透射反射系数——matlab程序(Rigorous coupled-wave method to calculate two-dimensional transmission grating reflection coefficient- matlab program)
- 2013-06-05 17:55:51下载
- 积分:1
-
TopologyTools
将一个复杂的HashMap转换成的字符传再转换为HashMap(Tranvert the String of HashMAP to HashMAP)
- 2009-11-15 22:10:34下载
- 积分:1
-
MATLAB-ACO-PSO-IA
群智能算法包括蚁群、粒子群算法等,以及人工免疫算法(Swarm intelligence algorithms include ant colony, particle swarm optimization, and artificial immune algorithm)
- 2013-01-09 22:19:10下载
- 积分:1
-
branch
关于基因序列上的比对问题 运用的方法是分支定界法 同时有贪婪算法作以比较(On the sequence alignment problem on the use of branch and bound method is a greedy algorithm for the same time to compare)
- 2010-12-07 20:13:23下载
- 积分:1
-
gmm3.m
高斯混合模型的核心计算方法,matlab里可直接调用(Core calculation method based on Gaussian mixture model, matlab years can be called directly)
- 2014-10-04 12:55:08下载
- 积分:1
-
dea
说明: 利用数据包论分析计算全要素生产率并进行分解(Using Data Package Theory to Analyze, Calculate and Decompose Total Factor Productivity)
- 2019-10-14 21:13:02下载
- 积分:1