summaryrefslogtreecommitdiff
path: root/3630/CH15/EX15.5/Ex15_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '3630/CH15/EX15.5/Ex15_5.sce')
-rw-r--r--3630/CH15/EX15.5/Ex15_5.sce5
1 files changed, 5 insertions, 0 deletions
diff --git a/3630/CH15/EX15.5/Ex15_5.sce b/3630/CH15/EX15.5/Ex15_5.sce
new file mode 100644
index 000000000..65629cbbd
--- /dev/null
+++ b/3630/CH15/EX15.5/Ex15_5.sce
@@ -0,0 +1,5 @@
+clc;
+slewrate=500000;
+Vpk=8;
+fmax=slewrate/(2*3.14*Vpk);
+disp('kHz',fmax/1000,"fmax=");