The document discusses dynamic range and Q point format notes. Dynamic range is the ratio between the largest and smallest positive number that can be represented, expressed in decibels as 20log10(Max/Min). For an N-bit integer, the minimum is 0 and maximum is 2N-1. For an N-bit fractional number, the minimum is 0 and maximum is 1-2-N. The general format for an N-bit fixed-point number is that the maximum is 1-2-N and the minimum is -1*(1-2-N).
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
33 views1 page
Notes DSP
The document discusses dynamic range and Q point format notes. Dynamic range is the ratio between the largest and smallest positive number that can be represented, expressed in decibels as 20log10(Max/Min). For an N-bit integer, the minimum is 0 and maximum is 2N-1. For an N-bit fractional number, the minimum is 0 and maximum is 1-2-N. The general format for an N-bit fixed-point number is that the maximum is 1-2-N and the minimum is -1*(1-2-N).
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1
Q point Format Notes
Dynamic Range Ratio between the largest number and the smallest(positive) number It can be expressed in dB (decibels) as follows: Dynamic Range (dB) 20log10 (Max / Min)