#include <util_sparx.h>
Public Member Functions | |
sincBlackman (int M_, float fc_, int ntable_=1999) | |
virtual | ~sincBlackman () |
float | sBwin_tab (float x) const |
int | get_sB_size () const |
Return the size of the kernel. | |
Protected Member Functions | |
virtual void | build_sBtable () |
Protected Attributes | |
int | M |
float | fc |
kernel size | |
int | ntable |
cut-off frequency | |
vector< float > | sBtable |
float | fltb |
Tabulate kernel for speed. |
Definition at line 176 of file util_sparx.h.
sincBlackman::sincBlackman | ( | int | M_, | |
float | fc_, | |||
int | ntable_ = 1999 | |||
) |
virtual sincBlackman::~sincBlackman | ( | ) | [inline, virtual] |
virtual void sincBlackman::build_sBtable | ( | ) | [protected, virtual] |
int sincBlackman::get_sB_size | ( | ) | const [inline] |
Return the size of the kernel.
Definition at line 195 of file util_sparx.h.
References M.
00195 { return M; }
float sincBlackman::sBwin_tab | ( | float | x | ) | const [inline] |
float sincBlackman::fc [protected] |
float sincBlackman::fltb [protected] |
int sincBlackman::M [protected] |
int sincBlackman::ntable [protected] |
vector<float> sincBlackman::sBtable [protected] |