Hi:
As mentioned in the thread Compiler/AWR1642: questions about "convertSNRdBToVar" algorithm (function) in AWR1642 SRR released C code,
the CRLB can be derived theoretically as
var(f)>=6/(2pi*2pi)/snr/N/(N*N-1). (Eq. a)
However, in the demo code (lab007) of AWR1843, the CRLB is calculated as
              /* CRLB for a frequency estimate */
              fVar = (float)invSNRlin * (6.0f / ((2.0f*PI_)*(2.0f*PI_))) * recipsp((n_samples*n_samples - 1));            (Eq. b)     
 
I would like to know why (Eq. a) * N = (Eq. b) .
thanks.
 
				 
		 
					 
                          