Translate axes of 2D FFT plot to frequency
4 views (last 30 days)
Show older comments
I am plotting the 2D fft of a matrix using mesh function.The matrix is a data from 16 linear sweeps of a FMCW wave with each sweep data arranged in a column( that is ,no of columns=16). NFFT along column =2^15 and NFFT along row = 256. fft2 is computed as fft2(x,2^15,256).From the figure,the x axis can be translated to frequency using fs/N(-N/2:N/2+1). How to translate the y axis to frequency?
1 Comment
Adam
on 13 Jan 2017
Why can't you just do the same along both axes, using the relevant NFFT for each?
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!