Djaferbey
Junior Member level 1
Hello im currently working with an high speed ADC (LTC2387-18) and i use DC2622A driver circuit to drive the differential inputs of the ADC. I have made a poor block diagram of the setup.
The input is a 0dBm single tone signal the ADC full scale voltage is 4.096V. So i calculate the full scale voltage given in dBm to dBm(fullscale)= 10*log10((Vrms^2/R)/1mW)= 22dBm
So if the input power is 0dBm i should expect the power in dBFS to -22dBFS but i get -17dBFS. This was also the case when the input signal was 10dBm i got -7dBm. To calculate the input power i calculate the RMS voltage by writing RMS= sqrt(mean(abs(adcdata.^2))), and then convert it to dBFS by dBFS= 20*log10(RMS*sqrt(2)/2^17).
The input is a 0dBm single tone signal the ADC full scale voltage is 4.096V. So i calculate the full scale voltage given in dBm to dBm(fullscale)= 10*log10((Vrms^2/R)/1mW)= 22dBm
So if the input power is 0dBm i should expect the power in dBFS to -22dBFS but i get -17dBFS. This was also the case when the input signal was 10dBm i got -7dBm. To calculate the input power i calculate the RMS voltage by writing RMS= sqrt(mean(abs(adcdata.^2))), and then convert it to dBFS by dBFS= 20*log10(RMS*sqrt(2)/2^17).