#include <Window.h>

Public Member Functions | |
| WelchWindow () | |
| WelchWindow (unsigned windowSize) | |
| WelchWindow (unsigned windowSize, float gain) | |
| ~WelchWindow () | |
Protected Member Functions | |
| void | fillWindow () |
| subclasses override this to fill the buffer with corresponding function. | |
| csl::WelchWindow::WelchWindow | ( | ) | [inline] |
| csl::WelchWindow::WelchWindow | ( | unsigned | windowSize | ) | [inline] |
| csl::WelchWindow::WelchWindow | ( | unsigned | windowSize, | |
| float | gain | |||
| ) | [inline] |
| csl::WelchWindow::~WelchWindow | ( | ) | [inline] |
| void WelchWindow::fillWindow | ( | ) | [protected, virtual] |
subclasses override this to fill the buffer with corresponding function.
Reimplemented from csl::Window.
References csl::Buffer::mBuffers, csl::Window::mGain, csl::Window::mWindowBuffer, and csl::Window::mWindowSize.
1.5.8