Skip to content

Transfer Function (1st Order)

First-order continuous transfer function K / (τ s + 1) with optional dead time. The classic single-pole low-pass / lag block for plant models and filters.

Category: Continuous

Keywords: TF, TF1, 1st order, first order, low pass, low-pass, lag, pole, filter, Laplace

Ports

NameDirectionValue typeNotes
ininputdouble
outoutputdouble

Parameters

NameLabelTypeDefaultUnitsDescription
dc_gainKdouble1
time_constantτdouble1
dead_timeLdouble0
initial_valuex₀double0

Used in samples


Implemented in C++ class SimCompCtlTf1 (components/control/CSim_comp_ctl_tf1/sim_comp_ctl_tf1.h).

Released under the MIT License.