Lowpass

Filters a signal using a Butterworth lowpass filter. Lowpass filters pass low frequencies and attenuate high frequencies.

1378

Inputs/Outputs

datatype_icon

reset

A Boolean that specifies the initialization of the internal state of the node.

True Initializes the internal state to zero.
False Initializes the internal state to the final state from the previous call of this node.

This node automatically initializes the internal state to zero on the first call and runs continuously until this input is True.

Default value: False

datatype_icon

signal

The input signal.

This input supports the following data types:

  • Waveform
  • Array of waveforms
  • 1D array of double-precision, floating-point numbers
  • 2D array of double-precision, floating-point numbers
datatype_icon

cutoff frequency

Cutoff frequency of the filter.

Default value: 0.125

datatype_icon

order

Order of the filter.

Default value: 2

datatype_icon

error in

Error conditions that occur before this node runs.

The node responds to this input according to standard error behavior.

Standard Error Behavior

Default value: No error

datatype_icon

sampling frequency

Sampling frequency in Hz.

sampling frequency must be greater than zero.

This input is available only if you wire one of the following data types to signal:

  • Double-precision, floating-point number
  • Complex double-precision, floating-point number
  • 1D array of double-precision, floating-point numbers
  • 1D array of complex double-precision, floating-point numbers
  • 2D array of double-precision, floating-point numbers

Default value: 1, which is the normalized sampling frequency

datatype_icon

filtered signal

Result of filtering the input signal.

This output can return the following data types:

  • Waveform
  • Double-precision, floating-point number
  • Complex double-precision, floating-point number
  • 1D array of waveforms
  • 1D array of double-precision, floating-point numbers
  • 1D array of complex double-precision, floating-point numbers
  • 2D array of double-precision, floating-point numbers
datatype_icon

error out

Error information.

The node produces this output according to standard error behavior.

Standard Error Behavior