Integer Arithmetic Intel® FPGA IP Cores User Guide

ID 683490
Date 4/01/2024
Public
Document Table of Contents

12.3. Conventional Representation

The multiplication of two complex numbers can be represented in two parts, real and imaginary. The xy_real variable in the following equation represents the real part:

xy_real = ac – bd

The xy_imaginary variable in the following equation represents the imaginary part.

xy_imaginary = ad + bc