Difference between revisions of "PIC32MX: Inverse FFT"

From Mech
Jump to navigationJump to search
Line 1: Line 1:
== Overview ==
== 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]].
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 at [[PIC32MX: FFT of Analog Input]].





Revision as of 15:20, 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 at PIC32MX: FFT of Analog Input.


Circuit