qm-dsp
1.8
|
Various shaped windows for sample frame conditioning, including cosine windows (Hann etc) and triangular and rectangular windows. More...
#include <Window.h>
Public Member Functions | |
Window (WindowType type, int size) | |
Construct a windower of the given type and size. More... | |
Window (const Window &w) | |
Window & | operator= (const Window &w) |
virtual | ~Window () |
void | cut (T *src) const |
void | cut (const T *src, T *dst) const |
WindowType | getType () const |
int | getSize () const |
std::vector< T > | getWindowData () const |
Protected Member Functions | |
void | encache () |
Protected Attributes | |
WindowType | m_type |
int | m_size |
T * | m_cache |
Various shaped windows for sample frame conditioning, including cosine windows (Hann etc) and triangular and rectangular windows.
|
inline |
|
inline |
Definition at line 61 of file Window.h.
Referenced by Window< double >::cut(), ClusterMeltSegmenter::extractFeaturesConstQ(), Chromagram::process(), MFCC::process(), and DetectionFunction::processTimeDomain().
|
inline |
|
inline |
|
inline |
Definition at line 67 of file Window.h.
Referenced by ClusterMeltSegmenter::extractFeaturesConstQ().
|
inline |
|
protected |
Definition at line 86 of file Window.h.
Referenced by Window< double >::operator=(), and Window< double >::Window().
|
protected |
Definition at line 78 of file Window.h.
Referenced by Window< double >::encache(), Window< double >::getType(), and Window< double >::operator=().
|
protected |
Definition at line 79 of file Window.h.
Referenced by Window< double >::cut(), Window< double >::encache(), Window< double >::getSize(), Window< double >::getWindowData(), and Window< double >::operator=().
|
protected |
Definition at line 80 of file Window.h.
Referenced by Window< double >::cut(), Window< double >::encache(), Window< double >::getWindowData(), and Window< double >::~Window().