Cs2HannWindow¶
-
class
Cs2HannWindow: public tsa::BaseWindow¶ Cs2Hann windowing algorithm.
Operations
-
void
operator()(SeqViewDouble &v1)¶ Apply the window to a given time view.
- Parameters
v1: the time view
-
void
operator()(SeqViewDouble &v1, SeqViewDouble &v2)¶ Apply a window to an input view and write the results on a output view.
- Parameters
v1: the input viewv2: the output view
-
void
Resize(unsigned int size)¶ Resize the window dimension.
- Parameters
size: new size for the window
-
void