how to plot Pseudo-Wigner Ville Distribution (PWVD) and Smooth Wigner Ville Distribution (SPWVD) of a signal in matlab

34 vues (au cours des 30 derniers jours)
how to plot Pseudo-Wigner Ville Distribution (PWVD) and Smooth Wigner Ville Distribution (SPWVD) of a signal in matlab code. Is CWT is more superior than PWVD and SPWVD. matlab code for STFT for same signal

Réponse acceptée

R
R le 18 Oct 2023
Hi Rakesh,
You can plot Wigner Ville Distribution(WVD) in MATLAB using the "wvd" function. To plot the Smooth Pseudo Wigner Ville Distribution(SPWVD), you can use the "smoothedPseudo" option with the "wvd" function. Refer to the following documentation for an example of the same:
Regarding whether Continuous Wavelet Transform(CWT) is superior to WVD and SPWVD, the choice between CWT, PWVD, and SPWVD depends on the specific requirements of your analysis and the characteristics of the signal you are working with.
CWT provides good time and frequency localization, making it suitable for analyzing signals with time-varying frequency content. On the other hand, WVD and SPWVD are commonly used for time-frequency analysis of non-stationary signals. They provide high-resolution representations of the signal's time-frequency content.
To understand more about CWT, WVD and STFT methods and their examples, you can refer to the following link:
I hope this helps you understand about different time-frequency analysis techniques!
Edit last prompt

Plus de réponses (0)

Catégories

En savoir plus sur Filter Banks dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by