-
MI_Optimization
说明: 用matlab实现的图像配准的小程序,一个缩放图像,一个配准(Using matlab to achieve a small image registration procedure)
- 2010-04-30 10:10:49下载
- 积分:1
-
menubaca
Second Menu Stenography
- 2011-06-26 02:37:45下载
- 积分:1
-
2
说明: solar pv mppt wind mppt using fuzzy logic control
- 2012-06-15 15:14:25下载
- 积分:1
-
fing_vw81
匹配追踪和正交匹配追踪,GSM中GMSK调制信号的产生,通过matlab代码。( Matching Pursuit and orthogonal matching pursuit, GSM is GMSK modulation signal generation, By matlab code.)
- 2017-03-30 16:59:31下载
- 积分:1
-
相位扫描
说明: 简要实现相控阵雷达扫描过程,以及阵元个数对波束的影响(Brief Realization of Phased Array Radar Scanning)
- 2018-12-27 20:40:27下载
- 积分:1
-
GSTOOLS
遗传算法工具箱 希望高手指点 GATOOLS(Genetic Algorithm Toolbox hope you pointing)
- 2009-04-11 15:43:37下载
- 积分:1
-
CurveMeasure_MATLAB
The purpose of this standalone MATLAB package is to allow users to quickly and automatically quantify the alignment of periodic structures (e.g. collagen fibers) in an image, with respect to a user-specified boundary or an absolute reference.(The purpose of this standalone MATLAB package is to allow users to quickly and automatically quantify the alignment of periodic structures (eg collagen fibers) in an image, with respect to a user-specified boundary or an absolute reference.)
- 2011-11-12 22:24:17下载
- 积分:1
-
differentialequi
three phase induction motor
- 2013-04-08 21:46:14下载
- 积分:1
-
RLSwave
对语音信号的RLS滤波程序,噪音为固定信噪比的高斯信号(RLS voice signal filtering process, a fixed signal to noise ratio of the Gaussian noise signal)
- 2009-12-05 15:36:31下载
- 积分: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