diff options
Diffstat (limited to '2414/CH12/EX12.4')
-rwxr-xr-x | 2414/CH12/EX12.4/Ex12_4.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/2414/CH12/EX12.4/Ex12_4.sce b/2414/CH12/EX12.4/Ex12_4.sce new file mode 100755 index 000000000..c00cc64c7 --- /dev/null +++ b/2414/CH12/EX12.4/Ex12_4.sce @@ -0,0 +1,11 @@ +clc;
+close();
+clear();
+//page no 405
+//prob no. 12.4
+B=2*10^6; //Hz
+R=50 ; //ohm
+kT0=4*10^-21;
+
+Nav=kT0*B;
+mprintf('Noise power=%.0f fW',Nav*10^15);
|