#include <spuc/spuc_types.h>
#include <spuc/base_type.h>
#include <typeinfo>
#include <spuc/quantiser.h>
#include <spuc/smart_array.h>
#include <spuc/fir_coeff.h>
#include <spuc/mixed_type.h>
Include dependency graph for fir.h:

This graph shows which files directly or indirectly include this file:

Namespaces | |
| namespace | SPUC |
Classes | |
| class | SPUC::fir< Numeric, Coeff > |
| Template Class for Modeling a Finite Impulse Response filter. More... | |
Functions | |
| template<class Numeric, class Coeff> | |
| smart_array< Coeff > | SPUC::get_taps (fir< Numeric, Coeff > f) |
| template<class Numeric, class Coeff> | |
| smart_array< Numeric > | SPUC::get_input (fir< Numeric, Coeff > f) |
1.4.7