-
generalnyquist
Generalized Nyquist diagram for stability analysis of linear time invariant systems (Nyquist on arbitrary contour)
- 2009-07-11 22:23:25下载
- 积分:1
-
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
-
U4220
gmsk仿真程序,相干解调实现方法。。还是很好用的。。。(gmsk simulation program, to achieve coherent demodulation method. .)
- 2011-04-25 18:14:31下载
- 积分:1
-
ep_gra
说明: 这个matlab文件用来说明生成石墨烯的电导率和介电常数的文件。(matlab graphene,this file is about the graphene's permittivity.i hope it is useful for some people.)
- 2021-03-29 19:49:09下载
- 积分:1
-
ias_stateflow_rev_a
Indicated Airspeed Simulink Model (very easy for learning)
- 2009-05-18 04:41:35下载
- 积分:1
-
readPLYfile
Reads a ply file (text format). ply files can be in binary format as well this function can read ply files in txt format only e.g. created by makePly.m.
- 2012-04-28 02:43:27下载
- 积分:1
-
huguangshumatlab
经典信号处理程序可以为初学者提供一点点帮助吧
(Classical signal processing procedures can be provided for beginners a little bit of help you)
- 2007-09-16 16:22:38下载
- 积分:1
-
m6
说明: 关于MATALAB的书籍文章很经典值得一看解压后必须使用超星浏览器观看(MATALAB article on classic books worth a visit after decompression must use a browser Chaoxing Views)
- 2008-05-11 12:20:20下载
- 积分:1
-
bbobmatlab.tar
噪声函数测试集合与matlab代码(包含所有的噪声函数,一篇论文以及相应的matlab代码)(Noise function test set with matlab code (including noise function, the paper and the corresponding matlab code))
- 2013-01-20 19:27:48下载
- 积分:1
-
ELDGA
solves economic dispatch using ga
- 2014-12-02 18:46:21下载
- 积分:1