SPUC
3.0
|
Various FIR window functions: hamming,hanning,blackman,kaiser, chebyshev. More...
#include <spuc/spuc_types.h>
#include <vector>
Namespaces | |
SPUC | |
fixed point types: spuc_fixed,spuc_ufixed,spuc_int,spuc_uint | |
Functions | |
float_type | SPUC::io (float_type x) |
bessel function for kaiser window More... | |
std::vector< float_type > | SPUC::hamming (long nf, float_type alpha, float_type beta) |
hamming window ![]() | |
std::vector< float_type > | SPUC::hanning (long nf) |
hanning window ![]() | |
std::vector< float_type > | SPUC::blackman (long nf) |
Blackman Window ![]() | |
std::vector< float_type > | SPUC::kaiser (long nf, float_type beta) |
kaiser window More... | |
std::vector< float_type > | SPUC::cheby (long nf, long n, long ieo, float_type dp, float_type df, float_type x0) |
dolph chebyshev window design More... | |
void | SPUC::chebc (float_type nf, float_type dp, float_type df, float_type n, float_type x0) |
chebyshev window subroutine to generate chebyshev window parameters when one of the three parameters nf,dp and df is unspecified??? More... | |
Various FIR window functions: hamming,hanning,blackman,kaiser, chebyshev.