summaryrefslogtreecommitdiff
path: root/2414/CH5/EX5.11/Ex5_11.sce
blob: b9dec8e8e58d2daa7f01b64ea25c74ae69aebdc5 (plain)
1
2
3
4
5
6
7
8
9
10
clc;
//page no 167
//prob no. 5.11
//All frequencies in MHz
fc=40;
fIF=5
fLO=fc-fIF;
disp(fLO,'(a)  The LO frequency is ');
fImage=fLO-fIF;
disp(fImage,'(b)  The image frequency is ');