#include <complex>
#include <vector>
Go to the source code of this file.
|
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) |
|