2024280062伍子轩#12
Open
MrF-520 wants to merge 2 commits into
Open
Conversation
- demodulation.py: 实现 BPSK、QPSK、16-QAM 解调算法 * BPSK: 基于实部符号判决 * QPSK: 使用最小欧氏距离判决,4个星座点 * 16-QAM: 分别对I路Q路进行判决 - modulation.py: 数字调制算法 * BPSK: 0→+1, 1→-1 * QPSK: 格雷码映射,单位功率 * 16-QAM: 格雷码I/Q分量映射 - performance_test.py: BER vs SNR 性能分析 * 支持BPSK、QPSK、16-QAM性能测试 * 生成BER对比曲线图
868a609 to
457997f
Compare
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.
我完成了任务1(BPSK调制)
我完成了任务2(QPSK调制)
我完成了任务3(16-QAM调制)
生成了星座图