summaryrefslogtreecommitdiff
path: root/1382/CH5/EX5.29/EX_5_29.SCE
blob: a9fc5a653eddbf1530748d672f8a43029de47c93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Example 5.28:fh,fl 
clc;
clear;
close;
fln=20;//in hertz
fhn=100;//in kelo hertz
n=3;//
x=sqrt(2^(1/n)-1);//
fl=x*fln;//lower cut off frequency in hertz
fh=fhn/x;//upper cut off frequency in hertz
disp(fl,"lower cut off frequency in hertz")
disp(fh,"upper cut off frequency in killo hertz")