![]() |
AxsunOCTControl_LW v2.2.0
A cross-platform library for controlling Axsun SS-OCT laser engine and data acquisition devices.
|
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.