-
guiexample
函数回调实例。用M文件可以更好的把握整个程序的全局,更能方便的实现函数回调。(Function callback instance. M-file can be used to better grasp the overall situation of the whole process, more convenient to implement the function callback.)
- 2011-07-05 17:44:18下载
- 积分:1
-
Kalman-filter
simulation to determine the attitude of a rotating space craft using an extended Kalman filter
- 2015-01-25 01:57:08下载
- 积分:1
-
min
matlab最小值,用于求一组数据中的最小值。(min function of matlab)
- 2013-05-11 19:04:02下载
- 积分:1
-
AUV-tarcking
基于反步法的船舶直线路径跟踪控制程序,包括自适应算法,控制模型搭建(AUV_tracking based on backstepping)
- 2020-12-15 15:39:15下载
- 积分:1
-
wanghai
详细介绍kalman滤波器在matlab中的应用!自己编的!申请加精!!!(Details of kalman filter in matlab application! Own it! Application plus fine! ! !)
- 2009-04-24 17:01:13下载
- 积分:1
-
Absorbing-boundary-conditions-
FDTD 的吸收边界条件讲解,详细讲解了边界条件的推导过程。(Absorbing boundary conditions for numerical simulation of waves.)
- 2011-02-12 17:49:41下载
- 积分:1
-
fencha
说明: 分叉曲线图,rucklidge系统分岔曲线图(Bifurcation curve, rucklidge bifurcation curve)
- 2010-05-02 06:34:13下载
- 积分:1
-
Desktop
mfcc, it helps you recognize the speech
- 2011-05-04 03:55:02下载
- 积分:1
-
Runge_kutta2
2阶Runge_kutta解微分方程
调用格式同ode45,
f为微分方程函数,a b为积分区间,x0初值
h为步长,默认为0.001(Differential Equation of Order 2 Runge_kutta call format with ode45, f for the differential function, ab for the integration interval, x0 h for the initial step, the default is 0.001)
- 2011-05-24 11:40:19下载
- 积分:1
-
qpsk_g_r-
lear
N = 10^5
EB_NO = [-1:30]
liu1 = zeros(1,N)
liu2 = zeros(1,N)
for ii = 1:length(EB_NO)
m= (2*(rand(1,N)>0.5)-1) + j*(2*(rand(1,N)>0.5)-1)
s = (1/sqrt(2))*m normalization of energy to 1
n = 1/sqrt(2)*[randn(1,N) + j*randn(1,N)]
- 2012-05-17 19:51:28下载
- 积分:1