From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 1619/CH2/EX2.5.2/Example2_5_2.sce | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 1619/CH2/EX2.5.2/Example2_5_2.sce (limited to '1619/CH2/EX2.5.2') diff --git a/1619/CH2/EX2.5.2/Example2_5_2.sce b/1619/CH2/EX2.5.2/Example2_5_2.sce new file mode 100755 index 000000000..2f87304e9 --- /dev/null +++ b/1619/CH2/EX2.5.2/Example2_5_2.sce @@ -0,0 +1,13 @@ +//Example 2.5.2 pagw 2.26 + +clc; +clear; +lamda= 2*10^-9; +sigma = 75; +D_mat= 0.03/(3*10^5*2); +sigma_m= 2*1*D_mat; +sigma_m=sigma_m*10^9; //Fornamtting in ns/Km +printf("The Pulse spreading is %d ns/Km",sigma_m); +D_mat_led= 0.025/(3*10^5*1550); +sigma_m_led = 75*1*D_mat_led*10^9; //in ns/Km +printf("\n\nThe Pulse spreading foe LED is %.2f ns/Km",sigma_m_led); -- cgit