summaryrefslogtreecommitdiff
path: root/2528/CH1/EX1.13/Ex1_13.sce
blob: fc7ce5821bb77dfa09b3ba6b5158b79ebad568d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Chapter 1
//Gain lost
//page 23
//Example no 1-13
//Given
clc;
clear;
fc=40;  //in Hz
f=10;   //in Hz
Av=-10*log10(1+(fc^2)/(f^2));
printf("\n Gain lost is %.1f dB",Av);// Result