This class implements a Parallel Code Phase Search Acquisition for Galileo E1 signals with coherent integration time = 8 ms (two codes)
More...
#include <galileo_pcps_8ms_acquisition_cc.h>
|
|
galileo_pcps_8ms_acquisition_cc_sptr | galileo_pcps_8ms_make_acquisition_cc (uint32_t sampled_ms, uint32_t max_dwells, uint32_t doppler_max, int64_t fs_in, int32_t samples_per_ms, int32_t samples_per_code, bool dump, const std::string &dump_filename, bool enable_monitor_output) |
| |
This class implements a Parallel Code Phase Search Acquisition for Galileo E1 signals with coherent integration time = 8 ms (two codes)
Definition at line 57 of file galileo_pcps_8ms_acquisition_cc.h.
◆ ~galileo_pcps_8ms_acquisition_cc()
| galileo_pcps_8ms_acquisition_cc::~galileo_pcps_8ms_acquisition_cc |
( |
| ) |
|
◆ general_work()
| int galileo_pcps_8ms_acquisition_cc::general_work |
( |
int |
noutput_items, |
|
|
gr_vector_int & |
ninput_items, |
|
|
gr_vector_const_void_star & |
input_items, |
|
|
gr_vector_void_star & |
output_items |
|
) |
| |
Parallel Code Phase Search Acquisition signal processing.
◆ init()
| void galileo_pcps_8ms_acquisition_cc::init |
( |
| ) |
|
Initializes acquisition algorithm.
◆ mag()
| uint32_t galileo_pcps_8ms_acquisition_cc::mag |
( |
| ) |
const |
|
inline |
◆ set_active()
| void galileo_pcps_8ms_acquisition_cc::set_active |
( |
bool |
active | ) |
|
|
inline |
Starts acquisition algorithm, turning from standby mode to active mode.
- Parameters
-
| active | - bool that activates/deactivates the block. |
Definition at line 99 of file galileo_pcps_8ms_acquisition_cc.h.
◆ set_channel()
| void galileo_pcps_8ms_acquisition_cc::set_channel |
( |
uint32_t |
channel | ) |
|
|
inline |
◆ set_channel_fsm()
| void galileo_pcps_8ms_acquisition_cc::set_channel_fsm |
( |
std::weak_ptr< ChannelFsm > |
channel_fsm | ) |
|
|
inline |
◆ set_doppler_max()
| void galileo_pcps_8ms_acquisition_cc::set_doppler_max |
( |
uint32_t |
doppler_max | ) |
|
|
inline |
Set maximum Doppler grid search.
- Parameters
-
| doppler_max | - Maximum Doppler shift considered in the grid search [Hz]. |
Definition at line 142 of file galileo_pcps_8ms_acquisition_cc.h.
◆ set_doppler_step()
| void galileo_pcps_8ms_acquisition_cc::set_doppler_step |
( |
uint32_t |
doppler_step | ) |
|
|
inline |
◆ set_gnss_synchro()
| void galileo_pcps_8ms_acquisition_cc::set_gnss_synchro |
( |
Gnss_Synchro * |
p_gnss_synchro | ) |
|
|
inline |
Set acquisition/tracking common Gnss_Synchro object pointer to exchange synchronization data between acquisition and tracking blocks.
- Parameters
-
| p_gnss_synchro | Satellite information shared by the processing blocks. |
Definition at line 70 of file galileo_pcps_8ms_acquisition_cc.h.
◆ set_local_code()
| void galileo_pcps_8ms_acquisition_cc::set_local_code |
( |
std::complex< float > * |
code | ) |
|
Sets local code for PCPS acquisition algorithm.
- Parameters
-
| code | - Pointer to the PRN code. |
◆ set_state()
| void galileo_pcps_8ms_acquisition_cc::set_state |
( |
int32_t |
state | ) |
|
If set to 1, ensures that acquisition starts at the first available sample.
- Parameters
-
| state | - int=1 forces start of acquisition |
◆ set_threshold()
| void galileo_pcps_8ms_acquisition_cc::set_threshold |
( |
float |
threshold | ) |
|
|
inline |
The documentation for this class was generated from the following file: