Prev: bin spacing
Next: FFT Bins
From: lakshmi_esu on
on what basis the fft length is calculated related to the sampling
frequency?I want to search for a maximum peak by obtaining the spectrum
of
the signal.I am working on demodulator in that my task is to acquire the
carrier from the receive modulated signal.Modulation used is BPSK.It can
be
used for 300,600,1200,2400,10800,5400 bit rates.sampling frequency is
518400 for 10800 and 5400 bit rates,for remining cases Fs is 460800.
can any one tell me how to decide the fft lenght depending on bit
rate.can
i use same length fft for all bit rate?
Thans in advance.
Regards,
lakshmi.

From: Rune Allnor on
On 26 Jun, 13:18, "lakshmi_esu" <lakshmi_...(a)yahoo.co.in> wrote:
> on what basis the fft length is calculated related to the sampling
> frequency?

It isn't. The FFT length is decided by two factors:

1) Required frequency resolution of the spectrum.
Usually one wants lots of bins, so this argument
tends to favour large lengths.
2) Available computational resources, like how large
amounts of data can be processed at one time.
This argument tends to limit the FFT lengths.

The art is to balance these two arguments such that
one gets useful data without overstretching available
resources.

Rune
 | 
Pages: 1
Prev: bin spacing
Next: FFT Bins