In "Analyzing Cyclical Data with FFT" example, how the frequency was calculated?

조회 수: 3 (최근 30일)
and how it can be calculated for other examples? is there a general equation or formula to calculate it?

채택된 답변

Paul Hoffrichter
Paul Hoffrichter 2020년 12월 4일
If n is even, the following is equivalent to your code:
f = linspace(2/n, 1, n/2) * maxfreq;
  댓글 수: 5
Muhamed Sewidan
Muhamed Sewidan 2020년 12월 4일
Thank you for your fast response.
I have one more question, max frequency value, is it arbitrary or determined on what base?
Paul Hoffrichter
Paul Hoffrichter 2020년 12월 4일
The frequency (in Hz, cycles per second) is very arbitrary depending upon the applications. If talking about radio frequencies, both the min and max frequencies are regulated in every country so that in a small geographical region, two radio stations will not collide with each other.
Although a radio station's frequency is a specific number, there is also a frequency region surrounding this central frequency. For example, if the station's carrier frequency, Fc, is is playing music whose frequecies can go up to 20KHz, then there will be a band of frequencies often from Fc - 20KHz ... Fc + 20KHz, which is a 40KHz bandwidth. So that station will be assigned at least that 40KHz (and probably more) centered on Fc.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by