Translate axes of 2D FFT plot to frequency

2 次查看(过去 30 天)
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 个评论
Adam
Adam 2017-1-13
Why can't you just do the same along both axes, using the relevant NFFT for each?

请先登录,再进行评论。

回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by