Fourier library: Operations in the Fourier domain

◆ denfactor() [1/2]

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

Definition at line 82 of file polesnzeroes.cc.

References isnormal(), Mdenominator, and Mnumerator.

Referenced by denfactor(), and fourier::Filter::setint().

83  {
84  if (isnormal())
85  { Mdenominator *= factor; }
86  else
87  { Mnumerator *= factor; }
88  }
bool isnormal() const
Definition: polesnzeroes.h:54
Here is the call graph for this function:
Here is the caller graph for this function: