Azzera filtri
Azzera filtri

FFT - Effective bits and dynamic range

4 visualizzazioni (ultimi 30 giorni)
William
William il 12 Ott 2011
Hi,
I have some data recorded using a 10-bit analog to digital converter. I have imported the data into MATLAB and analyzed it using the FFT.
My questions is: how can I determine the FFT dynamic range and number of effective bits? Thanks.

Risposte (1)

joeDiHare
joeDiHare il 12 Ott 2011
What is the syntax you used?
fft(x) by default takes N=nextpow2(length(x)) points, which gives a fs/N time resolution.
  2 Commenti
Wayne King
Wayne King il 12 Ott 2011
@stefano, fft(x) computes the discrete Fourier transform for an N-point signal and returns the N-point DFT, not nextpow2(length(x)) by default.
William
William il 12 Ott 2011
Thanks for the reply. I just used fft(x) where x is the data vector (not necessarily a power of two).
The time resolution is useful, but I would still like to know the FFT dynamic range and number of effective bits? Thanks again.

Accedi per commentare.

Categorie

Scopri di più su Fourier Analysis and Filtering in Help Center e File Exchange

Tag

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by