summaryrefslogtreecommitdiff
path: root/3492/CH6/EX6.13/Ex6_13.sce
blob: 377238c71edff5641ebbc3e31a3c6e0a910412f2 (plain)
1
2
3
4
5
6
7
8
9
10
clc
//Chapter6
//Ex_13
//Given
e=1.6*10^-19 // in coulombs
I=10^-3 //in A
Th=10^-6 //in s
B=1/Th //in Hz
i_sn=sqrt(2*e*I*B)
disp(i_sn,"shot noise current in amperes is")