This class implements a Parallel Code Phase Search Acquisition that uses the FPGA.
More...
#include <pcps_acquisition_fpga.h>
|
|
pcps_acquisition_fpga_sptr | pcps_make_acquisition_fpga (Acq_Conf_Fpga *conf, uint32_t acq_buff_num, std::vector< std::pair< uint32_t, uint32_t >> &downsampling_filter_specs, uint32_t &max_FFT_size) |
| |
This class implements a Parallel Code Phase Search Acquisition that uses the FPGA.
Check An Open Source Galileo E1 Software Receiver, Algorithm 1, for a pseudocode description of this implementation.
Definition at line 58 of file pcps_acquisition_fpga.h.
◆ ~pcps_acquisition_fpga()
| pcps_acquisition_fpga::~pcps_acquisition_fpga |
( |
| ) |
|
|
default |
◆ init()
| void pcps_acquisition_fpga::init |
( |
| ) |
|
Initializes acquisition algorithm.
◆ mag()
| uint32_t pcps_acquisition_fpga::mag |
( |
| ) |
const |
|
inline |
◆ reset_acquisition()
| void pcps_acquisition_fpga::reset_acquisition |
( |
| ) |
|
This function triggers a HW reset of the FPGA PL.
◆ set_active()
| void pcps_acquisition_fpga::set_active |
( |
bool |
active | ) |
|
Starts acquisition algorithm, turning from standby mode to active mode.
- Parameters
-
| active | - bool that activates/deactivates the block. |
◆ set_channel()
| void pcps_acquisition_fpga::set_channel |
( |
uint32_t |
channel | ) |
|
|
inline |
◆ set_channel_fsm()
| void pcps_acquisition_fpga::set_channel_fsm |
( |
std::weak_ptr< ChannelFsm > |
channel_fsm | ) |
|
|
inline |
◆ set_doppler_center()
| void pcps_acquisition_fpga::set_doppler_center |
( |
int32_t |
doppler_center | ) |
|
Set Doppler center frequency for the grid search. It will refresh the Doppler grid.
- Parameters
-
| doppler_center | - Frequency center of the search grid [Hz]. |
◆ set_gnss_synchro()
| void pcps_acquisition_fpga::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 71 of file pcps_acquisition_fpga.h.
◆ set_local_code()
| void pcps_acquisition_fpga::set_local_code |
( |
| ) |
|
Sets local code for PCPS acquisition algorithm.
◆ stop_acquisition()
| void pcps_acquisition_fpga::stop_acquisition |
( |
| ) |
|
stop the acquisition and the other FPGA modules.
The documentation for this class was generated from the following file: