PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: math

math.cdiv~

division of complex signals

доступно с версии: 0.7


информация

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

входы:

выходы:

ключевые слова:

math complex division

Смотрите также: [math.cmul~]

Авторы: Serge Poltavsky

Лицензия: GPL3 or later