You are on page 1of 3

Name:Vedika shukla

Roll.No:9062/18

PRACTICAL:02
AIM: WAP to calculate the overall Noise Factor and overall Noise Figure referred to the
input of n amplifiers in cascade (Implementation of the FRISS FORMULA).
PROGRAM CODE:

INPUT(A):
OUTPUT:

INPUT (B):

OUTPUT (B):
CALCULATION:
(A) F1=7.94 ,F2=100, G1=31.62
By using Friis Formula
Overall noise factor ,F= F1 +F2-1/G1 (FOR TWO STAGE AMPLIFIER)
=7.94 + 100-1/31.62
=11.07
Overall noise figure, (F)DB=10 log(11.07)=10.44DB
(B)F1=1.1, F2=1.2, F3=1.3, F4=1.4, F5=1.5, G1=2 , G2=3, G3=4 , G5=5
By using Friis Formula
Overall noise factor ,F = F1 +F2-1/G1 +F3-1/G1G2+F4-1/G1G2G3+F5-1/G1G2G3G4 (FOR
FIVE STAGE AMPLIFIER)
= 1.1+(1.2-1)/2+(1.3-1)/(2*3)+(1.4-1)/(2*3*4)+(1.5-1)/(2*3*4*5)
= 1.2708
Overall noise figure, (F)DB=10 log(1.2708)=1.0409DB

RESULT:hence,we successfully calculate the overall Noise Factor and overall Noise Figure
referred to the input of n amplifiers in cascade by (Implementation of the FRISS
FORMULA).

You might also like