-
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
-
tfrpwv
时频分析中的cohen类中最基本的双线性时频分布式wigner-ville分布,由于在该分布中不含窗函数,因此避免了短时窗傅里叶变换时间分辨率、频率分辨率相互牵制的矛盾(Time-frequency analysis of the Cohen class of bilinear time-frequency distribution is the most basic Wigner-Ville distribution, because the function in the distribution is not included in the window, so as to avoid the contradiction of short-time window Fourier transform time resolution, frequency resolution of each other)
- 2013-06-04 16:42:03下载
- 积分:1
-
matrix
MATLAB矩阵函数教程,例子及简单应用,很实惠,适用初学者(MATLAB matrix functions tutorials, examples and simple applications, it is affordable, suitable for beginners)
- 2010-06-21 12:48:09下载
- 积分:1
-
predict
this code use for predict of electrical load.
- 2015-01-22 17:06:25下载
- 积分:1
-
jamming_resource_allocation
针对干扰资源分配策略,分别利用遗传算法和粒子算法进行仿真优化,并进行对比(Resource allocation strategies for interference, namely the use of genetic algorithm and particle simulation and optimization algorithms, and compare)
- 2021-04-15 20:38:54下载
- 积分:1
-
fractal_explorer
Fractal Explorer
GUI-based program for exploring and studying the most common form of fractals, chaotic systems and fractional dimension systems
- 2007-08-14 11:07:20下载
- 积分:1
-
Astar
A*算法路径规划,有详细介绍文本 适合于初学者,学习算法。(A* algorithm for path planning, a detailed text is suitable for beginners, learning algorithms.)
- 2020-07-02 01:00:01下载
- 积分:1
-
Experimental_ABC_on_the_Digital_Image_Processing_B
说明: :简述了数字图像处理、MATLAB软件及两者之间的关系,针对数字图像处理技术的特点及MATLAB语言的应用环
境,选择二雏离散傅里叶变换线性性质的MATLAB实现和直方图均衡化的MATLAB实现作为数字图像处理课程的入门实
验,实现了数字图像处理与MATLAB之间的有机结合。(: A brief review of digital image processing, MATLAB software and the relationship between the two for digital image processing technology, features and application environment MATLAB language, choose the two underage Discrete Fourier Transform Linear nature of MATLAB implementation and histogram equalization The MATLAB implementation of digital image processing program as the entry test to achieve a digital image processing and the organic integration between MATLAB.)
- 2010-03-19 12:25:57下载
- 积分:1
-
mierdaPAraTiCabron
This is code test to test the uploading features in this platform
- 2012-11-28 21:18:08下载
- 积分:1
-
NumAna_GaussElim
这四个程序分别为高斯消去法、列主元消去法、全主元消去法解线性方程组和Gauss-Jordan消元法求矩阵的逆。
程序采用MATLAB语言开发,并在MATLAB6.5下测试通过。(The four procedures were Gaussian elimination, elimination method out PCA, PCA-wide elimination method solution of linear equations and Gauss-Jordan elimination method of inverse matrix. Procedures for the use of MATLAB language development, and under MATLAB6.5 test.)
- 2007-12-24 16:56:06下载
- 积分:1