ContinuousTimeModelQ[lsys]
gives True if lsys is a continuous-time systems model, and False otherwise.
ContinuousTimeModelQ
ContinuousTimeModelQ[lsys]
gives True if lsys is a continuous-time systems model, and False otherwise.
Details
- The systems model lsys can be a TransferFunctionModel or StateSpaceModel.
- Systems models with SamplingPeriod->None are continuous-time models.
Examples
Basic Examples (3)
ContinuousTimeModelQ[StateSpaceModel[{{{a}}, {{b}}, {{c}}, {{0}}},
SamplingPeriod -> None, SystemsModelLabels -> None]]ContinuousTimeModelQ[StateSpaceModel[{{{a}}, {{b}}, {{c}}, {{0}}},
SamplingPeriod -> τ, SystemsModelLabels -> None]]Find which expressions are continuous-time objects:
ContinuousTimeModelQ /@ {StateSpaceModel[{{{a}}, {{b}}, {{c}}, {{0}}},
SamplingPeriod -> None, SystemsModelLabels -> None], Sin[x], 30}See Also
Related Guides
History
Text
Wolfram Research (2010), ContinuousTimeModelQ, Wolfram Language function, https://reference.wolfram.com/language/ref/ContinuousTimeModelQ.html.
CMS
Wolfram Language. 2010. "ContinuousTimeModelQ." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/ContinuousTimeModelQ.html.
APA
Wolfram Language. (2010). ContinuousTimeModelQ. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ContinuousTimeModelQ.html
BibTeX
@misc{reference.wolfram_2026_continuoustimemodelq, author="Wolfram Research", title="{ContinuousTimeModelQ}", year="2010", howpublished="\url{https://reference.wolfram.com/language/ref/ContinuousTimeModelQ.html}", note=[Accessed: 12-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_continuoustimemodelq, organization={Wolfram Research}, title={ContinuousTimeModelQ}, year={2010}, url={https://reference.wolfram.com/language/ref/ContinuousTimeModelQ.html}, note=[Accessed: 12-June-2026]}