pl-nk v0.4.5
Plonk|Plink|Plank are a set of cross-platform C/C++ frameworks for audio software development
Static Public Member Functions
ZMulUnit< SampleType > Class Template Reference

Complex multiplication Unit. More...

List of all members.

Static Public Member Functions

static UnitType ar (UnitType const &leftOperand, UnitType const &rightOperand) throw ()
 Complex multiplication of signals.

Detailed Description

template<class SampleType>
class ZMulUnit< SampleType >

Complex multiplication Unit.

Factory functions:
  • ar (leftOperand, rightOperand)
Inputs:
  • leftOperand: (unit, multi) the left operand in FFT packed complex format
  • rightOperand: (unit, multi) the right operand in FFT packed complex format

Member Function Documentation

template<class SampleType >
static UnitType ZMulUnit< SampleType >::ar ( UnitType const &  leftOperand,
UnitType const &  rightOperand 
) throw () [inline, static]

Complex multiplication of signals.


The documentation for this class was generated from the following file:
 All Classes Functions Typedefs Enumerations Enumerator Properties