Add raw IQ replay and live IQ capture support#106
Open
vk5zsn wants to merge 3 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds a minimal raw-IQ workflow on top of
main:LTESniffercf32and rawsc16offline inputLTESniffer-record-subframebranchUser-visible changes
-jTreat
-ias a generic raw IQ capture and synchronize it before decoding.-JInterpret raw
-i -jinput as interleavedsc16instead ofcf32.-Q /path/to/output.binIn live RF mode, write the received IQ stream to a raw
cf32file while decoding.-G <dB>Minimum DL DCI search SNR for offline replay.
Implementation
ue_synclike a live RF source.sc16 -> cf_tconversion in the raw replay path.SRSRAN_PHICH_R_1for compatibility with synchronized replay files.Verification
Verified on a Raspberry Pi 5 with a B210.
Record-subframe replay
/home/vk2tlq/subframe_iq_sample.binDirect raw
cf32replay/home/vk2tlq/live_gold_763M_11p52M_cf32.binwith-jDirect raw
sc16replay/dev/shm/iq_763M_11p52M_sc16.binwith-j -JAdditional notes and local file manifests are included under
docs/.