LAL  7.5.0.1-8083555

Detailed Description

Structure for storing REAL4 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 243 of file Window.h.

Data Fields

REAL4Sequencedata
 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

REAL4Sequence* REAL4Window::data

The window function samples.

Definition at line 244 of file Window.h.

◆ sumofsquares

REAL8 REAL4Window::sumofsquares

The sum of the squares of the window function samples.

Definition at line 245 of file Window.h.

◆ sum

REAL8 REAL4Window::sum

The sum of the window function samples.

Definition at line 246 of file Window.h.