Add rade_ber_test: QPSK BER test executable for OFDM modem#3
Merged
peterbmarks merged 9 commits intopeterbmarks:mainfrom Mar 15, 2026
Merged
Add rade_ber_test: QPSK BER test executable for OFDM modem#3peterbmarks merged 9 commits intopeterbmarks:mainfrom
peterbmarks merged 9 commits intopeterbmarks:mainfrom
Conversation
This slightly reduces the loss figure for the radae_nopy_rx_slip_minus test.
Self-contained BER test tool that substitutes random QPSK symbols (+/-1 per component) for encoder output, applies AWGN and optional two-path Rayleigh fading (from g_file), demodulates via rade_ofdm_demod_frame, and reports BER. Noise sigma follows inference.py convention: sigma = 1/sqrt(EbNo * M). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.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.
Test executable for additional QPSK BER test being developed in drowe67/radae#66