Skip to main content
17-Peridot
March 11, 2015
Solved

FFT intricacies

  • March 11, 2015
  • 2 replies
  • 1176 views

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

Best answer by AndyWesterman

FFT should return frequencies based on the sampling time so change f to 1/t.s in the frequency calculation.

Regards

Andy

2 replies

12-Amethyst
March 11, 2015

FFT should return frequencies based on the sampling time so change f to 1/t.s in the frequency calculation.

Regards

Andy

Raiko17-PeridotAuthor
17-Peridot
March 13, 2015

Thank you Andy