ldas-tools-filters
2.6.4
|
#include <filters_config.h>
#include <stdexcept>
#include "ldastoolsal/compiler.h"
#include "filters/Interpolate.hh"
Namespaces | |
anonymous_namespace{Interpolate.cc} | |
Filters | |
author: "Eric Rotthoff/L. S. Finn" | |
Functions | |
template<class T > | |
Filters::LinFilt< double, T > | anonymous_namespace{Interpolate.cc}::createFilter (const double alpha, const size_t order) |
template<class T > | |
void | Filters::designInterpolatingFilter (valarray< T > &b, const double alpha) |
template void | Filters::designInterpolatingFilter< float > (valarray< float > &b, double alpha) |
template void | Filters::designInterpolatingFilter< double > (valarray< double > &b, double alpha) |
template void | Filters::designInterpolatingFilter< complex< float > > (valarray< complex< float > > &b, double alpha) |
template void | Filters::designInterpolatingFilter< complex< double > > (valarray< complex< double > > &b, double alpha) |
Variables | |
const char *rcsId | anonymous_namespace{Interpolate.cc}::LDAS_UNUSED_VAR |