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