summaryrefslogtreecommitdiff
path: root/3630/CH14/EX14.4/Ex14_4.sce
blob: 6063f64e51f13f29a85b285a8d4ed7cef3ca67dc (plain)
1
2
3
4
5
6
7
8
clc;
f0=60;
fc2=300;
fc1=(60)^2/(300);
BW=fc2-fc1;
disp('kHz',BW,"BW=")//The answers vary due to round off error
disp('kHz',fc1,"fc1=")//The answers vary due to round off error