Arguments to a window function for FFT processing.
More...
#include <VulkanFFTPlan.h>
|
|
uint32_t | numActualSamples |
| | Number of samples in the input.
|
| |
|
uint32_t | npoints |
| | Number of FFT points.
|
| |
|
uint32_t | offsetIn |
| | Offset from start of the input buffer to start reading from.
|
| |
|
uint32_t | offsetOut |
| | Offset from start of the output buffer to start writing to.
|
| |
|
float | scale |
| | Scaling factor for normalization.
|
| |
|
float | alpha0 |
| | Alpha0 factor for cosine-sum windows, ignored for others.
|
| |
|
float | alpha1 |
| | Alpha1 factor for cosine-sum windows, ignored for others.
|
| |
Arguments to a window function for FFT processing.
The documentation for this struct was generated from the following file: