Skip to content

DSP Overview

Welcome to Flojoy’s DSP Blocks page. Here you can find all the information regarding Flojoy’s digital signal processing capabilities.

BUTTERApply a butterworth filter to an input signal.
FFTPerform a Discrete Fourier Transform on the input vector.
FIRApply a low-pass FIR filter to an input vector. The filter is designed with the window method.
IFFTPerform the Inverse Discrete Fourier Transform on an input signal.
PEAK_DETECTIONThe PEAK_DETECTION block finds peaks based on peak properties.
PIDModel a PID (proportional-integral-derivative) system.
SAVGOLApply a Savitzky-Golay filter to an input signal. This is generally used for smoothing data.
TWO_DIMENSIONAL_FFTPerforms a two-dimensional fast fourier transform on the input matrix.