Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013 #ifndef LIBSWIFTNAV_CORRELATE_H
00014 #define LIBSWIFTNAV_CORRELATE_H
00015
00016 #include "common.h"
00017
00018 void track_correlate(s8* samples, s8* code,
00019 double* init_code_phase, double code_step,
00020 double* init_carr_phase, double carr_step,
00021 double* I_E, double* Q_E,
00022 double* I_P, double* Q_P,
00023 double* I_L, double* Q_L,
00024 u32* num_samples);
00025
00026 #endif
00027