summaryrefslogtreecommitdiff
path: root/992/CH1/EX1.4/EX1_4.txt
blob: 85eaab0ea51bdb0cf94f15ef328d974cf313e44a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//Caption:Program to astimate maximum noise voltage amplitude.
//Exa:1.4
clc;
clear;
close;
//Given:
b_w=200000;//bandwidth in hertz
T=302;//temperature in kelvin
k=1.36*10^-23;//constant
R=1000//ohms
g=1000//Voltage gain 
V_n=sqrt(4*k*T*b_w*R) * 10^6;
printf("\n\n\t noise voltage = %f uV ",V_n);//in terms of micrometers