-
zsfdgsd
40 bytes in English.
System will automatically delete the directory of debug and release, so please do not put files on these two directory.DemoV4
- 2010-06-27 01:37:27下载
- 积分:1
-
x
说明: 文件为MATLAB低通滤波器文件,运行文件课得滤波器特性曲线,并且还有实例。(MATLAB files for the low-pass filter documents, running a filter file class characteristic curve, and there are examples.)
- 2007-10-14 19:40:37下载
- 积分:1
-
OFDM
一个关于OFDM信道估计的Matlab源程序
- 2010-09-07 20:37:06下载
- 积分:1
-
power_acdrive
ac drive simulation using simulink
- 2009-04-01 14:52:10下载
- 积分:1
-
Matlab
此文件包括 了所有的MATLAB统计常用命令,可以作为编程者的一个很好的参考(This file includes all of the MATLAB statistics commonly used commands can be used as a good programmers reference)
- 2010-01-06 10:21:36下载
- 积分:1
-
xianboqiLMS
这个是在matlab 中实现心电信号的读取和陷波器去除噪声,希望对大家能有帮助(this is a example for ECG designed in matlab,which including reading ECG and removing noise from ECG)
- 2011-05-21 09:04:18下载
- 积分:1
-
data
对数据进行小波分析和重构,得到想要频率的波形进行分析(For the wavelet analysis and wavelet decomposition reconstruction of data, to obtain frequency waveform analysis)
- 2014-08-11 15:23:05下载
- 积分:1
-
feedbackControl
differentialDrive robot
takes the robot s start and goal positions and
orientations and the robot s trajectory and plots this on a graph
- 2013-12-01 18:37:07下载
- 积分:1
-
full-search-ME
matlab 对于块全搜索运动估计 源代码 视频压缩技术h.264(matlab block full search motion estimation for the source code h.264 video compression technology)
- 2013-12-10 17:29:33下载
- 积分: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