matlab - Frequency representation using discrete wavelet transformation -


i trying use wavelet transform represent song in frequency domain using discrete wavelet transform made decomposition , made frequency of singer in place the song using matlab

the problem dwt , decomposition mades represent in time domain.

how can represent in frequency if dwt doesn't represent do?

thank you

when "frequency transform" or talk "representing frequency" talking fourier transform, implemented dft, or discrete fourier transform. andre correct in comments below when says dwt type of frequency transform; however, wen "represent song in frequency domain" means dft, not dwt.

that being said, don't recommend dwt music , sound analysis because analysis bands fixed @ one-octave, wide meaningful with. there other techniques related wavelets more effective audio, don't gather question using 1 of them.

in addition dft, implemented fft, or fast fourier transform, may want read stft (short-time fourier transform).


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -