-
Kalman-filter_GUI
卡尔曼滤波Kalman filter matlab GUI method M program
的matlab GUI实现方法 M程序 (Kalman filter matlab GUI method M program
)
- 2012-03-30 11:08:51下载
- 积分:1
-
80211B.phy.dbpsk
802.11B在物理层上的仿真,DBPSK调制(802.11B in the physical layer simulation, modulation DBPSK)
- 2006-10-22 03:28:49下载
- 积分:1
-
sada
神经网络用于故障预测的matlab编程实例(matlab example)
- 2014-09-30 18:03:44下载
- 积分: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-utility-one-hundred-cases-2
matlab实用程序百例第二部分,包括上百个实用程序(matlab utility one hundred cases of the second part, including hundreds of utility)
- 2012-11-05 22:54:24下载
- 积分:1
-
ALOs
ALO优化算法,非常适合优化GM.相对于PSO优化算法的有点在于,能够定义优化参数的上下界。(ALO is used for optimize the model)
- 2018-02-06 15:54:53下载
- 积分:1
-
imagescnan
fit nan in a figure or plot
- 2011-08-27 03:51:04下载
- 积分:1
-
music
利用matlab工具编程播放一段卡农音乐,乐曲部分可任意修改(Programming using matlab tool plays a Canon music, song and part can be freely modified)
- 2013-04-06 15:03:14下载
- 积分:1
-
zzt006
一个介绍VC++与MATLAB混合编程的电子书籍。可以指导在VC++6.0下进行MATLAB接口的调用。(Introduced a VC++ and MATLAB programming hybrid e-books. Can guide in the VC++6.0 under the call MATLAB interface.)
- 2009-04-30 12:02:25下载
- 积分:1
-
FSADA
旋转Y切-弹性压电薄膜,谐振器的特性计算及分析,用MATLAB编程计算。(Rotated Y-cut- elastic piezoelectric thin film resonator characteristic calculation and analysis, calculated using MATLAB programming.)
- 2013-12-02 09:53:27下载
- 积分:1