11#ifndef INCLUDED_LORA_SDR_HIER_TX_IMPL_H
12#define INCLUDED_LORA_SDR_HIER_TX_IMPL_H
41 uint8_t cr, uint8_t sf,
bool impl_head,
bool has_crc,
42 uint32_t samp_rate, uint32_t bw, uint32_t mean, std::vector<uint16_t> sync_words,
Definition: hier_tx_impl.h:19
hier_tx_impl(int pay_len, int n_frames, std::string src_data, uint8_t cr, uint8_t sf, bool impl_head, bool has_crc, uint32_t samp_rate, uint32_t bw, uint32_t mean, std::vector< uint16_t > sync_words, bool create_zeros)
Construct a new hier tx impl::hier tx impl object.
wrapper of Tx chain (data_source, whitening, add_header,add_crc, hamming_enc, interleaver,...
Definition: hier_tx.h:26