summaryrefslogtreecommitdiff
path: root/1109/CH14/EX14.6/14_6.sce
blob: d374309eb73f545864f1c8c3bbdfaee81c0e5b11 (plain)
1
2
3
4
5
clear;
clc;
a=1.15;
F=cosh(a/2);
printf("The frequency at which low pass filter will havean attenuation 10 db will be %f times the cut off frequency",round(F*100)/100);