summaryrefslogtreecommitdiff
path: root/803/CH5/EX5.5/ex5_5.sce
blob: d9134c6b04c824afa5e60484ba06c6e989ca5898 (plain)
1
2
3
4
5
6
7
8
9
10
clc
Bn=10^9;..//bandwidth
T=300;..//room temperature
k=1.38*10^-23;..//boltzmann constant
h=6.6256*10^-34;
f=10^9;..//frequency
Nthermal=(10*log10(k*T*Bn));..//thermal noise power
Ni=(10*log10(h*f*Bn));..//quantum noise power
disp("dB",Nthermal,"Thermal noise power");
disp("dB",Ni,"Quantum noise power");