generates Tukey window.
More...
#include <TukeyWindow.h>
◆ TukeyWindow() [1/3]
HephAudio::TukeyWindow::TukeyWindow |
( |
| ) |
|
creates a new instance and initializes it with default values.
◆ TukeyWindow() [2/3]
HephAudio::TukeyWindow::TukeyWindow |
( |
size_t | size | ) |
|
|
explicit |
creates a new instance and initializes it with the provided values.
- Parameters
-
◆ TukeyWindow() [3/3]
HephAudio::TukeyWindow::TukeyWindow |
( |
size_t | size, |
|
|
double | alpha ) |
creates a new instance and initializes it with the provided values.
- Parameters
-
size | size of the window |
alpha | controls the window shape. |
◆ operator[]()
double HephAudio::TukeyWindow::operator[] |
( |
size_t | n | ) |
const |
|
overridevirtual |
◆ SetSize()
void HephAudio::TukeyWindow::SetSize |
( |
size_t | newSize | ) |
|
|
overridevirtual |
◆ GetAlpha()
double HephAudio::TukeyWindow::GetAlpha |
( |
| ) |
const |
◆ SetAlpha()
void HephAudio::TukeyWindow::SetAlpha |
( |
double | alpha | ) |
|