Public Member Functions | |
| def | __init__ |
| Hierarchical block for demodulating and deframing packets. | |
Public Attributes | |
| correlator | |
| framer_sink | |
The input is complex baseband. When packets are demodulated, they are passed to the app via the callback.
| def gnuradio::blks2impl::pkt::demod_pkts::__init__ | ( | self, | ||
| demodulator, | ||||
access_code = None, |
||||
callback = None, |
||||
threshold = -1 | ||||
| ) |
Hierarchical block for demodulating and deframing packets.
The input is the complex modulated signal at baseband. Demodulated packets are sent to the handler.
| demodulator,: | instance of demodulator class (gr_block or hier_block2) demodulator: complex baseband in | |
| access_code,: | AKA sync vector access_code: string of 1's and 0's | |
| callback,: | function of two args: ok, payload callback: ok: bool; payload: string | |
| threshold,: | detect access_code with up to threshold bits wrong (-1 -> use default) threshold: int |
1.5.8