TS++ library: time series library

◆ gain()

template<class T>
virtual Tvalue ts::drop::FIRDropContainer< T >::gain ( ) const
inlineprotectedvirtual

Reimplemented from ts::drop::DropContainer< T >.

Definition at line 288 of file dropcontainer.h.

References ts::fir::FIRfilter< T >::fir(), ts::fir::FIR::gain, ts::drop::DropContainer< T >::gain(), and ts::drop::FIRDropContainer< T >::Mf.

289  { return(Mf->fir().gain*Tbase::gain()); }
const FIR & fir() const
Definition: firfilters.h:147
virtual Tvalue gain() const
const double gain
Definition: firfilters.h:60
Here is the call graph for this function: