free5GRAN  V1.0
synchronization.h File Reference
#include <complex>
#include <vector>
Include dependency graph for synchronization.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 free5GRAN
 
 free5GRAN::phy
 
 free5GRAN::phy::synchronization
 

Functions

void free5GRAN::phy::synchronization::search_pss (int &n_id_2, int &synchronisation_index, float &peak_value, int cp_length, vector< complex< float >> &buff, int fft_size)
 
void free5GRAN::phy::synchronization::cross_correlation (vector< complex< float >> in1, vector< complex< float >> in2, complex< float > *out, int size1, int size2)
 
void free5GRAN::phy::synchronization::get_sss (int &n_id_1, float &peak_value, vector< complex< float >> &buff, int fft_size, int n_id_2)
 
complex< float > free5GRAN::phy::synchronization::correlate (vector< complex< float >> in1, int *in2, int size)