![]() |
The Open Master Hearing Aid (openMHA)
openMHA
Open community platform for hearing aid algorithm research
|
Collection of Window types. More...
Classes | |
| class | base_t |
| Common base for window types. More... | |
| class | fun_t |
| Generic window based on a generator function. More... | |
| class | rect_t |
| Rectangular window. More... | |
| class | bartlett_t |
| Bartlett window. More... | |
| class | hanning_t |
| von-Hann window More... | |
| class | hamming_t |
| Hamming window. More... | |
| class | blackman_t |
| Blackman window. More... | |
| class | user_t |
| User defined window. More... | |
Functions | |
| float | rect (float) |
| Rectangular window function. More... | |
| float | bartlett (float) |
| Bartlett window function. More... | |
| float | hanning (float) |
| Hanning window function. More... | |
| float | hamming (float) |
| Hamming window function. More... | |
| float | blackman (float) |
| Blackman window function. More... | |
Collection of Window types.
| float MHAWindow::rect | ( | float | x | ) |
Rectangular window function.
| float MHAWindow::bartlett | ( | float | x | ) |
Bartlett window function.
| float MHAWindow::hanning | ( | float | x | ) |
Hanning window function.
| float MHAWindow::hamming | ( | float | x | ) |
Hamming window function.
| float MHAWindow::blackman | ( | float | x | ) |
Blackman window function.