PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: math

math.cdiv~

aliases: [ceammc/cdiv~], [cdiv~]

division of complex signals

available since version: 0.7


information

Calculates for signals (a + bi) / (c + di) = (ac + bd) / (c^2 + d^2) + ((bc - ad) / (c^2 + d^2))i If c + di = 0, outputs 0, as [/~] does

example

inlets:

outlets:

keywords:

math complex division

See also: [math.cmul~]

Authors: Serge Poltavsky

License: GPL3 or later