r2c
Real to complex format conversion.
Converts a real-valued input array in real-imaginary interleaved complex format, setting its imaginary parts to 0. The output array will be double the size of the input. This is a utility operation to facilitate complex-value operations on real arrays.
Syntax
Performance
kout[] -- output array containing the complex-valued real-imaginary output. It will be created if it does not exist.
kin[] -- input array containing the real-valued input.
Examples
Here is an example of the r2c opcode. It uses the file r2c.csd.
See Also
Credits
Author: Victor Lazzarini
NUI Maynooth
2014
New in version 6.04