Simulink HDL Coder complex conjugate

13 views (last 30 days)
Karen Stephen
Karen Stephen on 21 Sep 2019
Commented: Karen Stephen on 23 Sep 2019
In Simulink HDL Coder, is there a symbol or attribute to indicate complex conjugate?
I have 2 complex signals going into a multiplier, is there a way to indicate that the 2nd signal should be conjugated?
Ideally, it would generate no extra logic, just propagate forward to swap the add/subtract operations.
  2 Comments
Walter Roberson
Walter Roberson on 21 Sep 2019
"Math block" with 'conj' as the operation.
There is no attribute or parameter modification the way you would hope there to be.
Karen Stephen
Karen Stephen on 23 Sep 2019
Thanks, Walter.
Sadly, it does not appear to propagate forward as I had hoped. HDL Coder generates a two's complement negation, but I was hoping it would swap the add/subtract operations in the complex multiply so that the Xilinx synthesizer could absorb it into DSP48's with no extra logic.

Sign in to comment.

Answers (0)

Tags

Products


Release

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!