algorithm - MATLAB 1-D Pseudo Wigner Distribution -
i'm trying implement 1-d pseudo wigner distribution. distribution has expression:
where n , k represent time , frequency, m shifting parameter. z[n] vector , z* complex conjugate. author of article
it can interpreted discrete fourier transform of product
z[n+m]z*[n-m]
.
i know smartest , fastest way implement (in particular product z[m+n]z*[n-m]
, if can apply fft
) because need use expression lot of times. appreciated!
Comments
Post a Comment