Xilinx Simulink 中信号的正弦
我正在实现 DQPSK 调制器和解调器。我想在 Simulink 中计算 exp(1j*Phase) 。
我怎样才能实现这样的模型?
以下是模型中用于计算相位的部分:
顺便说一句,模型中的 ROM3 块存储这些值:0、pi/2、pi、3*pi/2(星座点)
I am implementing a DQPSK modulator and Demodulator. I would like to calculate the exp(1j*Phase) in Simulink.
How can I realize such a model ?
Here is the part of the model to calculate the Phase:
Incidentally, ROM3 block in the model stores the values: 0, pi/2, pi, 3*pi/2 ( Constellation points)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 FPGA 中实现
sin(x)
的两个选项:我不知道如何将它们与 Simulink 模型链接起来。
Two options for implementing
sin(x)
in an FPGA:I have no idea how you would link these with your Simulink model.