37 #ifndef GNSS_SDR_LOCK_DETECTORS_H 38 #define GNSS_SDR_LOCK_DETECTORS_H 40 #include <gnuradio/gr_complex.h> 65 float cn0_svn_estimator(
const gr_complex* Prompt_buffer,
int length,
float coh_integration_time_s);
89 float cn0_m2m4_estimator(
const gr_complex* Prompt_buffer,
int length,
float coh_integration_time_s);
float cn0_m2m4_estimator(const gr_complex *Prompt_buffer, int length, float coh_integration_time_s)
cn0_m2m4_estimator is a Carrier-to-Noise (CN0) estimator based on the Second- and Fourth-Order Moment...
float carrier_lock_detector(gr_complex *Prompt_buffer, int length)
A carrier lock detector.
float cn0_svn_estimator(const gr_complex *Prompt_buffer, int length, float coh_integration_time_s)
cn0_svn_estimator is a Carrier-to-Noise (CN0) estimator based on the Signal-to-Noise Variance (SNV) e...