ldas-tools-filters  2.6.5
List of all members
Filters::LinFiltTraits< TCoeffs, TIn > Class Template Reference

Traits for LinFilt objects. More...

#include <LinFilt.hh>

Detailed Description

template<class TCoeffs, class TIn>
class Filters::LinFiltTraits< TCoeffs, TIn >

Traits for LinFilt objects.

These guarantee that the intermediate calculations for linear filtering are always done at double precision, even when the input/output is single precision. The difficulty is that we need to support both real and complex intermediates

Under most circumstances, output type is the same as input type


The documentation for this class was generated from the following file: