FlatTop FFT Window function.
More...
#include <FFTWindows.h>
|
| | FlatTop ()=default |
| |
| virtual void | begin (int samples) |
| | Setup the window function providing the fft length.
|
| |
| float | factor (int idx) |
| |
| float | factor_internal (int idx) override |
| |
| const char * | name () override |
| |
| int | samples () |
| | Provides the number of samples (fft length)
|
| |
FlatTop FFT Window function.
- Author
- Phil Schatzmann
- Copyright
- GPLv3
◆ FlatTop()
◆ 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 | ) |
|
|
inlineoverridevirtual |
◆ name()
◆ ratio()
◆ samples()
Provides the number of samples (fft length)
◆ fourPi
| const float fourPi = 12.56637061f |
|
protectedinherited |
◆ i_half_samples
◆ i_samples
◆ samples_minus_1
| float samples_minus_1 = 0.0f |
|
protectedinherited |
◆ sixPi
| const float sixPi = 18.84955593f |
|
protectedinherited |
◆ twoPi
| const float twoPi = 6.28318531f |
|
protectedinherited |
The documentation for this class was generated from the following file: