You are on page 1of 1

P1=input('Enter input power ');

P2=input('Enter output power ');


attenuation= 10*log10(P1/P2)

You might also like