summaryrefslogtreecommitdiff
path: root/2414/CH12/EX12.6/Ex12_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '2414/CH12/EX12.6/Ex12_6.sce')
-rwxr-xr-x2414/CH12/EX12.6/Ex12_6.sce16
1 files changed, 16 insertions, 0 deletions
diff --git a/2414/CH12/EX12.6/Ex12_6.sce b/2414/CH12/EX12.6/Ex12_6.sce
new file mode 100755
index 000000000..4aef70e5f
--- /dev/null
+++ b/2414/CH12/EX12.6/Ex12_6.sce
@@ -0,0 +1,16 @@
+clc;
+close();
+clear();
+//page no 406
+//prob no. 12.6
+//data from ex 12.5
+B=2*10^6; //Hz
+R=50 ; //ohm
+G=10^6; //gain
+kT0=4*10^-21;
+
+Nav=kT0*B;
+No=G*Nav;
+//ex12.6
+Vrms=(No*50)^0.5;
+mprintf('Vrms=%.1f micro-V',Vrms*10^6);