summaryrefslogtreecommitdiff
path: root/2048/CH8
diff options
context:
space:
mode:
Diffstat (limited to '2048/CH8')
-rwxr-xr-x2048/CH8/EX8.1/disc2.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/2048/CH8/EX8.1/disc2.sce b/2048/CH8/EX8.1/disc2.sce
new file mode 100755
index 000000000..240c2ed86
--- /dev/null
+++ b/2048/CH8/EX8.1/disc2.sce
@@ -0,0 +1,7 @@
+// Continuous to discrete time transfer function
+// 8.1
+
+exec('tf.sci');
+
+sys = tf(10,[5 1]);
+sysd = ss2tf(dscr(sys,0.5));