summaryrefslogtreecommitdiff
path: root/125/CH2/EX2.16/Fig2_16.sce
diff options
context:
space:
mode:
Diffstat (limited to '125/CH2/EX2.16/Fig2_16.sce')
-rwxr-xr-x125/CH2/EX2.16/Fig2_16.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/125/CH2/EX2.16/Fig2_16.sce b/125/CH2/EX2.16/Fig2_16.sce
new file mode 100755
index 000000000..caa7e1a4c
--- /dev/null
+++ b/125/CH2/EX2.16/Fig2_16.sce
@@ -0,0 +1,9 @@
+//Caption: Frequency Response
+//Fig2.16
+//page 64
+clc;
+close;
+[X, Y] = meshgrid(-%pi:.05:%pi);
+Z = 2-cos(X)-cos(Y);
+surf(X,Y,Z);
+xgrid(1) \ No newline at end of file