summaryrefslogtreecommitdiff
path: root/2048/CH8/EX8.1/disc2.sce
blob: 240c2ed869bfb89979ea0d01f0d6d3dea4a7fa34 (plain)
1
2
3
4
5
6
7
// Continuous to discrete time transfer function
// 8.1

exec('tf.sci');

sys = tf(10,[5 1]);
sysd = ss2tf(dscr(sys,0.5));