Sign in

username:

password:



Not a member?

Search compdsp



Search tips

comp.dsp by Keywords

Adaptive Filter | ADPCM | ADSP | ADSP-2181 | Aliasing | AMR | Anti-Aliasing | ARMA | Autocorrelation | AutoCovariance | Beamforming | Bessel | Blackfin | Butterworth | C6713 | CCS | Chebyshev | CIC Filter | Circular Convolution | Code Composer Studio | Comb Filter | Compression | Convolution | Cross Correlation | DCT | Decimation | Deconvolution | Demodulation | DM642 | DSP Boards | DSP/BIOS | DTMF | Echo Cancellation | Equalization | Equalizer | ETSI | EZLITE (Ez-kit Lite) | FFT | FFTW | FIR Filter | Fixed Point | FSK | G.711 | G.723 | G.729 | Gaussian Noise | Goertzel | GPIO | Hilbert Transform | IFFT | IIR Filter | Interpolation | Invariance | JTAG | Kalman | Laplace Transform | Levinson | LPC | McBSP | MIPS | Modulation | MPEG | Multirate | Notch Filter | Nyquist | OFDM | Oversampling | Pink Noise | Pitch | PLL | Polyphase | QAM | QDMA | Quantization | Quantizer | Radar | Random Noise | Reed Solomon | Remez | Resampling | RTDX | Sampling | Sharc | TI C6711 | Undersampling | Viterbi | Wavelets | White Noise | Wiener Filter | Windowing | XDS510PP | Z Transform

Sponsor

Industry's highest performing at the lowest power DSPs now as low as $5.00*
Start development today!
*volume pricing for 10ku

Discussion Groups

Free Online Books

See Also

Embedded SystemsFPGAElectronics

Discussion Groups | Comp.DSP | Quantization Noise Current Spectral Density

There are 3 messages in this thread.

You are currently looking at messages 0 to 3.


Quantization Noise Current Spectral Density - Barry - 2003-08-10 13:58:00

Hi,

I trying to calculate the Quantization Noise Current Spectral Density
with regard to the ADC input of my system. My system includes a C6711
DSK and an AIC23EVM Codec.

I think I'm right in saying that the formula for Quantization Noise
Current Spectral Density is given by -

((V/2^Q)^2)/6TR^2

where V is the voltage range at the ADC, Q is the number of bits -
quatization, T is the sampling time, and R is the load resistance.
Does this sound correct?

My ADC operates with a full-scale range of 1.0VRMS, 16 bit, 96kHz.
Therefor am I right in saying that my Quantization Noise Current
Spectral Density is -

  (((2^3/2)/2^16)^2)/(6*1/96000*(R^2))

Should the Quantization Noise Current Spectral Density increase with
Sampling frequency??

Anyway, I'm implementing demodulation algorithms on the Codec input
signal, and outputting the result to the Codec DAC. I'd like to come
up with some way of representing the quantization noise that my system
will incur with respect an "identical" analogue system. How should I
go about doing this?

Thanks.
______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: Quantization Noise Current Spectral Density - =?ISO-8859-1?Q?=C0ine_Canby?= - 2003-08-12 11:32:00



Your quantization noise will be at the ADCs and DACs, the quantization
noise will be negligible on the 32bit floating point processor. The
AIC23 is 16 bit for each channel if I remember correctly.

b...@yahoo.com (Barry) wrote in message news:<7...@posting.google.com>...
> Hi,
> 
> I trying to calculate the Quantization Noise Current Spectral Density
> with regard to the ADC input of my system. My system includes a C6711
> DSK and an AIC23EVM Codec.
> 
> I think I'm right in saying that the formula for Quantization Noise
> Current Spectral Density is given by -
> 
> ((V/2^Q)^2)/6TR^2
> 
> where V is the voltage range at the ADC, Q is the number of bits -
> quatization, T is the sampling time, and R is the load resistance.
> Does this sound correct?
> 
> My ADC operates with a full-scale range of 1.0VRMS, 16 bit, 96kHz.
> Therefor am I right in saying that my Quantization Noise Current
> Spectral Density is -
> 
>   (((2^3/2)/2^16)^2)/(6*1/96000*(R^2))
> 
> Should the Quantization Noise Current Spectral Density increase with
> Sampling frequency??
> 
> Anyway, I'm implementing demodulation algorithms on the Codec input
> signal, and outputting the result to the Codec DAC. I'd like to come
> up with some way of representing the quantization noise that my system
> will incur with respect an "identical" analogue system. How should I
> go about doing this?
> 
> Thanks.
______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: Quantization Noise Current Spectral Density - Tom - 2003-08-14 20:44:00


Barry wrote:

> Hi,
>
> I trying to calculate the Quantization Noise Current Spectral Density
> with regard to the ADC input of my system. My system includes a C6711
> DSK and an AIC23EVM Codec.
>
> I think I'm right in saying that the formula for Quantization Noise
> Current Spectral Density is given by -
>
> ((V/2^Q)^2)/6TR^2
>
> where V is the voltage range at the ADC, Q is the number of bits -
> quatization, T is the sampling time, and R is the load resistance.
> Does this sound correct?
>
> My ADC operates with a full-scale range of 1.0VRMS, 16 bit, 96kHz.
> Therefor am I right in saying that my Quantization Noise Current
> Spectral Density is -
>
>   (((2^3/2)/2^16)^2)/(6*1/96000*(R^2))
>
> Should the Quantization Noise Current Spectral Density increase with
> Sampling frequency??
>
> Anyway, I'm implementing demodulation algorithms on the Codec input
> signal, and outputting the result to the Codec DAC. I'd like to come
> up with some way of representing the quantization noise that my system
> will incur with respect an "identical" analogue system. How should I
> go about doing this?
>
> Thanks.

The r.m.s quantisation noise is given for rounding as

sigma = delta/sqrt(12)

where delta = dynamic range/ no of quantisation levels

no of quantisation levels = 2^B where B = no of bits.

Tom


______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.