diff options
Diffstat (limited to '761/CH5/EX5.8/5_8.sce')
-rwxr-xr-x | 761/CH5/EX5.8/5_8.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/761/CH5/EX5.8/5_8.sce b/761/CH5/EX5.8/5_8.sce new file mode 100755 index 000000000..adb55676d --- /dev/null +++ b/761/CH5/EX5.8/5_8.sce @@ -0,0 +1,9 @@ +clc;
+//page no 199
+//prob no. 5.8
+//LSB transmitter refering fig.5.14 with new carrier freq 9.0015 MHz & local oscillator freq 12.5015MHz
+fco=9.0015;//carrier oscillator freq
+flo=12.5015;//local oscillator freq
+//Determination of new o/p freq
+fo=fco+flo;
+disp('MHz',fo,'The o/p carrier freq');
\ No newline at end of file |