|
| long | gr::lora_sdr::mod (long a, long b) |
| | Simple modulo the modulus ab between 0 and (b-1) More...
|
| |
| double | gr::lora_sdr::double_mod (double a, long b) |
| | Simple modulo the modulus ab between 0 and (b-1) for doubles. More...
|
| |
| std::vector< bool > | gr::lora_sdr::int2bool (uint8_t integer, uint8_t n_bits) |
| | Convert an integer into a MSB first vector of bool. More...
|
| |
| std::string | gr::lora_sdr::random_string (int Nbytes) |
| | Generates a random string of given length. More...
|
| |
| uint32_t | gr::lora_sdr::get_symbol_val (const gr_complex *samples, gr_complex *ref_chirp, uint32_t m_number_of_bins, uint32_t m_samples_per_symbol, kiss_fft_cpx *cx_in, kiss_fft_cpx *cx_out) |
| | Function that gets the symbol from the received samples. More...
|
| |
| float | gr::lora_sdr::determine_energy (const gr_complex *samples, uint32_t m_samples_per_symbol) |
| | Determine the energy of a symbol. More...
|
| |
| uint32_t | gr::lora_sdr::bool2int (std::vector< bool > b) |
| | Convert a MSB first vector of bool to a integer. More...
|
| |
| void | gr::lora_sdr::build_ref_chirps (gr_complex *upchirp, gr_complex *downchirp, uint8_t sf) |
| | Return the reference chirps using s_f=bw. More...
|
| |
| void | gr::lora_sdr::build_upchirp (gr_complex *chirp, uint32_t id, uint8_t sf) |
| | Return an modulated upchirp using s_f=bw. More...
|
| |
| void | gr::lora_sdr::build_upchirp_os_factor (gr_complex *chirp, uint32_t id, uint8_t sf, uint8_t os_factor) |
| | Return an modulated upchirp using s_f=bw with over sampling factor. More...
|
| |