-
parachute011020230
降落伞 自由坠落 拉直 充气 三个阶段的模拟 拉直阶段采用三质点模型,充气阶段采用充气距离法(Straighten inflated parachute freefall simulation of three phases straightened using three-phase particle model, inflatable stage distance method using inflatable)
- 2020-11-14 14:49:42下载
- 积分:1
-
光流
matlab代码光流法
- 2023-03-04 16:30:04下载
- 积分:1
-
m_seq
说明: 利用MATLAB实现的产生M序列的程序及自动产生本原多项式的程序(MATLAB achieved using M sequences generated automatically generated procedures and procedures for primitive polynomial)
- 2009-08-12 14:10:58下载
- 积分:1
-
lineHough
线特征的hough提取程序,很不错的,自己试过,绝对可用(Line Features hough the process of extraction, very good that he tried to absolutely available)
- 2006-10-24 02:16:32下载
- 积分:1
-
Weak-extraction
随机信号分析理论如何在实践中应用;随机信号的检测及分析方法;强噪声背景下微弱信号的提取又是信号检测的难点,其目的就是消除噪声,将有用的信号从强噪声背景中提取出来(How random signal analysis theory applied in practice random signal detection and analysis methods strong noise background of weak signal extraction and signal detection is difficult, its purpose is to eliminate the noise, the useful signal from strong background noise extracted)
- 2011-11-20 21:59:58下载
- 积分:1
-
SMVQ
Matlab for SMVQ
邊緣配對的向量編碼技術
(Matlab for SMVQ
side match vector quantization)
- 2013-04-12 20:16:56下载
- 积分:1
-
DOA_GUI
实现2d-DOA 算法的仿真,实验结果以均方误差的形式绘制图表(The simulation of 2d-DOA algorithm is implemented, and the experimental results are plotted in the form of mean square error)
- 2017-11-09 20:29:33下载
- 积分:1
-
快速K
fast k-means algorithm
- 2022-02-15 10:28:30下载
- 积分: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
-
fft
关于FFT的MATLAB代码,可以很直观的验证并得到FFT序列(The MATLAB code on the FFT, it is intuitive and FFT test sequence)
- 2009-05-09 22:27:48下载
- 积分:1