summaryrefslogtreecommitdiff
path: root/2825/CH7/EX7.7/Ex7_7.sce
blob: 58d5aabb1130c7fd1a7bf70c46baecb3fd01034d (plain)
1
2
3
4
5
6
7
8
9
//Ex7_7 Pg-372
clc

Rl=2*10^(3) //load resistance in ohm
Ri=500 //input resistance in ohm
C=2*10^(-6) //capacitor in microFarad

f=(1/(2*%pi*C*(Rl+Ri))) //textbook answer is wrong
printf("Lowest cut-off frequency = %.0f Hz",f)