Part Number: TMS320F28335
Tool/software: Code Composer Studio
Hi,
I'm using Code Composer Studio(CCS) 5.3.0.00090
And I find a example project called "F2833x Real FFT with ADC Input (Real-time)" from controlSUITE
Here are the example file(s) for this project:「C:\ti\controlSUITE\libs\dsp\FPU\v120\examples_ccsv4\2833x_RFFT_ADC_RT」
My question is, how to read the ""FFT result " from TI example project.
I mean, When the FFT operation is complete, I can get the input signal's Amplitude and Phase spectrum.
I succeeded getting the spectrum, but I don't know how to read it. The information about FFT from program description is too little.
The FFT project default setting has the information about sampling rate is 48kHz and FFT_Size is 512.
So, What is the relationship between the both information and the spectrum from FFT?
After FFT calculation, I can get 256 result each Amplitude and phase, And what does these result represent's frequency ?
For example, the Amplitude spectrum has 256 value, the x represent 256 result.
When x is 0 is mean DC's Magnitude, When x is 1 mean "some frequency" Magnitude, ....., When x is 255 mean "some frequency".
I have 255 different Magnitude representing different frequency. That is the Amplitude spectrum I want, but I didn't know frequency scale.
When x is 1 the frequency mean 5Hz? When x is 2 the frequency mean 10Hz? ...., When x is 255 the frequency mean 1275Hz? I don't know.
So, is there any way to figure it out frequency of "some frequency"?
Thanks for your help!
Best Regards, Chen Yan-Li