-
hybridSIREKF
To estimate the input-output mapping with inputs x
% and outputs y generated by the following nonlinear,
% nonstationary state space model:
% x(t+1) = 0.5x(t) + [25x(t)]/[(1+x(t))^(2)]
% + 8cos(1.2t) + process noise
% y(t) = x(t)^(2) / 20 + 6 squareWave(0.05(t-1)) + 3
% + time varying measurement noise
% using a multi-layer perceptron (MLP) and both the EKF and
% the hybrid importance-samping resampling (SIR) algorithm. (To estimate the input-output mapping with inputs x and outputs y generated by the following nonlinear, nonstationary state space model: x (t+ 1) = 0.5x (t)+ [25x (t )]/[( 1+ x (t)) ^ (2)]+ 8cos (1.2t)+ process noise y (t) = x (t) ^ (2)/20+ 6 squareWave (0.05 (t-1 ))+ 3+ time varying measurement noise using a multi-layer perceptron (MLP) and both the EKF and the hybrid importance-samping resampling (SIR) algorithm.)
- 2007-09-30 11:09:43下载
- 积分:1
-
GUI-with-Matlab
GUI with Matlab。Written By:
Yair Moshe。GUI with Matlab - Outline
1. Basic Graphics
2. Animation
3. Handle Graphics Objects
4. Creating GUI using GUIDE(GUI with Matlab。Written By:
Yair Moshe。GUI with Matlab- Outline
1. Basic Graphics
2. Animation
3. Handle Graphics Objects
4. Creating GUI using GUIDE)
- 2011-01-24 16:21:13下载
- 积分:1
-
comm_eg_const
Plotting Gray-coded Signal Constellations
and Pulse Shaping Using a Raised Cosine Filter
- 2012-10-16 19:53:22下载
- 积分:1
-
RN-TransitioningToARC
本书籍讲诉的是objective-C编程中的ARC规范,是高手的必看书籍。(This book stresses that the ARC specification of objective-C programming, is the master of the books.)
- 2014-08-30 14:47:06下载
- 积分:1
-
example4_6
:滤波
fs=400 采样频率,必须大于两倍基带信号最高频率
ts=1/fs 采样时间间隔
T=5 时间窗大小
t=0:ts:T (hf1=zeros(1,N)
hf1(f<=B1&f>=-B1)=1
y1=hf1.*fftshift(y)
figure
subplot(211)
plot(f,abs(fftshift(y))/N,f,hf1, r-- )
axis([-fs/2,fs/2,0,1.2])
title( 原信号频谱 )
xlabel( f /Hz )
subplot(212)
plot(f,abs(y1)/N)
title( 低通滤波,截止频率90Hz )
xlabel( f /Hz ))
- 2010-05-25 20:58:05下载
- 积分:1
-
based_MATLAB_OFDM_system_simulation
ofdm仿真分析程序文档, caj格式,文章上有代码,很好的资料.(ofdm simulation analysis program files, PRODUCTS format, the article has a code of good information.)
- 2007-04-24 07:04:00下载
- 积分:1
-
fdtd
有限差分波场模拟利用声波方程进行有限差分正演模拟。(the simulation of acoustic wave.using the acoustic wave equation. in the program i deal with the edge and the result.)
- 2021-04-08 18:39:00下载
- 积分:1
-
epidemic_spreading
复杂网络传染病传播模型在Matlab中仿真的资料,能够帮助研究网络中信息传播机制(Complex networks spread of infectious diseases in Matlab simulation model data that can help in information dissemination mechanism research networks)
- 2020-12-09 16:49:20下载
- 积分:1
-
随机振动-matlab程序
好几个关于随机振动,结构动力学方面求解的算法,包括PSD法,PEM法,模态空间法,虚拟激励法等算法的基础程序(Several algorithms for solving random vibration and structural dynamics, including PSD method, PEM method, modal space method and virtual excitation method, are introduced.)
- 2020-12-17 10:49:13下载
- 积分:1
-
read_grib
matlab 读取气象上的grib资料,包括插件和作为例子的程序(matlab read the grib weather information, including plug-ins and the program as an example)
- 2010-10-28 16:08:52下载
- 积分:1