From: khan Sim on
hi, i ve made a simulink model and simulated it.

i am getting data from work space, i am getting seperately the real and imaginary part then i add them to a complex number applying a embedded matlab fcn block on it.
i get 4 inputs to the model
sbreal =[1x512], and sbimag=[1x512] both are double,
sbreal0=[1x512] and sbimag0=[1x512] both are double

now sb=sbreal+sbimag j =[1x512] double complex
and sb0=sbreal0+sbimag0 j=[1x512] double complex

sb and sb0 are input to an embedded matlab fcn and then after execution of the function the result is given to workspace smb=[1x512] double complex

i want to implement this design on FPGA and want to convert this model to verilog.

i am using the HDL coder but its not connecting to the model . Kindly guide me, how should i start with this ???

what steps should i follow?

what is the role of fixed point toolbox?

regards
From: khan Sim on
hi, i ve made a simulink model and simulated it.

i am getting data from work space, i am getting seperately the real and imaginary part then i add them to a complex number applying a embedded matlab fcn block on it.
i get 4 inputs to the model
sbreal =[1x512], and sbimag=[1x512] both are double,
sbreal0=[1x512] and sbimag0=[1x512] both are double

now sb=sbreal+sbimag j =[1x512] double complex
and sb0=sbreal0+sbimag0 j=[1x512] double complex

sb and sb0 are input to an embedded matlab fcn and then after execution of the function the result is given to workspace smb=[1x512] double complex

i want to implement this design on FPGA and want to convert this model to verilog.

i am using the HDL coder but its not connecting to the model . Kindly guide me, how should i start with this ???

what steps should i follow?

what is the role of fixed point toolbox?

regards