feat(dmr): add diagnostic capture probes

This commit is contained in:
2026-07-14 19:09:35 +03:00
parent 70486d901b
commit 39b4627c2b
9 changed files with 662 additions and 3 deletions
+10
View File
@@ -14,3 +14,13 @@ fpc -Fu. -FE/tmp tests/dmr_protocol_test.pas
/tmp/dmr_protocol_test
fpc -Fu. -FE/tmp tests/dmr_frontend_test.pas
LD_LIBRARY_PATH=build/dmr /tmp/dmr_frontend_test
fpc -Fu. -FE/tmp tests/dmr_diagnostics_test.pas
/tmp/dmr_diagnostics_test
# Replay a captured 48 kHz discriminator stream through the DMR decoder
fpc -Fu. -FE/tmp tools/dmr_replay.pas
/tmp/dmr_replay /tmp/ewsdr-dmr-*.demod_f32le
# Convert exact 24-bit network IQ to GNU Radio/inspectrum complex float32
fpc -FE/tmp tools/iq24be_to_cf32.pas
/tmp/iq24be_to_cf32 /tmp/ewsdr-dmr-*.iq24be