-
MST
MST问题求解程序, 采用Matlab实现, 源程序.(MST problem source code , MST problem free code)
- 2010-08-05 16:46:05下载
- 积分:1
-
The-running-time-of-algorithm
本书详细介绍了如何利用matlab进行算法运行时间的分析和比较,并附很多例子,简单易懂。(This E-book covers mainly about how to use matlab to analyse the algorithm running time, and easy to understand)
- 2014-01-05 16:07:31下载
- 积分: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
-
Pulse_Width_Modulation
source codes about communication
- 2014-08-17 02:06:51下载
- 积分:1
-
VertChanErrCorrected
Vertical Channel Stabilization
- 2012-10-03 17:51:00下载
- 积分:1
-
nozzle
国外经典二维喷管,matlab程序,相当经典(Nozzle matlab program)
- 2021-03-06 17:39:30下载
- 积分:1
-
MATLAB_gaDemo1Eeval
matlab 下的遗传算法源码,可以应用到大部分情况的全局寻优。(By using matlab ,I have provided a genetic algorithm source code, which can be applied to most cases of global optimization.)
- 2013-07-31 09:11:32下载
- 积分:1
-
QliuuguifeenA
QAM16调制的实现 matlab源程序源源码 星座图的输出与结果都正确 可直接使用。
(Matlab source source source constellation of QAM16 modulation output results are correct can be used directly.)
- 2012-07-25 23:06:40下载
- 积分:1
-
HDB3decoding
数字基带信号的传输是数字通信系统的重要组成部分。在数字通信中,有些场合可不经过载波调制和解调过程,而对基带信号进行直接传输。HDB3码的作用是对数字基带信号进行编码,便于在接收端对定时分量的提取。(Digital baseband signal transmission is an important part of digital communication system. In digital communication, some occasions without carrier modulation and demodulation process, and to direct transmission baseband signal. HDB3 code is used to encode digital baseband signal, facilitate at the receiving end of timing component extraction.
)
- 2013-03-17 20:28:49下载
- 积分:1
-
frft
这是一个分数阶傅里叶算法的经典matlab程序(This is a fractional Fu Liye algorithm is the classic matlab program
)
- 2013-10-25 11:54:48下载
- 积分:1