-
canny
canny 算法,主要用于图像的边缘检测,是经典的一个方法(canny algorithm, mainly used for image edge detection, is a classical method of)
- 2009-11-06 11:25:40下载
- 积分:1
-
EbookChannelModel
MATHEMATICAL MODELS OF DISTRIBUTION CHANNELS 畸变信道数学模型。一本介绍畸变信道数学模型的外文书,对通信信道感兴趣的书友,可以看看。很好的一本英文书,一起分享。
(MATHEMATICAL MODELS OF DISTRIBUTION CHANNELS。A book about communication channel ,someone who is interest in DISTRIBUTION CHANNEL must have a look. It is really a good book,share with all of you.
)
- 2009-11-11 16:51:48下载
- 积分:1
-
CR-MATLAB
认知无线中 能量检测的MATLAB仿真代码(Detection of cognitive radio in the MATLAB simulation of the energy code)
- 2010-05-30 01:59:16下载
- 积分:1
-
mdl_puma560
机器人运动学建模仿真,DH参数设计,运动学正解和逆解,六轴机器人(six axis robot modeling and simulation,DH parameters design )
- 2016-05-29 11:05:52下载
- 积分:1
-
fir
Matlab code for FIR filters
- 2021-04-06 15:39:02下载
- 积分:1
-
IGArarn
介绍了遗传算法的基本原理与求解流程, 详细阐述了Matlab 遗传算法工具箱的使用方法, 并通过使用遗遗传算法工具箱对一个典型的函数优化问题进行求解, 验证了该工具箱在解决函数优化问题上的有效性与实用性性。
(Introduces the basic principles of genetic algorithms and solving process, elaborated on the use of the Matlab genetic algorithm toolbox, and a typical function optimization problem is solved by using genetic genetic algorithm toolbox, verify the toolbox to solve function optimization on the question of the validity and practicality.)
- 2012-06-24 10:57:24下载
- 积分:1
-
快速动目标检测参考程序论文
说明: 利用rt实现快速动目标检测参考程序,使用DPCA实现杂波抑制(Implementation of reference program for fast moving target detection by RT)
- 2021-04-23 10:48:48下载
- 积分:1
-
DFT-FFT-master
说明: 利用matlab实现对DFT离散傅里叶算法对数字信号的处理。(Using DFT and FFT to realize discrete processing of digital signal in Matlab environment)
- 2021-03-13 09:28:02下载
- 积分: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
-
LFM
该程序提供了线性调频信号、巴克码二相编码信号以及脉冲信号的模糊函数仿真方法(The program provides a linear FM signal, Barker code BPSK signal and pulse signal ambiguity function simulation method)
- 2011-08-06 10:53:19下载
- 积分:1