diff options
Diffstat (limited to '1409/CH8/EX8.4')
-rw-r--r-- | 1409/CH8/EX8.4/8_4.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/1409/CH8/EX8.4/8_4.sce b/1409/CH8/EX8.4/8_4.sce new file mode 100644 index 000000000..47c12c8a2 --- /dev/null +++ b/1409/CH8/EX8.4/8_4.sce @@ -0,0 +1,7 @@ +clc;
+//page no 8-10
+//Example 8.4
+fs=1500;//in kHz
+IF=465;//in kHz
+fs1=fs-(2*IF);
+disp(+'kHz',fs1,'The frequency at another dialing station is ');
|