FFT - Effective bits and dynamic range
Afficher commentaires plus anciens
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.
Réponses (1)
joeDiHare
le 12 Oct 2011
0 votes
What is the syntax you used?
fft(x) by default takes N=nextpow2(length(x)) points, which gives a fs/N time resolution.
2 commentaires
Wayne King
le 12 Oct 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
le 12 Oct 2011
Catégories
En savoir plus sur Fourier Analysis and Filtering dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!