GSTLALSumSquares

GSTLALSumSquares — Computes the weighted sum-of-squares of the input channels.

Properties

GValueArray * weights Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GstObject
        ╰── GstElement
            ╰── GstBaseTransform
                ╰── GSTLALSumSquares

Description

Computes the weighted sum-of-squares of the input channels.

Reviewed: fcba8806c67cc57e279f3b1f5d2706cd355f35c8 2014-08-10 K. Cannon, J. Creighton, B. Sathyaprakash.

Functions

Types and Values

GSTLAL_SUMSQUARES_TYPE

#define             GSTLAL_SUMSQUARES_TYPE


struct GSTLALSumSquares

struct GSTLALSumSquares;

struct GSTLALSumSquaresClass

struct GSTLALSumSquaresClass {
	GstBaseTransformClass parent_class;
};

Members

GstBaseTransformClass parent_class;

the parent class

 

Property Details

The “weights” property

  “weights”                  GValueArray *

Vector of weights to use in sum. If no vector is provided weights of 1.0 are assumed, otherwise the number of input channels must equal the vector length. The incoming channels are first multiplied by the weights, then squared, then summed.

Flags: Read / Write