dsplib 1.1.0
C++ DSP library for MATLAB-like coding
Loading...
Searching...
No Matches
Public Member Functions | List of all members
dsplib::FirFilter< T > Class Template Reference

FIR filter class. More...

#include <fir.h>

Public Member Functions

 FirFilter (span_t< T > h)
 
base_array< T > process (span_t< T > x)
 
void process (inplace_span_t< T > si)
 
span_t< T > coeffs () const
 
mut_span_t< T > coeffs ()
 
base_array< T > operator() (span_t< T > x)
 

Detailed Description

template<typename T>
class dsplib::FirFilter< T >

FIR filter class.

Todo:
complex type support

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