#include <gr_core_api.h>
#include <gr_sync_block.h>
#include <gri_iir.h>
#include <stdexcept>
Go to the source code of this file.
|
class | gr_iir_filter_ffd |
| IIR filter with float input, float output and double tapsThis filter uses the Direct Form I implementation, where fftaps contains the feed-forward taps, and fbtaps the feedback ones. More...
|
|
GR_CORE_API gr_iir_filter_ffd_sptr gr_make_iir_filter_ffd |
( |
const std::vector< double > & |
fftaps, |
|
|
const std::vector< double > & |
fbtaps |
|
) |
| throw (std::invalid_argument) |