summaryrefslogtreecommitdiff
path: root/2183/CH7/EX7.13/Ex_7_13.sce
blob: 4020ea3cdf77eb2fcb20dadaf97eab58abf94f02 (plain)
1
2
3
4
5
6
7
8
9
10
//Example 7.13 // Maximum 3dB bandwidth
clc;
clear;
close;
//given data :
tF=5*10^-12;// in sec
G=60;// photoconductive gain
Bm=(1/(2*%pi*tF*G))*10^-6;
disp(Bm,"The maximum 3dB bandwidth,Bm(MHz) = ")
// answer is wrong in textbook