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'

Ramping

Method

Name

Label

ramp()

Ramp

'ramp'

slew()

Slew-Rate Limiter

'slew'

Filtering

Method

Name

Label

band_pass()

High-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'

Control Elements

Method

Name

Label

pt1()

PT1-element

'pt1'

dt1()

DT1-element

'dt1'

Smoothing

Method

Name

Label

exponential()

Exponential smoothing

'exponential'

Moving Window Functions