Search code examples
matlabverilogfpgasimulinkxilinx

Sine of the signal in Xilinx 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:

enter image description here

Incidentally, ROM3 block in the model stores the values: 0, pi/2, pi, 3*pi/2 ( Constellation points)


Solution

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

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