summaryrefslogtreecommitdiff
path: root/620/CH27/EX27.5/example27_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '620/CH27/EX27.5/example27_5.sce')
-rw-r--r--620/CH27/EX27.5/example27_5.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/620/CH27/EX27.5/example27_5.sce b/620/CH27/EX27.5/example27_5.sce
new file mode 100644
index 000000000..5ec56f0c8
--- /dev/null
+++ b/620/CH27/EX27.5/example27_5.sce
@@ -0,0 +1,8 @@
+f_am=10;
+fr_am=455;
+fr_fm=10.7;
+f_fm=0.2;
+q_am=fr_am/f_am;
+q_fm=fr_fm/f_fm;
+disp("for AM the necessary Q value is"); disp(q_am);
+disp("for FM the necessary Q value is"); disp(q_fm); \ No newline at end of file