"Add real-time packet detection section to detection chapter"#133
Merged
777arc merged 3 commits into777arc:vishwaksen-additionsfrom Feb 9, 2026
Merged
"Add real-time packet detection section to detection chapter"#133777arc merged 3 commits into777arc:vishwaksen-additionsfrom
777arc merged 3 commits into777arc:vishwaksen-additionsfrom
Conversation
Closed
Owner
|
Note I'm leaving out the sync part for now because 1) too much overlap with the next chapter and 2) the rotational symmetry being resolved by checking against the transmitting bits feels like cheating, without also mentioning the concept of pilot symbols, as the rx wouldn't have access to |
777arc
added a commit
that referenced
this pull request
Feb 9, 2026
* "Add real-time packet detection section to detection chapter" (#133) * "Add real-time packet detection section to detection chapter" * Add full E2E QPSK simulation to Sync chapter --------- Co-authored-by: Marc Lichtman <marcll@vt.edu> * Update sync.rst * Add contributor acknowledgment for Vishwaksen Reddy * Update detection.rst * Add 'IoT' to the spelling word list --------- Co-authored-by: Vishwaksen Reddy Dhareddy <73452224+vishwaksen-1@users.noreply.github.com>
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.
'Add Real-Time Packet Detection Section' & 'Add Full E2E QPSK Simulation to Sync Chapter'
Summary
Adds a comprehensive new section to the
detection.rstchapter that demonstrates how to detect intermittent packets in continuous IQ streams from SDRs.Adds a comprehensive end-to-end QPSK communication system simulation to the Synchronization chapter that demonstrates integration of all synchronization techniques.
Motivation
Closes #38
Closes #8
Changes
For #38
New section: "Real-Time Packet Detection in Continuous IQ Streams"
New figure:
detection_realtime.svgNew script:
figure-generating-scripts/detection_realtime.pyFor #8