Fourier library: Operations in the Fourier domain

◆ setzero()

void fourier::PolesNZeroes::setzero ( const Tcvalue zero)

Definition at line 62 of file polesnzeroes.cc.

References isnormal(), Mpoles, and Mzeroes.

Referenced by fourier::Filter::setdif(), fourier::Filter::sethp2(), and fourier::Filter::sethpb().

63  {
64  if (isnormal())
65  { Mzeroes.push_back(zero); }
66  else
67  { Mpoles.push_back(zero); }
68  }
bool isnormal() const
Definition: polesnzeroes.h:54
Here is the call graph for this function:
Here is the caller graph for this function: