libsbp  v2.4.7
acq_sv_profile_t Struct Reference

Acq perfomance measurement and debug. More...

#include <acquisition.h>

Collaboration diagram for acq_sv_profile_t:

Data Fields

u8 job_type
 SV search job type (deep, fallback, etc) More...
 
u8 status
 Acquisition status 1 is Success, 0 is Failure. More...
 
u16 cn0
 CN0 value. More...
 
u8 int_time
 Acquisition integration time [ms]. More...
 
sbp_gnss_signal_t sid
 GNSS signal for which acquisition was attempted. More...
 
u16 bin_width
 Acq frequency bin width [Hz]. More...
 
u32 timestamp
 Timestamp of the job complete event [ms]. More...
 
u32 time_spent
 Time spent to search for sid.code [us]. More...
 
s32 cf_min
 Doppler range lowest frequency [Hz]. More...
 
s32 cf_max
 Doppler range highest frequency [Hz]. More...
 
s32 cf
 Doppler value of detected peak. More...
 
u32 cp
 Codephase of detected peak. More...
 

Detailed Description

Acq perfomance measurement and debug.

Profile for a specific SV for debugging purposes The message describes SV profile during acquisition time. The message is used to debug and measure the performance.

Definition at line 100 of file acquisition.h.

Field Documentation

u16 bin_width

Acq frequency bin width [Hz].

Definition at line 106 of file acquisition.h.

s32 cf

Doppler value of detected peak.

Only valid if status is '1' [Hz]

Definition at line 111 of file acquisition.h.

s32 cf_max

Doppler range highest frequency [Hz].

Definition at line 110 of file acquisition.h.

s32 cf_min

Doppler range lowest frequency [Hz].

Definition at line 109 of file acquisition.h.

u16 cn0

CN0 value.

Only valid if status is '1' [dB-Hz*10]

Definition at line 103 of file acquisition.h.

u32 cp

Codephase of detected peak.

Only valid if status is '1' [chips*10]

Definition at line 112 of file acquisition.h.

u8 int_time

Acquisition integration time [ms].

Definition at line 104 of file acquisition.h.

u8 job_type

SV search job type (deep, fallback, etc)

Definition at line 101 of file acquisition.h.

GNSS signal for which acquisition was attempted.

Definition at line 105 of file acquisition.h.

u8 status

Acquisition status 1 is Success, 0 is Failure.

Definition at line 102 of file acquisition.h.

u32 time_spent

Time spent to search for sid.code [us].

Definition at line 108 of file acquisition.h.

u32 timestamp

Timestamp of the job complete event [ms].

Definition at line 107 of file acquisition.h.


The documentation for this struct was generated from the following file: