diff options
Diffstat (limited to '1409/CH2/EX2.24/2_24.sce')
-rw-r--r-- | 1409/CH2/EX2.24/2_24.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/1409/CH2/EX2.24/2_24.sce b/1409/CH2/EX2.24/2_24.sce new file mode 100644 index 000000000..2281e0fd9 --- /dev/null +++ b/1409/CH2/EX2.24/2_24.sce @@ -0,0 +1,12 @@ +clc;
+//Page no:2-33
+//Example:2.24
+//given fc+fm=6.854 MHz
+//fc-fm=6.824 MHz
+fc=13.678/2;
+disp(+'MHz',fc,'fc=');
+//Amplitude(sideband)=(u*Ac)/2;
+Amplitudesideband=50;
+u=0.4;
+Ac=(Amplitudesideband*2)/u;
+disp(+'V',Ac,'Ac=');
|