c2r
Real to complex format conversion.
Converts a complex-valued input array into a real-valued array, by removing its imaginary part. The output array will be half the size of the input. This is a utility operation to facilitate complex-valued operations where the result is purely real.
Syntax
Performance
kout[] -- output array containing the real-valued output. It will be created if it does not exist.
kin[] -- input array containing the complex-valued real-imaginary input.
Examples
Here is an example of the c2r opcode. It uses the file c2r.csd.
See Also
Credits
Author: Victor Lazzarini
NUI Maynooth
2014
New in version 6.04