diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /1583/CH3/EX3.9 | |
download | Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2 Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip |
initial commit / add all books
Diffstat (limited to '1583/CH3/EX3.9')
-rwxr-xr-x | 1583/CH3/EX3.9/NNID_Ex_3_9.sce | 17 | ||||
-rwxr-xr-x | 1583/CH3/EX3.9/Result_of_Chapter_3_Ex3_9.jpg | bin | 0 -> 159786 bytes |
2 files changed, 17 insertions, 0 deletions
diff --git a/1583/CH3/EX3.9/NNID_Ex_3_9.sce b/1583/CH3/EX3.9/NNID_Ex_3_9.sce new file mode 100755 index 000000000..336dc8c5e --- /dev/null +++ b/1583/CH3/EX3.9/NNID_Ex_3_9.sce @@ -0,0 +1,17 @@ +clc
+//Chapter 3:Network noise and intermodulation distortion
+//example 3.8 page no 84
+//given
+NF=4//noise figure in dB
+B=3*10^3//bandwidth
+Rs=50//sourse resistance
+k=1.38*10^-23//Boltzmmans constant
+T=290//tempreture
+NFa=20//antenna noise figure
+NFr=10//receiver noise figure
+Fa=10^(NFa/10)//antenna noise factor
+Fr=10^(NFr/10)//receiver noise factor
+S_N=10//output signal to noise ratio
+Si_W=(S_N)*(Fa+Fr-1)*k*T*B//available input power in Watts
+Ei=sqrt(Si_W*4*Rs)//minimum detectable signal
+mprintf('the minimum detectable signal is %f uV',round(Ei*1e6*10)/10)
diff --git a/1583/CH3/EX3.9/Result_of_Chapter_3_Ex3_9.jpg b/1583/CH3/EX3.9/Result_of_Chapter_3_Ex3_9.jpg Binary files differnew file mode 100755 index 000000000..c65a1ddfa --- /dev/null +++ b/1583/CH3/EX3.9/Result_of_Chapter_3_Ex3_9.jpg |