Function File: bool = isdt (sys)

Determine whether LTI model is a discrete-time system.

Inputs

sys

LTI system.

Outputs

bool = 0

sys is a continuous-time system.

bool = 1

sys is a discrete-time system or a static gain.

Package: control