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