Fourier library: Operations in the Fourier domain

◆ clear()

void fourier::PolesNZeroes::clear ( )

Definition at line 43 of file polesnzeroes.cc.

References Mdenominator, Mnormal, Mnumerator, Mpoles, and Mzeroes.

Referenced by fourier::Filter::clear().

44  {
45  Mpoles.clear(); Mzeroes.clear();
46  Mnumerator=1.; Mdenominator=1.;
47  Mnormal=true;
48  }
Here is the caller graph for this function: