-
dipum
MATLAB DIPUM toolbox 1.4 source code
- 2014-11-14 03:17:02下载
- 积分: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
-
HMcirConv
it is a matlab mdl file to generate c code for ccs software without any manual modification
- 2012-05-08 11:59:46下载
- 积分:1
-
MATLAB在振动信号处理中的应用
matlab在振动信号处理中的应用源代码及pdf(Application of MATLAB in vibration signal processing source code and PDF)
- 2021-03-16 15:09:21下载
- 积分:1
-
FIR_filter
FIR filter with weight function
- 2009-05-03 16:12:21下载
- 积分:1
-
Median_filter
median filter in the matlab software
- 2010-01-02 20:23:35下载
- 积分:1
-
hmmviterbi
计算隐马尔可夫模型序列的最可能的状态路径(Hidden Markov model to calculate the most likely state sequence path)
- 2014-02-24 23:32:12下载
- 积分:1
-
SVM_tool_box
附带四种SVM工具箱的分类以及回归算法源代码(Four SVM classification and regression algorithm toolbox)
- 2010-10-10 14:03:25下载
- 积分:1
-
dvc
说明: 分布式编码代码
C语言的,很多行,如果要用Matlab编应该有些参考价值。(distributed coding)
- 2010-05-04 23:43:01下载
- 积分:1
-
Applied_sgnal_processing_2
this file contain matlab code for signal pocessing
- 2010-11-10 05:44:19下载
- 积分:1