This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AWR1642: The function "convertSNRdBToVar" in SRR demo

Part Number: AWR1642

Hi,

   In the function convertSNRdBToVar the frequency estimate fVar is computed as below

  fVar = (float)invSNRlin * (12.0f/((2.0f*PI_)*(2.0f*PI_))) * recipsp((n_samples*n_samples - 1));

  which is according to  CRLB in the following formula:

  var(f)=12*snr^(-1)/ ((2pi)^2*N*(N^2-1)

  But in the demo,the denominator is ((2pi)^2*(N^2-1) according to the above equation, why is the parameter N  missed?

Thanks in advanced,

Regards,

Rata Zhang