-
sMOG_ChangeUpdateRate_DilationErosion
simulink下封装的混合高斯的s-funcion函数。用于模型模块的搭建。(simulink package under the Gaussian mixture of s-funcion function. The structures used to model the module.)
- 2009-12-13 23:03:31下载
- 积分:1
-
xiaobo
这是一个基于matlab的小波分析信号文献,希望大家学习下。(This is a signal matlab wavelet analysis based on literature, we hope that the next study)
- 2014-12-11 18:06:12下载
- 积分:1
-
migration.tar
matlab code for seismic Migration
- 2009-12-14 04:59:04下载
- 积分:1
-
chap10
遗传算法MATLAB 刘金琨《智能控制的MATLAB》(MATLAB GA)
- 2015-01-18 20:55:44下载
- 积分: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
-
tsls
Two-Stage Least Squares method for instrumental variables estimation
- 2011-05-13 08:06:14下载
- 积分:1
-
QPSK_MDL_Matlab
A QPSK simulation using simulink. very useful to understand the scheme at every level of QPSK modulation.
- 2013-08-15 13:47:43下载
- 积分:1
-
MISO_simulation
Multiple input single output matlab system simulation.
- 2014-09-02 19:05:23下载
- 积分:1
-
MATLAB_FFT
MATLAB关于FFT频谱分析的程序,可以实现信号的频谱分析(MATLAB on the FFT spectrum analysis procedures, spectral analysis of the signal can be achieved)
- 2021-03-06 15:49:30下载
- 积分:1
-
MAP
说明: 这个Matlab程序实现了MAP算法-最大后验概率算法,同时包括对算法有:卷积编码、卷积解码,BPSK,AWGN。同时绘制它的误码率和SNR(信噪比)。(The Matlab program achieved a MAP algorithm- maximum a posteriori probability algorithm, at the same time including the algorithm are: convolutional coding, convolution decoding, BPSK, AWGN. At the same time rendering its error rate and SNR (signal to noise ratio).)
- 2008-11-30 12:45:21下载
- 积分:1