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

FFT-based FIR filtering using overlap-add method. More...

#include <fir.h>

Public Member Functions

 FftFilter (span_t< T > h)
 
base_array< T > process (span_t< T > x)
 
base_array< T > operator() (span_t< T > x)
 
int block_size () const
 

Detailed Description

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

FFT-based FIR filtering using overlap-add method.

Fast fir implementation for large IR length (usually > 200)


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