-
Cameron_99MTT_folded_form
Cameron 99MTT广义切比雪夫滤波器耦合矩阵计算程序(General Chebyshev response filter coupling matrix calculating tool)
- 2014-08-07 09:22:13下载
- 积分:1
-
Pseudolite-Positioning-System
这是在cnki上下载的关于gps伪卫星定位精度的文献,里面有matlab仿真实验操作,可以通过实验发现dop值影响定位精度(This is the download in CNKI on GPS pseudo satellite positioning accuracy of the literature, there are matlab simulation operation, can be found through experiments that DOP value affects the positioning accuracy)
- 2014-12-24 11:15:02下载
- 积分:1
-
03
说明: MATLAB7辅助控制系统设计与仿真 书中的原码 第3章(MATLAB7 assisted control system design and simulation of the original code book, Chapter 3)
- 2007-10-25 18:33:40下载
- 积分:1
-
20071026_091831_632
SOPC基于MATLAB与DSP Builder设计技术
实验使用说明,非常详细,易于上手(dsp builder)
- 2009-04-01 14:44:16下载
- 积分:1
-
MATLAB
MATLAB语言常用算法程序集 MATLAB程序 集合 (MATLAB language commonly used algorithm for assembly collection of MATLAB programs)
- 2012-06-13 01:01:56下载
- 积分:1
-
houghostu
matlab平台下的一个车道线检测算法
其中主要包括了HOUGH变换方法和大津自动阈值分割方法,在打包文件中详细说明了每个函数的作用,其中包括了验证图片(Matlab platform under a lane line detection algorithm which includes mainly the transformation methods and HOUGH big-automatic thresholding methods, the packing paper detailed description of each function of the role, including the certification Photo)
- 2007-06-13 20:54:49下载
- 积分:1
-
fengjiguangfu
风机光伏建模,能够很好的仿真风机或者光伏的随机出力的特性,应用simulink仿真(Fans photovoltaic modeling, simulation can be a good random fan or photovoltaic output characteristics, application simulink simulation)
- 2013-11-19 09:42:59下载
- 积分:1
-
RCLNetzwerk_Uebung3
RCL schaltung simulation(RCL schaltung simulation Matlab code)
- 2014-02-23 23:23:51下载
- 积分:1
-
stft
short-time fourier transform
- 2015-04-07 00:05:08下载
- 积分: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