-
matlab
这是自己整理很久的一片有关于运动目标检测与跟踪算法研究的论文,用matlab实现的。(This is a long-own finishing about moving target detection and tracking algorithm paper, using matlab to achieve.)
- 2013-09-14 09:57:52下载
- 积分:1
-
sample-GA-ysz-asal
the rar file consist GA codes in matlab, for a single multivariable objective function. annd implemented using the golden function
- 2012-08-12 11:34:43下载
- 积分:1
-
ECEF_LBH_ENV
使用matlab编写的经纬高、东北天数据和地心坐标数据之间的转换函数文件,包含了东北天坐标系的定义说明文件以及相关的转换公式。
三个函数的调用文件名:ECEFtoENV,ECEFtoLBH,LBHtoECEF。使用说明见函数的说明。(Prepared using matlab high latitude and longitude, northeast-day data and geocentric coordinate conversion functions between data file that contains the definition of the coordinate system Northeast day documentation and related conversion formulas. Three function calls filename: ECEFtoENV, ECEFtoLBH, LBHtoECEF. See the instructions for use function.)
- 2020-07-02 14:00:01下载
- 积分:1
-
savitzkyGolay1D_rle
功能化一个输入向量利用Savitzky-格雷平滑滤波器的基础上一定程度的多项式的长度和移动窗口(The function smooths a input vector using Savitzky-Golay smoothing filter based on the degree of polynomial and the length of moving windows )
- 2012-04-09 21:12:12下载
- 积分:1
-
switched-system
切换系统matlab仿真:
(1)LMI求解
(2)对应仿真图(the simulation of switched systems)
- 2012-05-03 15:01:39下载
- 积分:1
-
aco-yiquansuanfa-
车辆路径问题的蚁群算法,很好的一个学习蚁群算法的GA例子(The ant colony algorithm of vehicle routing problem, a learning example of ant colony algorithm GA)
- 2013-04-16 09:06:27下载
- 积分:1
-
tvpvar_m
Nakajima tvp-var 代码 matlab 代码(Nakajima tvp-var code matlab code)
- 2020-11-04 09:19:52下载
- 积分:1
-
matlabruihuadaima
用matlab实现中值滤波。。。。。。。。。。(Median filter with matlab to achieve。。。。。。。。。。。。。。。。。。。。。。)
- 2011-11-14 11:13:35下载
- 积分:1
-
Discret-Wavelet-Transform-got-Daub2-by-Santhana-R
y=d2wavelet(x,Fs,level) does the 2nd order Daubechies Wavelet Transform of signal x with a sampling frequency Fs and the DWT is decomposition is done upto a level
It returns the matrix of all decompositions and the final approximations.
Instead of using the matlab s inbuilt DWT function, this file explains the algorithm for DWT. Mostly useful for learning & academic purposes.
For other wavelets, the filter values alone can be changed or WFILTERS can
be used.
The function basically is for Condition Monitoring of rotating equipments by vibration based bearing fault diagnosis by the author.
Example:
clear all
t=[0:0.0003:8*pi]
x=sin(5000*t)+sin(1000*t)
x=x(1:2^16)
level=5 Fs=1/0.003
d2wavelet(x,Fs,level)
Thanks for Downloading. Don t forget to rate or comment.
- 2013-04-05 21:52:35下载
- 积分:1
-
histogram_equalization
说明: matlab全局直方图均衡,采用matlab自己编写 未调用函数(histogram equalization)
- 2011-03-18 20:42:27下载
- 积分:1