Signal Processing#

The Trace class has methods for signal processing the samples of a Trace.

Clipping#

Method

Name

Label

clip()

Clip

'clip'

clamp()

Clamp

'clamp'

Rate Limiting#

Filtering#

Method

Name

Label

band_pass()

Band-Pass filter

'band-pass'

low_pass()

Low-Pass filter

'low-pass'

high_pass()

High-Pass filter

'high-pass'

notch()

Notch filter

'notch'

all_pass()

All-Pass filter

'all-pass'

Logic Functions#

Control Elements#

Method

Name

Label

pt1()

PT1-element

'pt1'

dt1()

DT1-element

'dt1'

Smoothing#

Moving Window Functions#