summaryrefslogtreecommitdiff
path: root/1595/CH2/EX2.4/ex2_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '1595/CH2/EX2.4/ex2_4.sce')
-rwxr-xr-x1595/CH2/EX2.4/ex2_4.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/1595/CH2/EX2.4/ex2_4.sce b/1595/CH2/EX2.4/ex2_4.sce
new file mode 100755
index 000000000..1f6504bfa
--- /dev/null
+++ b/1595/CH2/EX2.4/ex2_4.sce
@@ -0,0 +1,7 @@
+// Amplitude Modulation-Transmission : example 2-4 : pg(81)
+m=0.9; //modulation index
+Pc=500; //carrier Power
+x=(m^2)/2;
+y=(1+x)*Pc;
+printf("\nPt = Pc*(1+(m^2)/2)");
+printf("\nPt = %.1f W",y);//total transmitted powwer