开发者

Sine of the signal in Xilinx Simulink

开发者 https://www.devze.com 2023-03-03 14:50 出处:网络
I am implementing a DQPSK modulator and Demodulator. I would like to calculate the exp(1j*Phase) in Simulink.

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:

Sine of the signal in Xilinx Simulink

Incidentally, ROM3 block in the model stores the values: 0, pi/2, pi, 3*pi/2 ( Constellation p开发者_开发问答oints)


Two options for implementing sin(x) in an FPGA:

  • lookup table
  • CORDIC

I have no idea how you would link these with your Simulink model.

0

精彩评论

暂无评论...
验证码 换一张
取 消