summaryrefslogtreecommitdiff
path: root/2294/CH3/EX3.17
diff options
context:
space:
mode:
Diffstat (limited to '2294/CH3/EX3.17')
-rwxr-xr-x2294/CH3/EX3.17/EX3_17.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/2294/CH3/EX3.17/EX3_17.sce b/2294/CH3/EX3.17/EX3_17.sce
new file mode 100755
index 000000000..45a6abcd7
--- /dev/null
+++ b/2294/CH3/EX3.17/EX3_17.sce
@@ -0,0 +1,6 @@
+//Example 3.17
+//Find the convolution of the sequences.
+x1=[1 -1 2 3];
+x2=[1 -2 3 -1];
+y=convol(x1,x2);
+disp(y,'The convolution of the above sequences is:'); \ No newline at end of file