-
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
-
gangdu
可用于计算齿轮(包括变位齿轮)在不同传递转矩下的时变啮合刚度(It can be used to calculate the time-varying meshing stiffness of gears (including modified gears) at different transmission torque)
- 2021-01-25 20:28:43下载
- 积分:1
-
matlab_coding__dft_in_matlab_using_fft_1386
Discrete Fourier Transform in MATLAB
Solution of Problems
- 2010-12-27 22:29:52下载
- 积分:1
-
msk_demod
gmsk demodulation source code
- 2013-01-01 14:10:11下载
- 积分:1
-
yuyin_tuxiang-process
语音、图像等相关处理,如加躁去噪,频谱、幅度图,二值灰度图等(Voice plus noise denoising, image plus noise denoising, and image reversal, two values of other treatment)
- 2013-11-05 15:40:30下载
- 积分:1
-
MATLAB
Matlab图像处理函数大全 对初学者很有帮助(Matlab image processing functions Daquan helpful for beginners)
- 2010-06-18 20:08:46下载
- 积分:1
-
GoldGenerator
文件里包括了扩频系统中所需的gold码序列的产生。(File system, including the spread spectrum code sequence required to produce gold.)
- 2010-08-31 09:48:34下载
- 积分:1
-
centel
在地震荷载作用下进行动力计算的计算程序,得到结构的响应(Earthquake loads in the calculation of the calculation procedure for power, get the structure of the response)
- 2011-08-25 15:35:19下载
- 积分:1
-
im2bw_args
对于数字图像处理的二值化过程,还有GUI界面建立,方便快捷。(Binarization process for digital image processing, as well as GUI interface to establish quick and easy.)
- 2013-05-19 11:30:57下载
- 积分:1
-
10948201
用matlab实现的RS码编码与解码器,实现了15,11RS码的编解码仿真,并编写了测试驱动,直观明确(Matlab implementation of RS codes with encoding and decoding devices to achieve 15,11 RS code decoding simulation, and the preparation of the test-driven, intuitive, clear)
- 2011-04-20 20:51:33下载
- 积分:1