help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Not able to add delay to transfer function


From: shall689
Subject: Re: Not able to add delay to transfer function
Date: Mon, 3 Aug 2020 02:19:38 -0500 (CDT)

Hello GoPro,

Here's the Transfer function I currently have:

s = tf('s');
num=[2.962962962962964e10 8.465608465608469e14]
den =[1.0 4.050793650793651e4 1.261375661375662e8 4.232804232804234e12]
sys_continuous = tf(num,den)
sys_discrete = c2d(sys_continuous,1/20000,'tusten');
step(sys_continuous)
hold on
step(sys_discrete)

Stephen



--
Sent from: https://octave.1599824.n4.nabble.com/Octave-General-f1599825.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]