-
Matlab
说明: matlab控制系统仿真电子课件及其例程,其中涉及计算机辅助设计与仿真技术概述、matlab语言基础、控制系统的数学描述与建模、控制系统的分析方法、SIMULINK仿真基础等内容(matlab control system simulation courses and its examples)
- 2009-09-01 15:41:59下载
- 积分:1
-
f16
F-16,flightgear and matlab 仿真(F-16,flightgear and matlab simulation)
- 2015-05-24 17:27:03下载
- 积分:1
-
刚度矩阵
说明: 该命令流用于计算层剪切模型串并联体系的刚度矩阵(The command flow is used to calculate the stiffness matrix of the series parallel system of the layer shear model)
- 2019-12-02 19:25:20下载
- 积分:1
-
ekf
说明: 使用EKF算法处理PIX飞控的IMU数据(analysis the pix's log with ekf algorithm)
- 2018-01-21 19:00:56下载
- 积分:1
-
AWGN
说明: 未编码BPSK性能AWGN信道理论误码率
简化的格栅函数
门限近似函数
AWGN信道香农限(Shannon Limit)(Performance of uncoded BPSK AWGN channel BER simplified grille theoretical threshold function approximation function AWGN channel Shannon limit (Shannon Limit))
- 2011-03-09 16:04:58下载
- 积分:1
-
FLC
FUZZY CONTROL LOGIC for CAR HOVER PROE
- 2013-12-01 18:30:35下载
- 积分:1
-
灰色预测工具箱 GM tool
灰色预测工具箱。
特性:
0 数据预处理,替换掉一些不符合条件的点:如连续相等的点
1 选择最好的c进行平移变换
2 残差太大的,剔除坏点
3 最后使用 新陈代谢 灰色模型求解(xcdxgm11)
函数:
ccfx.m:残差分析
gm11.m:一般的灰色预测工具
xcdxgm11.m:新陈代谢灰色预测工具(Grey toolbox.
Features:
1 Data preprocessing, replace the points that do not meet the criteria: If a continuous point equal to
2 to select the best translation transformation c
3 residuals too much, remove dead pixels 4 final model was solved using the metabolism of gray (xcdxgm11) Function: ccfx.m: residual analysis gm11.m: normal gray prediction tools xcdxgm11.m: metabolism gray prediction tools)
- 2010-08-02 15:14:36下载
- 积分:1
-
moving_average_v3.1
Smooths a matrix (with/without NaN s) via recursive moving average method and eliminates data gaps.
(MOVING_AVERAGE(X,F) smooths the vector data X with a boxcar window of size 2F+1, i.e., by means of averaging each element with the F elements at his right and the F elements at his left. The extreme elements are also averaged but with less data, obviously. Leaving the edges intact. The method is really fast.
MOVING_AVERAGE2(X,M,N) smooths the matrix X with a boxcar window of size (2M+1)x(2N+1), i.e., by means of averaging each element with its surrounding elements that fits in the mentioned box centered on it. This one is also really fast. The elements at the edges are averaged too, but the corners are left intact.
NANMOVING_AVERAGE(X,F) or NANMOVING_AVERAGE(X,F,1) accept NaN s elements in the vector X the latter interpolates also those NaN s elements surrounded by numeric elements.
NANMOVING_AVERAGE2(X,M,N) or NANMOVING_AVERAGE2(X,M,N,1) accept elements NaN s in the matrix X the latter interpolates also those NaN elements surrounded by numeric elements.)
- 2009-03-06 23:10:07下载
- 积分:1
-
1
说明: 有n个整数,使其前面各数顺序向后移m个位置,最后m个数变成最前面的m个数
(Have n integers, to move back in front of the order m of the number of positions, finally becoming the foremost m m the number of number of)
- 2010-11-17 09:17:40下载
- 积分:1
-
mandelbrot
分形图 利用matlan程序实现了分形图的编码,可以自主调控图像颜色(Mandelbrot set
)
- 2011-11-01 14:21:48下载
- 积分:1