2024280466江俊杰#4
Open
J1angJJ wants to merge 6 commits into
Open
Conversation
|
满分 |
🤖 自动评分结果提交者: @J1angJJ 📊 详细测试结果点击查看BPSK测试详情点击查看QPSK测试详情点击查看16-QAM测试详情点击查看报告检查详情💡 提示:
⏰ 评分时间: 2026/4/30 19:11:19 |
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.
实验作业提交说明
本次提交为无线通信技术课程wireless-modulation-experiment实验作业,主要内容和完成情况如下:
实现了 BPSK、QPSK、16QAM 等调制与解调算法的 Python 代码,并进行了模块化设计,便于后续扩展和测试。
编写了性能测试脚本,对不同调制方式的误码率性能进行了仿真与对比,结果已保存于 results 目录下。
沿用了自动化评分脚本和报告检查工具,方便教师批改和同学自查。
完善了实验文档,包括实验报告、理论基础文档等,提升了实验的可用性和可读性。
代码结构清晰,注释规范,便于他人阅读和维护。