summaryrefslogtreecommitdiff
path: root/752/CH4/EX4.13.1/4_13_1.sce
blob: 6ce520017899d0d0bf2c962d5a183494c0686e83 (plain)
1
2
3
4
5
6
7
8
9
clc;
// page no 139
// prob no 4_13_1
//Noise fig. of an amplifier is 7 dB with input SNR=35 dB
SNRin=35;//SNR at i/p of amplifier
F=7;//Noise figure of an amplifier
//Determination of output SNR
SNRout=SNRin-F;
disp('dB',SNRout,'The value of output signal to noise ratio is ');