math.cmul~
aliases: [ceammc/cmul~], [cmul~]
multiplication of complex signals
available since version: 0.7
Calculates for signals (a + bi) * (c + di) = (ac - bd) + (ad + bc)i
inlets:
- real part of input signal1
type: audio
- imag part of input signal1
type: audio
- real part of input signal2
type: audio
- imag part of input signal2
type: audio
outlets:
- real part of result
type: audio
- imag part of result
type: audio
keywords:
math
complex
multiplication
See also:
[math.cdiv~]
Authors: Serge Poltavsky
License: GPL3 or later