summaryrefslogtreecommitdiff
path: root/3812/CH8/EX8.2.b/8_2_b.sce
blob: 33519177cfb2c86e81135bacd023c01608a7fbe5 (plain)
1
2
3
4
5
6
7
8
9
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);