Data Acquisition (DAQ) and Control from Microstar Laboratories

DAPL DSP -- Filtering Commands

Configuration Commands

System Commands

Processing Elements

DSP -- Filtering Commands

DSP -- Spectral Analysis

Sensor Conditioning Commands

Processing Commands

Trigger Commands

Output Commands

Process Control Commands

Data Flow Commands

Typical applications for filtering commands include smoothing, noise reduction, and separation of different signal frequencies. Also available: the DAPL IFM command module offers an onboard digital implementation of the five classic filter types.


FIRFILTER (s, v, params, d)
Reads from source s, applies a finite impulse response digital filter using vector v and specifications given by the parameter list, and places filtered values in destination d. The vector v can be calculated using Microstar Laboratories FGEN program.
FIRLOWPASS (s, v, params, d)
This is a special case of FIRFILTER. FIRLOWPASS applies one of three most-common lowpass filters. The vector v can be calculated using Microstar Laboratories FGEN program.
RAVERAGE (s, n, d)
Reads from source s and places running averages in destination d.

 

Return to the Software or DAPL page.