diff options
Diffstat (limited to '3630/CH15/EX15.6/Ex15_6.sce')
-rw-r--r-- | 3630/CH15/EX15.6/Ex15_6.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/3630/CH15/EX15.6/Ex15_6.sce b/3630/CH15/EX15.6/Ex15_6.sce new file mode 100644 index 000000000..662580636 --- /dev/null +++ b/3630/CH15/EX15.6/Ex15_6.sce @@ -0,0 +1,8 @@ +clc;
+slewrate=500000;
+Vpk=0.001;
+fmax=slewrate/(2*3.14*Vpk);
+disp('Hz',fmax,"fmax=");
+//The provided in the textbook is wrong
+
+
|