-
matlab1
Analysis and evaluation of mechanical workshop using fuzzy logic with matlab.
- 2013-03-27 12:54:10下载
- 积分:1
-
Algoritmo-Genetico
MATLAB
PID Tunning using Genetic Algorithms
- 2013-05-01 09:37:15下载
- 积分:1
-
BPSK_BER_GAIN_OFDM
BPSK_BER_GAIN_OFDM
Phase Shift Keying
- 2015-04-02 01:07:32下载
- 积分:1
-
viter_qpsk
含有QPSK调制的matlab卷积编码、维特比译码程序(source for convolutional encoding and viterbi decoding which contained QPSK )
- 2012-04-27 16:05:02下载
- 积分:1
-
cloud-model
云模型Matlab代码,包括正向云发生器,x条件云发生器和y条件云发生器。(Cloud model Matlab code, including the forward cloud generator, x and y condition cloud generator condition cloud generator.)
- 2021-04-08 20:39:00下载
- 积分:1
-
xinhaoyuce
基于LMS自适应算法的信号预测,可用于图像处理,可用于语音信号处理(LMS adaptive algorithm based on signal prediction, can be used for image processing, can be used for speech signal processing)
- 2011-08-11 17:49:29下载
- 积分:1
-
基于电流滞环的FOC PMSM 仿真模型PMSM ac7
基于电流滞环的FOC PMSM 仿真模型。测试通过(Hysteresis based on the FOC PMSM current simulation model. Test)
- 2011-11-01 01:27:47下载
- 积分:1
-
IMF1
我自己做的一个EMD的算法,大家可以下载参考(I have do an EMD algorithm, everyone can download it)
- 2009-04-01 11:05:32下载
- 积分:1
-
MATLAB-Target-tracking
用MATLAB对视频中的动态目标进行跟踪检测(包含单目标和多目标)。(Using MATLAB to achieve the detection of moving objects in the video stream, static background single target and multi-target detection.)
- 2015-12-27 15:18:38下载
- 积分: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