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

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

Namespaces | |
| namespace | SPUC |
Functions | |
| float_type | SPUC::io (float_type x) |
| bessel function for kaiser window | |
| smart_array< float_type > | SPUC::hamming (long nf, float_type alpha, float_type beta) |
hamming window | |
| smart_array< float_type > | SPUC::hanning (long nf) |
hanning window | |
| smart_array< float_type > | SPUC::blackman (long nf) |
Blackman Window . | |
| smart_array< float_type > | SPUC::kaiser (long nf, float_type beta) |
| kaiser window | |
| smart_array< float_type > | SPUC::cheby (long nf, long n, long ieo, float_type dp, float_type df, float_type x0) |
| dolph chebyshev window design | |
| void | SPUC::chebc (float_type nf, float_type dp, float_type df, float_type n, float_type x0) |
| chebyshev window | |
1.4.7