-
FlexPro
- At a Glance
- Features & Options
- Applications
- All Advantages
- What’s New in FlexPro 2021
- Try FlexPro For Free
- FlexPro View OEM Freeware
- Buying Guide
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
- Products
- News
- Support
- Company
- Contact
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
FFT implementation in FlexPro
- This topic has 2 replies, 2 voices, and was last updated 21 years, 2 months ago by Richard Weisang.
-
AuthorPosts
-
August 29, 2003 at 1:52 am #12539Richard WeisangKeymaster
How is FFT implemented in FlexPro? The FlexPro FFT results I get differ from that in another software.
August 29, 2003 at 2:17 am #8202Richard WeisangKeymasterHow is FFT implemented in FlexPro? The FlexPro FFT results I get differ from that in another software.
August 29, 2003 at 2:17 am #8872Bernhard KantzParticipantMany FFT implementations return the magnitude spectrum which is not normalized. Our FFT returns the complex amplitudes which is the magnitude spectrum multiplied with 1/N. You can decide where you do the normalization – on the FFT or on the inverse. We do it on the FFT because then the complex spectrum returned directly corresponds to the amplitudes an phases of the sinusoids used to reconstruct the time signal.
FFT
y_k = 1/N Sum([j=0 to N-1] x_j * Exp(-2*Pi*i*j*k/N)IFFT
x_j = Sum([k=0 to N-1] y_k * Exp(2*Pi*i*j*k/N)If you install the Spectral Analysis Option for FlexPro then you have an exact-n FFT available, which returns the magnitude spectrum instead of the complex amplitudes.
-
AuthorPosts
- You must be logged in to reply to this topic.