summaryrefslogtreecommitdiff
path: root/1583/CH1/EX1.4/IRCS_Ex_1_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '1583/CH1/EX1.4/IRCS_Ex_1_4.sce')
-rwxr-xr-x1583/CH1/EX1.4/IRCS_Ex_1_4.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/1583/CH1/EX1.4/IRCS_Ex_1_4.sce b/1583/CH1/EX1.4/IRCS_Ex_1_4.sce
new file mode 100755
index 000000000..3a885f117
--- /dev/null
+++ b/1583/CH1/EX1.4/IRCS_Ex_1_4.sce
@@ -0,0 +1,8 @@
+clc
+//Chapter 1:Introduction to Radio Communication Systems
+//example 1.4 page no 8
+//given
+fIF=455*10^3//intermediate frequency
+fO=1.455*10^6//oscillator frequency
+fIM=fIF+fO//image frequency
+mprintf('the image frequency is %f MHz',fIM*1e-6)