Open HY-Kevin opened 1 year ago
您好,想请教一下这个ASK的调制方案在最后如何计算误码率呢?
误码率一般都是直接拿已知的传输信号和结果信号在生成的时候做比对。 在FPGA实现就是注意标号计数然后可以用ROM存住你传输的原始信号比对即可(或者说只比对一部分,相当于抽样)
---- 回复的原邮件 ---- | 发件人 | @.> | | 日期 | 2024年04月24日 14:45 | | 收件人 | @.> | | 抄送至 | @.>@.> | | 主题 | Re: [HY-Kevin/Gittalkcomments] 数字通信 - ASK调制、解调技术(Matlab仿真实现) | Kevin's Blog (Issue #18) |
您好,想请教一下这个ASK的调制方案在最后如何计算误码率呢?
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
嗯嗯,感谢! 在我matlab调试过程中发现rcosflt函数已经不能用了,然后就是经过滤波之后的信号有40个样点的延迟,我最后手动对齐计算了误码率😂 还想问您对OFDM这种调制了解的多吗?
---- 回复的原邮件 ---- | 发件人 | @.> | | 发送日期 | 2024年04月30日 00:45 | | 收件人 | HY-Kevin/Gittalkcomments @.> | | 抄送人 | David666888rrr @.>, Comment @.> | | 主题 | Re: [HY-Kevin/Gittalkcomments] 数字通信 - ASK调制、解调技术(Matlab仿真实现) | Kevin's Blog (Issue #18) |
误码率一般都是直接拿已知的传输信号和结果信号在生成的时候做比对。 在FPGA实现就是注意标号计数然后可以用ROM存住你传输的原始信号比对即可(或者说只比对一部分,相当于抽样)
---- 回复的原邮件 ---- | 发件人 | @.> | | 日期 | 2024年04月24日 14:45 | | 收件人 | @.> | | 抄送至 | @.>@.> | | 主题 | Re: [HY-Kevin/Gittalkcomments] 数字通信 - ASK调制、解调技术(Matlab仿真实现) | Kevin's Blog (Issue #18) |
您好,想请教一下这个ASK的调制方案在最后如何计算误码率呢?
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
ofdm,我有一定了解,之前做过个OFDM信号传输系统的项目,不过对整体系统了解得不是非常深入。
许凯文 | |
---|---|
@. | ---- 回复的原邮件 ---- | 发件人 | @.> | | 发送日期 | 2024年5月7日 10:33 | | 收件人 | @.> | | 抄送人 | @.>, @.***> | | 主题 | Re: [HY-Kevin/Gittalkcomments] 数字通信 - ASK调制、解调技术(Matlab仿真实现) | Kevin's Blog (Issue #18) | 嗯嗯,感谢! 在我matlab调试过程中发现rcosflt函数已经不能用了,然后就是经过滤波之后的信号有40个样点的延迟,我最后手动对齐计算了误码率😂 还想问您对OFDM这种调制了解的多吗?
---- 回复的原邮件 ---- | 发件人 | @.> | | 发送日期 | 2024年04月30日 00:45 | | 收件人 | HY-Kevin/Gittalkcomments @.> | | 抄送人 | David666888rrr @.>, Comment @.> | | 主题 | Re: [HY-Kevin/Gittalkcomments] 数字通信 - ASK调制、解调技术(Matlab仿真实现) | Kevin's Blog (Issue #18) |
误码率一般都是直接拿已知的传输信号和结果信号在生成的时候做比对。 在FPGA实现就是注意标号计数然后可以用ROM存住你传输的原始信号比对即可(或者说只比对一部分,相当于抽样)
---- 回复的原邮件 ---- | 发件人 | @.> | | 日期 | 2024年04月24日 14:45 | | 收件人 | @.> | | 抄送至 | @.>@.> | | 主题 | Re: [HY-Kevin/Gittalkcomments] 数字通信 - ASK调制、解调技术(Matlab仿真实现) | Kevin's Blog (Issue #18) |
您好,想请教一下这个ASK的调制方案在最后如何计算误码率呢?
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
https://blog.kevinly.com.cn/%E6%95%B0%E5%AD%97%E9%80%9A%E4%BF%A1-ASK%E8%B0%83%E5%88%B6%E3%80%81%E8%A7%A3%E8%B0%83%E6%8A%80%E6%9C%AF%EF%BC%88Matlab%E4%BB%BF%E7%9C%9F%E5%AE%9E%E7%8E%B0%EF%BC%89/