ComplexUnaryOp

Unary operator assuming stream is complex signal (real and imaginary interleaved). Outputs another complex stream even if the operator yields a purely real-valued result (ex. abs).

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 Abs extends ComplexOutput
case
object AbsSquared extends ComplexOutput
case
object CarToPol extends ComplexOutput
sealed
trait ComplexOutput extends Op
case
object Conj extends ComplexOutput
case
object Cubed extends ComplexOutput
case
object Exp extends ComplexOutput
case
object Imag extends RealOutput
case
object Log extends ComplexOutput
case
object Log10 extends ComplexOutput
case
object Log2 extends ComplexOutput
case
object Mag extends RealOutput
case
object MagSquared extends RealOutput
object Op
Companion
class
sealed
trait Op
Companion
object
case
object Phase extends RealOutput
case
object PolToCar extends ComplexOutput
case
object Real extends RealOutput
sealed
trait RealOutput extends Op
case
object Reciprocal extends ComplexOutput
case
object Squared extends ComplexOutput

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): ComplexUnaryOp
Definition Classes