Convert real data to frequency domain

1 view (last 30 days)
Anthony Foti
Anthony Foti on 24 Jul 2019
Commented: Anthony Foti on 24 Jul 2019
Hello all,
I have depth data from a Kinect V2 (attached) and am trying to convert it to the frequency domain. The sampling rate of acquisition is 30 Hz.
Thank you in advance!
  2 Comments
Walter Roberson
Walter Roberson on 24 Jul 2019
fft(final_answer_ROI_1)
See the first example in the fft() documentation for information on how to construct the frequency vector.
Anthony Foti
Anthony Foti on 24 Jul 2019
Thank you Walter, I was missing the frequency vector which was making my frequency plot insignificant.

Sign in to comment.

Answers (0)

Community Treasure Hunt

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

Start Hunting!