diff options
Diffstat (limited to '2414/CH6/EX6.8/Ex6_8.sce')
-rwxr-xr-x | 2414/CH6/EX6.8/Ex6_8.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/2414/CH6/EX6.8/Ex6_8.sce b/2414/CH6/EX6.8/Ex6_8.sce new file mode 100755 index 000000000..056c00494 --- /dev/null +++ b/2414/CH6/EX6.8/Ex6_8.sce @@ -0,0 +1,12 @@ +clc;
+close();
+//page no 200
+//prob no. 6.8
+//All frequencies in kHz
+fc=250; //carrier freq
+LSB=[fc-1 fc-3 fc-5];
+USB=[fc+1 fc+3 fc+5];
+disp(fc,'carrier:',USB,'USB:',LSB,'(a) The spectrum contains following freq.LSB:' );
+W=5;
+BT=2*W;
+disp(BT,'The transmission bandwidth is ');
|