C_to_ri - david-macmahon/wiki_convert_test GitHub Wiki
Block: Complex to Real-Imag Block (c_to_ri)
Block Author: Aaron Parsons
Document Author: Aaron Parsons
Summary
Outputs real and imaginary components of a complex input. Useful for simplifying interconnects. See also ri_to_c.
Mask Parameters
| Parameter | Variable | Description | 
|---|---|---|
| Bit Width | n_bits | Specifies width of real/imag components. Assumed equal for both components. | 
| Binary Point | bin_pt | Specifies the binary point location in the real/imaginary components. Assumed equal for both components. | 
Ports
| Port | Dir | Data Type | Description | 
|---|---|---|---|
| c | in | UFix_x_0 | Complex input, real in MSB, imaginary in LSB. | 
| r | out | Fix_x_y | Real signed output, binary point specified by parameter. | 
| i | out | Fix_x_y | Imaginary signed output, binary point specified by parameter. | 
Description
Outputs real and imaginary components of a complex input. Useful for simplifying interconnects. See also ri_to_c.