-
ABC_pp
MATLAB Adventures in Bifurcations & Chaos - (ABC++) is a GUI application, which runs in a MATLAB environment and has been designed for the For the exploration of bifurcations and chaos within the Chua Circuit paradigm(MATLAB Adventures in Bifurcations & Chaos- (ABC++) is a GUI application, which runs in a MATLAB environment and has been designed for the For the exploration of bifurcations and chaos within the Chua Circuit paradigm)
- 2009-04-12 20:38:56下载
- 积分: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
-
matlab-linear-system-analysis
matlab线性系统分析,传递函数模型,质量-弹簧-阻尼系统,零极点增益模型(连续系统)(matlab linear system analysis, transfer function model, mass- spring- damper system, zero-pole-gain model (continuous system))
- 2011-05-18 16:11:03下载
- 积分:1
-
GA-for-antenna-array
遗传算法稀疏天线阵的MATLAB实现源程序(GA algorithm for sparse antenna array use the matlab language)
- 2015-06-15 20:03:12下载
- 积分:1
-
digital-signal-processing
这是数字信号处理的程序,里面的子程序也重新整理好的,本人已经调试成功!(This is the digital signal processing program,it contains the subcode and I have debugging it sucessfully!)
- 2014-09-03 17:58:33下载
- 积分:1
-
matlabNumerical
An.Introduction.to.Programming.and.Numerical.Methods.in.MATLAB.-.S.R.Otto.&.J.P.DenierMATLAB 经典外文书籍(An.Introduction.to.Programming.and.Numerical.Methods.in.MATLAB.-.S.R.Otto.&.J.P.DenierMATLAB classic books)
- 2013-02-05 16:20:53下载
- 积分:1
-
wanggehua2
用于高度计数据的绘图和网格化处理,利用matlab本身meshgrid函数(For altimeter data mapping and gridding processing)
- 2012-10-29 21:44:25下载
- 积分:1
-
PCNN-quantization-revision
PCNN量化,利用人眼视觉特性对图像进行量化,保持细节信息。(PCNN quantified using the human visual system to quantify the image, keeping details.)
- 2014-02-18 14:50:11下载
- 积分:1
-
PSCAD
一个自己搭建的普通的pscad仿真模型,方便初学者了解pscad相关的原件(One he has built himself an ordinary pscad simulation model, easy for beginners to understand the relevant original pscad)
- 2013-10-01 17:21:02下载
- 积分:1
-
MPC-DMC-code
一个实现基于动态矩阵控制的模型预测控制源程序(Source code for MPC based on DMC under MATLAB)
- 2015-04-12 07:16:19下载
- 积分:1