From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3834/CH12/EX12.3.4/Ex12_3_4.jpg | Bin 0 -> 204141 bytes 3834/CH12/EX12.3.4/Ex12_3_4.sce | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 3834/CH12/EX12.3.4/Ex12_3_4.jpg create mode 100644 3834/CH12/EX12.3.4/Ex12_3_4.sce (limited to '3834/CH12/EX12.3.4') diff --git a/3834/CH12/EX12.3.4/Ex12_3_4.jpg b/3834/CH12/EX12.3.4/Ex12_3_4.jpg new file mode 100644 index 000000000..cd9cc69a6 Binary files /dev/null and b/3834/CH12/EX12.3.4/Ex12_3_4.jpg differ diff --git a/3834/CH12/EX12.3.4/Ex12_3_4.sce b/3834/CH12/EX12.3.4/Ex12_3_4.sce new file mode 100644 index 000000000..89fe16692 --- /dev/null +++ b/3834/CH12/EX12.3.4/Ex12_3_4.sce @@ -0,0 +1,20 @@ +//Fiber Optics Communication Technology, by Djafer K. Mynbaev and Lovell L.scheiner +//Windows 8 +//Scilab version- 6.0.0 +//Example 12.3.4 +clc; +clear ; +//given + +Pis=300E-6;//input-signal power in W +Pin=30E-9;//input noise power in w +B=1E-9;//Bandwidth in m +Pos=60E-3;//output signal power in W +Pon=20E-6;// output noise power in W + +SNRin=Pis/Pin; +SNRout=Pos/Pon; + +Fn=SNRin/SNRout; + +mprintf("Noise figure of an optical amplifier = %.2f or %.1fdB",Fn,10*log10(Fn)); -- cgit