Harmonic Wavelet For Wavelet transform

版本 1.0.0.0 (1.6 KB) 作者: Santhana Raj
Computes the Harmonic wavelet and outputs in the form similar to other wavelets
1.6K 次下载
更新时间 2012/6/22

查看许可证

[out1,out3]=harmonic(LB,UB,N) computes the Harmonic Wavelet with the lower Bound as 'LB' Upper Bound as 'UB' and N being the number of points in the wavelet.

The outputs are similar to other wavelets already available with Matlab. SO, the function can be used universally

if Option > 0, a Plot of the harmonic wavelet created will be made.
<=0, No plot will be done.

The function basically is for computing Harmonic wavelet transform for Condition Monitoring of rotating equipments by vibration based bearing fault diagnosis.

Out1 gives the real part of the wavelet
Out2 gives the imaginary part of the wavelet

Example:
h_h=harmonic(0,3,1024,1);

Dont forget to rate or comment.

引用格式

Santhana Raj (2024). Harmonic Wavelet For Wavelet transform (https://www.mathworks.com/matlabcentral/fileexchange/37272-harmonic-wavelet-for-wavelet-transform), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2011b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Continuous Wavelet Transforms 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0