summaryrefslogtreecommitdiff
path: root/1583/CH3/EX3.5/NNID_Ex_3_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '1583/CH3/EX3.5/NNID_Ex_3_5.sce')
-rwxr-xr-x1583/CH3/EX3.5/NNID_Ex_3_5.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/1583/CH3/EX3.5/NNID_Ex_3_5.sce b/1583/CH3/EX3.5/NNID_Ex_3_5.sce
new file mode 100755
index 000000000..088c638ed
--- /dev/null
+++ b/1583/CH3/EX3.5/NNID_Ex_3_5.sce
@@ -0,0 +1,8 @@
+clc
+//Chapter 3:Network noise and intermodulation distortion
+//example 3.5 page no 82
+//given
+F=1.6//noise factor
+T=290//referance temperture
+Tr=(F-1)*T//system noise tempreture
+mprintf('the system noise tempreture is %d K',Tr)