Overview
converts Converts separate real and imaginary components into a complex signal.
Discussion
The real_imag_to_complex module take a complex input signal and converts it into separate real and imaginary components. The first output, "real", stores the real component and the second output "imag" stores the imaginary component. There are no restrictions on the number of channels or the blockSize
...