LAL  7.5.0.1-08ee4f4

Detailed Description

Structure for storing REAL8 window function data, providing storage for a sequence of samples as well as metadata about the window such as the sum-of-squarse of the samples.

Definition at line 254 of file Window.h.

Data Fields

REAL8Sequencedata
 The window function samples. More...
 
REAL8 sumofsquares
 The sum of the squares of the window function samples. More...
 
REAL8 sum
 The sum of the window function samples. More...
 

Field Documentation

◆ data

REAL8Sequence* REAL8Window::data

The window function samples.

Definition at line 255 of file Window.h.

◆ sumofsquares

REAL8 REAL8Window::sumofsquares

The sum of the squares of the window function samples.

Definition at line 256 of file Window.h.

◆ sum

REAL8 REAL8Window::sum

The sum of the window function samples.

Definition at line 257 of file Window.h.