d2c()

Control Systems

d2c() is a MATLAB®-compatible control systems function for discrete-to-continuous conversion using tustin's bilinear method. converts a discrete-time transfer function (in z) with sample time ts to a continuous-time transfer function (in s). inverse of c2d. Run it online in your browser with SimLab — free, no install, no license required.

Discrete-to-continuous conversion using Tustin's bilinear method. Converts a discrete-time transfer function (in z) with sample time Ts to a continuous-time transfer function (in s). Inverse of c2d.

Syntax

d2c(sysD, Ts)

Examples — run d2c() in your browser

Hd = c2d(tf([1], [1, 1]), 0.1); Hc = d2c(Hd, 0.1)
▶ Run
Hd = tf([0.5, 0.5], [1, -0.8]); Hc = d2c(Hd, 0.01)
▶ Run

See Also

More Control Systems Functions

Browse other free, MATLAB®-compatible control systems functions in SimLab:

Browse all 510+ SimLab functions →

Frequently Asked Questions about d2c()

Is the d2c() function free to use in SimLab?

Yes. SimLab is 100% free — no signup, no license, and no usage limits. You can run d2c() and 510+ other MATLAB®-compatible functions directly in your browser at simulations4all.com/simlab.

Do I need to install MATLAB to use d2c()?

No. SimLab runs entirely in your web browser with zero installation. The d2c() function works without any MATLAB® license or software download.

What does d2c() do?

Discrete-to-continuous conversion using Tustin's bilinear method. Converts a discrete-time transfer function (in z) with sample time Ts to a continuous-time transfer function (in s). Inverse of c2d. It is a MATLAB®-compatible control systems function available in SimLab with the same calling syntax as MATLAB® — typically: d2c(sysD, Ts).

Can I run d2c() in my browser?

Yes. Open SimLab at simulations4all.com/simlab, write or paste code that calls d2c(), and run it. Execution happens locally in your browser — no data leaves your machine.

Try SimLab — MATLAB®-compatible, free, in your browser

510+ functions. Runs in your browser. No install. No license.

Open SimLab

MATLAB® is a registered trademark of The MathWorks, Inc. SimLab is an independent project by Simulations4All and is not affiliated with, endorsed by, or sponsored by The MathWorks, Inc.

Stay Updated

Get notified about new simulations and tools. We send 1-2 emails per month.