Table of Contents

Class PidFilter

Namespace
TimeSeriesAnalysis.Dynamic
Assembly
TimeSeriesAnalysis.dll

Class that handles the filtering of inputs y to a pid-controller Put into separate class as this is both a component of the PidController and of PidIdentifier, and important that implementation is equal.

public class PidFilter
Inheritance
PidFilter
Inherited Members

Constructors

PidFilter(PidFilterParams, double)

Default constructor

public PidFilter(PidFilterParams filterParams, double timebase_s)

Parameters

filterParams PidFilterParams
timebase_s double

Methods

GetParams()

Returns the filter paramter object

public PidFilterParams GetParams()

Returns

PidFilterParams