summaryrefslogtreecommitdiff
path: root/2414/CH6/EX6.7/Ex6_7.sce
diff options
context:
space:
mode:
Diffstat (limited to '2414/CH6/EX6.7/Ex6_7.sce')
-rwxr-xr-x2414/CH6/EX6.7/Ex6_7.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/2414/CH6/EX6.7/Ex6_7.sce b/2414/CH6/EX6.7/Ex6_7.sce
new file mode 100755
index 000000000..051b6766b
--- /dev/null
+++ b/2414/CH6/EX6.7/Ex6_7.sce
@@ -0,0 +1,13 @@
+clc;
+//page no 195
+//prob no. 6.7
+//All frequencies in kHz
+//refer Ex 6.4
+fi=250; //input freq
+LSB=[fi-1 fi-3 fi-5]; //from Ex 6.7
+//
+fc=250.1; //carrier freq
+f0sum=fc+LSB;
+f0diff=fc-LSB;
+disp(f0sum,f0diff,'(a) The output frequencies (in kHz) are ');
+disp(f0diff,'(b) At low pass filter,the frequencies (in kHz) are ');