#include <spuc/spuc_types.h>
#include <spuc/smart_array.h>
Include dependency graph for fir_inv_dft.h:

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

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