summaryrefslogtreecommitdiff
path: root/2459/CH19/EX19.7/Ex19_7.sce
diff options
context:
space:
mode:
Diffstat (limited to '2459/CH19/EX19.7/Ex19_7.sce')
-rw-r--r--2459/CH19/EX19.7/Ex19_7.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/2459/CH19/EX19.7/Ex19_7.sce b/2459/CH19/EX19.7/Ex19_7.sce
new file mode 100644
index 000000000..ba286e153
--- /dev/null
+++ b/2459/CH19/EX19.7/Ex19_7.sce
@@ -0,0 +1,12 @@
+//chapter19
+//example19.7
+//page422
+
+Pc=500 // W
+m=1
+
+Ps=0.5*m^2*Pc
+Pt=Pc+Ps
+
+printf("sideband power = %.3f W \n",Ps)
+printf("power of modulated wave = %.3f W \n",Pt)