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

Traits for LinFilt objects. More...

#include <LinFilt.hh>

Public Types

typedef TIn OutType
 
typedef TIn OutType
 
typedef TIn OutType
 

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

Member Typedef Documentation

◆ OutType [1/3]

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

◆ OutType [2/3]

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

◆ OutType [3/3]

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

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