-
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
-
ARMA
时间序列中的自回归移动平均模型(ARMA),可以进行实时预测(A sequence of time regression moving average (ARMA) model, can real-time prediction)
- 2021-04-07 11:49:01下载
- 积分:1
-
SA
说明: 该文件是关于模拟退火算法的源程序文件,带有测试函数,可以直接使用.(This file is about simulated annealing algorithm source program file, with test function, can be used directly)
- 2020-08-26 23:02:03下载
- 积分:1
-
longwen
本文先介绍了整个系统的硬件电路设计,而后用VHDL硬件描述语言完成了系统控制程序的编写,并对系统进行了程序仿真及调试验证。本文特别详细的讨论了系统程序的编写,因为他关系到整个系统的功能实现,也是本设计的重点所在。设计中选用Protel 99se作为电路图编辑软件,选用Max+plusⅡ作为仿真环境。(This article first describes the overall system hardware design, then use the VHDL hardware description language, the system control program to complete the preparation, and system simulation and debugging of program verification. This particular system is discussed in detail the preparation process, because he related to the functions of the entire system to achieve, is the focus of this design. Design selected Protel 99se as circuit editing software, use Max+ plus Ⅱ as a simulation environment.)
- 2010-06-06 20:06:38下载
- 积分:1
-
cofdm-simulation--starterror
cofdm simulation graphs(5)
摘自94年名家论文(cofdm simulation graphs (5) from the famous 94 theses)
- 2007-05-09 10:30:47下载
- 积分:1
-
MPIReferenceManual
MPI参考手册 MPI Reference Manual 大家相互学习 (MPI MPI Reference Manual Reference Manual, we learn from each other)
- 2010-09-28 23:30:57下载
- 积分:1
-
k_means
用最简单的方法来实现kmeans聚类,具有不错的效果(The most simple way to achieve kmeans clustering, with good results)
- 2010-10-29 14:34:23下载
- 积分:1
-
Least-squares-fitting-standard-genetic-algorithm-m
说明: 遗传算法的metlab程序实现,是数学建模中重要的工具(Genetic Algorithm realize metlab procedures, mathematical modeling is an important tool)
- 2008-08-30 17:40:13下载
- 积分:1
-
rlsandlms
自适应算法的介绍(introduced Adaptive Algorithm)
- 2006-05-29 16:45:56下载
- 积分:1
-
DSPiRI
经典的数字信号处理书籍,Digital Signal Processing in Radar Image 里面有详细的SAR应用理论(an classic textbook related to Signal Processing and SAR application)
- 2013-01-02 19:43:46下载
- 积分:1