Difference between revisions of "PIC32MX: Inverse FFT"
From Mech
Jump to navigationJump to searchLine 1: | Line 1: | ||
== Overview == |
== Overview == |
||
An inverse FFT is a function that converts a frequency domain signal into a time domain signal. |
An inverse FFT is a function that converts a frequency domain signal into a time domain signal. Inverse FFTs actually use the same algorithm as FFTs except with some scaling and conjugation. FFT information can be found [[PIC32MX: FFT of Analog Input]]. |
||
Revision as of 14:19, 17 April 2010
Overview
An inverse FFT is a function that converts a frequency domain signal into a time domain signal. Inverse FFTs actually use the same algorithm as FFTs except with some scaling and conjugation. FFT information can be found PIC32MX: FFT of Analog Input.