Fourier library: Operations in the Fourier domain

◆ setpole()

void fourier::PolesNZeroes::setpole ( const Tcvalue pole)

Definition at line 52 of file polesnzeroes.cc.

References isnormal(), Mpoles, and Mzeroes.

Referenced by fourier::Filter::sethp2(), fourier::Filter::sethpb(), fourier::Filter::setint(), fourier::Filter::setlp2(), and fourier::Filter::setlpb().

53  {
54  if (isnormal())
55  { Mpoles.push_back(pole); }
56  else
57  { Mzeroes.push_back(pole); }
58  }
bool isnormal() const
Definition: polesnzeroes.h:54
Here is the call graph for this function:
Here is the caller graph for this function: