summaryrefslogtreecommitdiff
path: root/3630/CH19/EX19.6/Ex19_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '3630/CH19/EX19.6/Ex19_6.sce')
-rw-r--r--3630/CH19/EX19.6/Ex19_6.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3630/CH19/EX19.6/Ex19_6.sce b/3630/CH19/EX19.6/Ex19_6.sce
new file mode 100644
index 000000000..a0bb91829
--- /dev/null
+++ b/3630/CH19/EX19.6/Ex19_6.sce
@@ -0,0 +1,11 @@
+clc;
+tr=0.000000040;
+fc=0.35/tr;
+tf=0.000000030;
+fmax=0.35/(100*tr);
+disp('MHz',fc/1000000,"fc=");//The provided in the textbook is wrong
+disp('kHz',fmax/1000,"fmax=");//The provided in the textbook is wrong
+
+
+
+