FFT intricacies
Mar 11, 2015
10:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Mar 11, 2015
10:20 AM
FFT intricacies
Hello guys,
I've tried to do a little FFT. I created a sinus signal with 10 Hz perisodicity, but both, FFT and CFFT, return a different frequency. There must be some basic problem with my setup, but I can't figure it out.
I's appreciate any clue
Raiko
P.S. I'm using MC 15 on a Win7 machine
Solved! Go to Solution.
Labels:
- Labels:
-
Other
ACCEPTED SOLUTION
Accepted Solutions
Mar 11, 2015
10:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Mar 11, 2015
10:51 AM
FFT should return frequencies based on the sampling time so change f to 1/t.s in the frequency calculation.
Regards
Andy
2 REPLIES 2
Mar 11, 2015
10:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Mar 11, 2015
10:51 AM
FFT should return frequencies based on the sampling time so change f to 1/t.s in the frequency calculation.
Regards
Andy
Mar 13, 2015
06:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Mar 13, 2015
06:55 AM
Thank you Andy
