#include <spuc/spuc_defines.h>
#include <spuc/fir_inv_dft.h>
Include dependency graph for fir_inv_dft.cpp:

Namespaces | |
| namespace | SPUC |
Functions | |
| void | SPUC::inv_dft_symmetric (smart_array< float_type > h, smart_array< float_type > A, int N) |
| Calculate coefficients for FIR using frequency sampling IDFT. | |
| void | SPUC::inv_dft (smart_array< float_type > h, smart_array< float_type > A, int N) |
| calculates fir filter coefficients based on frequency sampling design using IDFT | |
1.4.7