OpenRTX/openrtx/src/protocols/M17
Niccolò Izzo 115982d279 Add demod log script
Add script to receive the demodulated data from Module17/radio, to use
it you need to add in meson.build:12 the ENABLE_DEMOD_LOG define.
Build and flash into the platform, build and run scripts/get_demod_log,
turn on the radio, remember to turn of radio before you terminate
get_demod_log, print the output with
`scripts/plot_m17_demod_csv.py serial_demod_log.csv`.

TG-81
2022-05-27 21:49:32 +02:00
..
M17Callsign.cpp Implemented unpacking and decoding of M17 audio stream frames 2022-05-27 21:48:47 +02:00
M17DSP.cpp Switch M17 Rx sample rate to 5SPS 2022-05-27 21:48:47 +02:00
M17Demodulator.cpp Add demod log script 2022-05-27 21:49:32 +02:00
M17FrameDecoder.cpp Add syncword fuzzy detection 2022-05-27 21:48:47 +02:00
M17FrameEncoder.cpp Implemented unpacking and decoding of M17 audio stream frames 2022-05-27 21:48:47 +02:00
M17LinkSetupFrame.cpp Implemented unpacking and decoding of M17 audio stream frames 2022-05-27 21:48:47 +02:00
M17Modulator.cpp Corrected RRC gain and changed HR_C5000 modulation factor and input gain to have the correct 2.4kHz deviation when transmitting M17 with an MD3x0 radio 2022-05-27 21:48:47 +02:00
M17Transmitter.cpp Improved management of CODEC2 thread in M17 mode handler, now activated only when transmitting. Fixes a confict with RTX and MIC input streams causing the rtx thread to hang when PTT was pressed 2022-05-27 21:48:47 +02:00