summaryrefslogtreecommitdiff
path: root/1184/CH2/EX2.23/Ex2_23.sce
blob: d5e1afb6088aed5b82a54df75ef9fdb4a3b2d4d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
//Example 2-23, Page No - 55

clear
clc

R = 8.2*10^3
C =0.0033*10^-6

fco = 1/(6.28* R*C)

printf('The cut off frequency is %.2f Khz',fco/10^3)