Last updated

API / geotoolkit / seismic / analysis / util / RemoveDC / RemoveDC

Class: RemoveDC

util.RemoveDC.RemoveDC

A utility class with methods useful for removing the DC Component of a signal by subtracting the mean value. Ported from the Saddleback Geosolution's Java implementation

Table of contents

Constructors
Methods

Contents

Constructors

new RemoveDC()

new RemoveDC()

Methods

getClassName

getClassName(): string

Returns

string


deTrend

Static deTrend(trace, normLevel): Float32Array

De-trends a signal stored in a float array, and sets the DC component

Parameters

Name Type Description
traceFloat32ArrayThe seismic trace
normLevelnumberThe new DC component of the trace. Default value is zero.

Returns

Float32Array

The trace that has been de-trended


getClassName

Static getClassName(): string

Returns

string