diff options
Diffstat (limited to '3630/CH17/EX17.2/Ex17_2.sce')
-rw-r--r-- | 3630/CH17/EX17.2/Ex17_2.sce | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/3630/CH17/EX17.2/Ex17_2.sce b/3630/CH17/EX17.2/Ex17_2.sce new file mode 100644 index 000000000..4f30f5bde --- /dev/null +++ b/3630/CH17/EX17.2/Ex17_2.sce @@ -0,0 +1,5 @@ +clc;
+f0=1000000;
+BW=40000;
+Q=f0/BW;
+disp('V',Q,"Q=");
|