-
algorithm
适用于初学matlab编程的人,可以初步掌握一些算法的应用(For beginners matlab programming, preliminary master some algorithm)
- 2012-11-21 19:17:53下载
- 积分:1
-
PCAPresentation
PCA MATLAB CODE AND SLIDES
- 2010-12-08 10:37:24下载
- 积分:1
-
nnbp_pid
BP神经网络PID S函数,可用于Simulink仿真。(BP NN PID S-fuction)
- 2014-06-13 20:52:58下载
- 积分:1
-
BVP
应用Matlab计算边界条件,解决最优控制问题。(Matlab Boundary Conditions
)
- 2011-05-03 10:43:42下载
- 积分:1
-
show
说明: 在使用matlab示波器时运行该show.m即可以对示波器背景和线条颜色进行调整。(execute it when you want to change the color of the scope or the line。)
- 2011-03-23 13:42:06下载
- 积分:1
-
GettingStartedwithexampleswritteninMATLAB
使用MATLAB编写的入门实例,这是一款很简单易懂的程序,欢迎大家看看(Getting Started with examples written in MATLAB, which is a very straightforward procedure, please take a look)
- 2010-10-07 16:23:16下载
- 积分:1
-
ofdmsimulation
ofdm 的仿真程序, ~!(OFDM simulation program, ~!)
- 2006-05-31 09:14:12下载
- 积分:1
-
daohanjiesuan
捷联式惯性导航的导航结算程序,使用matlab语言编写(Strapdown inertial navigation navigation and settlement procedures)
- 2014-01-13 15:47:27下载
- 积分:1
-
ALL-fir-low-band-highpass
FIR 滤波器的低通,带通,高通实现,matlab(FIR using matlab)
- 2010-07-12 09:50:14下载
- 积分: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