ComplexBinaryOp

Binary operator assuming operands are complex signals (real and imaginary interleaved). Outputs another complex stream even if the operator yields a purely real-valued result.

XXX TODO - need more ops such as conjugate, polar-to-cartesian, ...

Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case
object Minus extends Op
object Op
Companion
class
sealed
trait Op
Companion
object
case
object Plus extends Op
case
object Times extends Op

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

override
def read(in: RefMapIn, key: String, arity: Int): ComplexBinaryOp
Definition Classes