summaryrefslogtreecommitdiff
path: root/135/CH10/EX10.4/EX4.sce
diff options
context:
space:
mode:
Diffstat (limited to '135/CH10/EX10.4/EX4.sce')
-rwxr-xr-x135/CH10/EX10.4/EX4.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/135/CH10/EX10.4/EX4.sce b/135/CH10/EX10.4/EX4.sce
new file mode 100755
index 000000000..5e1f825db
--- /dev/null
+++ b/135/CH10/EX10.4/EX4.sce
@@ -0,0 +1,10 @@
+// Example 10.4: fT, fb
+clc, clear
+b_o=160;
+f=50; // in Mega-hertz
+b_jw=8;
+wb=sqrt((2*%pi*f)^2*b_jw^2/(b_o^2-b_jw^2)); // in Mega-rad/sec
+fb=wb/(2*%pi); // in Mega-hertz
+fT=fb*b_o; // in Mega-hertz
+disp(fT,"fT (MHz) =");
+disp(fb,"fb (MHz) ="); \ No newline at end of file