summaryrefslogtreecommitdiff
path: root/2459/CH19/EX19.7
diff options
context:
space:
mode:
Diffstat (limited to '2459/CH19/EX19.7')
-rw-r--r--2459/CH19/EX19.7/Ex19_7.PNGbin0 -> 6733 bytes
-rw-r--r--2459/CH19/EX19.7/Ex19_7.sce12
2 files changed, 12 insertions, 0 deletions
diff --git a/2459/CH19/EX19.7/Ex19_7.PNG b/2459/CH19/EX19.7/Ex19_7.PNG
new file mode 100644
index 000000000..5569b0f40
--- /dev/null
+++ b/2459/CH19/EX19.7/Ex19_7.PNG
Binary files differ
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)