summaryrefslogtreecommitdiff
path: root/374/CH6/EX6.9/69.sci
diff options
context:
space:
mode:
Diffstat (limited to '374/CH6/EX6.9/69.sci')
-rw-r--r--374/CH6/EX6.9/69.sci8
1 files changed, 8 insertions, 0 deletions
diff --git a/374/CH6/EX6.9/69.sci b/374/CH6/EX6.9/69.sci
new file mode 100644
index 000000000..a851b15c8
--- /dev/null
+++ b/374/CH6/EX6.9/69.sci
@@ -0,0 +1,8 @@
+//chapter 6 example 9//
+clc
+clear
+//electron transit time=tf,bandwidth=Bm,photoconductive gain=G,//
+tf=8*(10^-12);//in seconds//
+G=60;
+Bm=(1/(2*%pi*tf*G))*(10^-8);
+printf("\n maximum 3dB bandwidth=%f MHz\n",Bm) \ No newline at end of file