summaryrefslogtreecommitdiff
path: root/2075/CH4/EX4.9/pe4_9.sce
blob: 83f31152f532c80c4cf899a6b99d41df25fa5550 (plain)
1
2
3
4
5
6
7
8
9
10
11
//example 4.9
clc; funcprot(0);
// Initialization of Variable
D=8;
d=1;
I=90;
//calculation
Is=20*log10(d/D);
Ir=I-Is;
disp(Ir,"loudness ofsound in dB")
clear()