Fourier library: Operations in the Fourier domain

◆ numfactor() [1/2]

void fourier::PolesNZeroes::numfactor ( const Tcvalue factor)

Definition at line 72 of file polesnzeroes.cc.

References isnormal(), Mdenominator, and Mnumerator.

Referenced by fourier::FilterCommands::command(), numfactor(), fourier::Filter::setdif(), fourier::Filter::setlp2(), and fourier::Filter::setlpb().

73  {
74  if (isnormal())
75  { Mnumerator *= factor; }
76  else
77  { Mdenominator *= factor; }
78  }
bool isnormal() const
Definition: polesnzeroes.h:54
Here is the call graph for this function:
Here is the caller graph for this function: