Frequency Spectrum of real time signal

Status
Not open for further replies.

akrcal

Member level 1
Joined
Aug 14, 2006
Messages
38
Helped
3
Reputation
6
Reaction score
0
Trophy points
1,286
Activity points
1,503
Hello,

I want to do real time FFT of a 1kHz sinusoidal signal which is coming from signal generator with the help of TMS320C6713 DSP kit and see the frequency spectrum of the signal on some graph on computer screen. How should I do that?

Thanks & regards,

Arun
 

If you have a clean sinusoidal signal at 1 kHz, then all your effort is for nothing. Your spectrum will be a single line at 1 kHz.
 

In code composer studio you can use graphs by referring x y axis variables in your code.

1) Set sampling rate of ADC
2) Take samples and copy them into array.
3) Calculate FFT
4) Use Graph wizards in Code Composer Studio to display.

You can use TI's code support library all three steps. For more information refer help of CSL.

Regards,
ALPER USLU
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…