summaryrefslogtreecommitdiff
path: root/3812/CH8/EX8.2.b
diff options
context:
space:
mode:
Diffstat (limited to '3812/CH8/EX8.2.b')
-rw-r--r--3812/CH8/EX8.2.b/8_2_b.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/3812/CH8/EX8.2.b/8_2_b.sce b/3812/CH8/EX8.2.b/8_2_b.sce
new file mode 100644
index 000000000..33519177c
--- /dev/null
+++ b/3812/CH8/EX8.2.b/8_2_b.sce
@@ -0,0 +1,10 @@
+//Example 8_2<b>
+//determine the nyquist rate of x(t)=sinc2(200*pi*t)
+//sinc(400t)=0.5cos(400t)/400t
+clc;
+clear all;
+wp=400;
+F1=wp/2;
+Fs=2*F1;
+disp('Nyquist Rate=');
+disp(Fs);