AxsunOCTCapture 3.8.2
Captures and buffers streamed imaged data from the Axsun Ethernet/PCIe DAQ and displays or retrieves images to a client application on request.
|
Parameters for calculating a complex-valued window function with phase described using a Taylor series expansion. More...
#include <AxsunCommonEnums.h>
Data Fields | |
AxWindowFuncType | type |
float | type_modifier |
uint32_t | window_width |
uint32_t | padded_width |
uint32_t | right_shift |
float | a1 |
float | a2 |
float | a3 |
Parameters for calculating a complex-valued window function with phase described using a Taylor series expansion.
float a1 |
Phase correction Taylor series coefficient, linear term.
float a2 |
Phase correction Taylor series coefficient, squared term.
float a3 |
Phase correction Taylor series coefficient, cubed term.
uint32_t padded_width |
Smallest power-of-two not smaller than than window_width.
uint32_t right_shift |
Number of points to rotate right, modulo padded_width.
AxWindowFuncType type |
Window function type (i.e. shape of magnitude envelope).
float type_modifier |
Some window functions have an additional modifier.
uint32_t window_width |
Width of window function in number of points.