summaryrefslogtreecommitdiff
path: root/226/CH17/EX17.3/example3_sce.sce
blob: 5428daf5f98ed6856b758abf6d390a383d8b890f (plain)
1
2
3
4
5
6
7
8
9
10
//chapter 17
//example 17.3
//page 719
printf("\n")
printf("given")
disp("first order high pass active filter")
f=5*10^3;C1=1000*10^-12;fu=1*10^6;
R1=1/(2*3.14*f*C1)
BW=fu-f;
printf(" bandwidth is %dHz\n",BW)