Friday 29 August 2014

dac - Units of noise spectral density


I'm reading the datasheet of a DAC (see page 6), and the "Output Noise Spectral Density" has units V / Hz^(1/2).


The Wikipedia article on noise spectral density however states that the noise spectral density has unit Watt / Hz.


Those two units are not equivalent. Why is there a discrepancy in the units?



Answer



The \$\mathrm{W/Hz}\$ may be a bit confusing as it looks like it refers to a single frequency. But that's just the dimension, it actually refers to a bandwidth, which is also expressed in Hz: maximum frequency - minimum frequency. So it's the power over a given bandwidth.


If you divide power by the load's resistance you get voltage squared. So for a given load you can express noise power as



\$ \mathrm{\dfrac{V^2}{BW}}\$


where \$\mathrm{BW}\$ is bandwidth. If you want to know the voltage you take the square root:


\$ \mathrm{\sqrt{\dfrac{V^2}{BW}} = \dfrac{V}{\sqrt{BW}}}\$


which indeed has the dimension of \$\mathrm{V/\sqrt{Hz}}\$.


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...