Google

main
dspblog
cyclic_signals
FFT_interpolation
FFT_interpolation_how_does_it_work
FFT_smoothness_cyclic
discrete_time_reconstruction
discrete_time_reconstruction2
Nyquist_on_the_edge
FFT_delay_special_case
Fourier_reconstruction
pulse_and_Nyquist
FFT_complexError
matlabOctave
matlab_upsampling
matlab_downsampling
FFT_delay
FFT_filter_example
FFT_interpolation_example
FFT_bin_frequencies
fit_signal
FFT_peaksearch_audio_example
matlab_binary_readwrite
Octavesvg
C
FFTW_example
looprecord
SNR
SNR3
SNR_example_96kAudio
SNR_FFT_correlation_example
lua
luagpib
luasplit
luadump
mnoofltk
wxLuaDll
wxLua_loadAsDll
wxLua_HelloWorld
wxLua_simpleButton
wxLua_resourceManagement
wxLua_XMLparser
DSP
IQ_LO
IQ_LO_2
optimum_receiver
DSP_basics
sampleRateChange_terms
dirac_pulse
freqresp_s
zfilter_example
freqresp_z
freqresp_z_sign
misc
zero_forcing_equalizer_example
nonminphase_inverse
periodic_spectrum
lagrange_multipliers
Entropy
RC_chopper
TRex450_setup
EP100
EP100SE
EP100Gremlins
essential_spares
tail_rotor
motoradjustment
blade_balancing
blade_repair
GAUI_SAE12A
Walkera43


valid html (click to verify)



prevno toplevel pagenextdisable ads

Cyclic signals and FFT

Summary

DFT (FFT) is by nature cyclic. Processing a cyclic signal with DFT methods is lossless (and usually quite straightforward).

Introduction

Fast Fourier Transform (FFT) is defined for cyclic signals. It transforms a periodic signal into its discrete Fourier transform, and back.
The process is lossless - besides limited numerical precision, no information is lost.

Most practical applications use FFT on signals that are not periodic. This requires for example windowing, which is an approximation.

Available computing power has grown over the years according to “Moore's law”, and has grown on an exponential scale. The idea of “taking the FFT of a whole audio CD” used to be a joke, but today it can be done on a low-cost PC.

Many problems simplify considerably, if one can use both time and frequency domain processing, and FFT is an efficient tool to go back and forth without introducing error.
A hardware implementation of an algorithm would still use conventional DSP techniques to minimize cost. But an FFT-based algorithm can be quite efficient in research, development or rapid prototyping.

Modern modulation methods like OFDM or single-carrier FMDA (SC-FDMA) use FFT processing. A part of the signal - the cyclic prefix - makes the signal periodic, at least “locally”.
This allows using FFT methods, ideally without loss.

Examples







prevno toplevel pagenextdisable ads

© Markus Nentwig 2007-2008
The content of this page is provided without any warranty and may not be reproduced without permission.

Comments? Questions?

Please send me a mail! mnentwig@elisanet.fi