-
naviga090205
捷联惯性导航的仿真程序用四元数法的捷联惯性导航姿态解算程序资源大小:...用四元数法进行姿态解算的matlab程序(Strapdown inertial navigation simulation program)
- 2009-02-18 15:41:32下载
- 积分:1
-
generateAR1
Generate AR(1) process for a given AR(1) coefficient.
- 2021-03-31 14:59:09下载
- 积分:1
-
Kaisai-lvbo
Kaisai 和IIr滤波器的程序,大家看看,挺好的(Kaisai and IIr filter program, we look quite good)
- 2010-11-23 09:53:36下载
- 积分:1
-
Kalman_Filter
卡尔曼滤波 简单的程序实现 适合初学者(kalman filter)
- 2011-11-25 20:21:03下载
- 积分:1
-
REFLCOEF2
The Seismic Unix Project is partially supported by the CWP Consortium Project. In the past, the Seismic Unix Project has received partial support from the Gas Research Institute (GRI) and the Society of Exploration Geophysicists Foundation.
- 2011-11-11 09:22:48下载
- 积分:1
-
chaos
使用matlab编写的用wolf法求Lyapunov指数的算法程序
假近邻法(False Nearest NeighborFNN)计算嵌入维的Matlab程序
一类基于奇异值分解的Lyapunov指数计算方法(Matlab program using Matlab prepared wolf method and the Lyapunov exponent of the false nearest neighbor algorithm program (False Nearest NeighborFNN) calculation of the embedding dimension, Lyapunov exponent calculation method based on singular value decomposition)
- 2012-05-25 10:51:25下载
- 积分:1
-
NumericalComputing
说明: Matlab 的Numerical Computing,全书pdf+全代码,英文版(Matlab Numerical Computing, the whole book pdf+ code, in English)
- 2005-11-03 11:22:31下载
- 积分:1
-
RLS
实现了自适应RLS均衡器的MSE仿真曲线(Adaptive RLS equalizer MSE simulation curve)
- 2012-03-28 09:41:19下载
- 积分:1
-
FIR_CS
滤波器的程序,是属于数字滤波器的,非常好好(Filter procedure, belongs to the digital filter, very good)
- 2014-09-16 15:13:53下载
- 积分:1
-
bisection
Step 1: Set i=1 FA=f(a)
Step 2: while i≤ No do step 3-6.
Step 3 set p=(a+b)/2 FP=f(p)
Step 4 if FP<TOL or (b-a)/2<TOL then OUTPUT(p) STOP.
Step 5 set i=i+1
Step 6 if FA.FP > 0 then set a=p FA=FP else set b=p.
Step 7 OUTPUT (‘Method failed after No iteration,No=’, No) STOP.
- 2011-11-23 09:46:51下载
- 积分:1