Hann FFT Window function.
More...
#include <FFTWindows.h>
|
| virtual void | begin (int samples) |
| | Setup the window function providing the fft length.
|
| |
| float | factor (int idx) |
| |
| float | factor_internal (int idx) |
| |
| const char * | name () |
| |
|
int | samples () |
| | Provides the number of samples (fft length)
|
| |
|
|
const float | fourPi = 12.56637061f |
| |
|
int | i_half_samples = 0 |
| |
|
int | i_samples = 0 |
| |
|
float | samples_minus_1 = 0.0f |
| |
|
const float | sixPi = 18.84955593f |
| |
|
const float | twoPi = 6.28318531f |
| |
Hann FFT Window function.
- Author
- Phil Schatzmann
- Copyright
- GPLv3
◆ begin()
| virtual void begin |
( |
int |
samples | ) |
|
|
inlinevirtualinherited |
Setup the window function providing the fft length.
Reimplemented in BufferedWindow.
◆ factor()
Provides the multipication factor at the indicated position. The result is symetrically mirrored around the center
◆ factor_internal()
| float factor_internal |
( |
int |
idx | ) |
|
|
inlinevirtual |
◆ name()
The documentation for this class was generated from the following file: