summaryrefslogtreecommitdiff
path: root/1499/CH2/EX2.2
diff options
context:
space:
mode:
Diffstat (limited to '1499/CH2/EX2.2')
-rw-r--r--1499/CH2/EX2.2/q2.pngbin0 -> 7404 bytes
-rw-r--r--1499/CH2/EX2.2/q2.sce12
2 files changed, 12 insertions, 0 deletions
diff --git a/1499/CH2/EX2.2/q2.png b/1499/CH2/EX2.2/q2.png
new file mode 100644
index 000000000..c1c5cc9e4
--- /dev/null
+++ b/1499/CH2/EX2.2/q2.png
Binary files differ
diff --git a/1499/CH2/EX2.2/q2.sce b/1499/CH2/EX2.2/q2.sce
new file mode 100644
index 000000000..dd0d9240e
--- /dev/null
+++ b/1499/CH2/EX2.2/q2.sce
@@ -0,0 +1,12 @@
+
+
+s=%s; // first create a variable
+num=9;
+den=9+4*s+s^2;
+TF=syslin('c',num,den)
+
+t=linspace(0,5,500);
+imp_res=csim('imp',t,TF);
+plot(t,imp_res)
+xgrid()
+xtitle('Impulse response','time','response');