summaryrefslogtreecommitdiff
path: root/2459/CH19/EX19.10
diff options
context:
space:
mode:
Diffstat (limited to '2459/CH19/EX19.10')
-rw-r--r--2459/CH19/EX19.10/Ex19_10.PNGbin0 -> 6806 bytes
-rw-r--r--2459/CH19/EX19.10/Ex19_10.sce13
2 files changed, 13 insertions, 0 deletions
diff --git a/2459/CH19/EX19.10/Ex19_10.PNG b/2459/CH19/EX19.10/Ex19_10.PNG
new file mode 100644
index 000000000..1ee97f388
--- /dev/null
+++ b/2459/CH19/EX19.10/Ex19_10.PNG
Binary files differ
diff --git a/2459/CH19/EX19.10/Ex19_10.sce b/2459/CH19/EX19.10/Ex19_10.sce
new file mode 100644
index 000000000..6988255cc
--- /dev/null
+++ b/2459/CH19/EX19.10/Ex19_10.sce
@@ -0,0 +1,13 @@
+//chapter19
+//example19.10
+//page423
+
+fc=500 // kHz
+fs=1 // kHz
+
+lower_sideband=fc-fs
+upper_sideband=fc+fs
+BW=upper_sideband-lower_sideband
+
+printf("sideband frequencies = %.3f kHz and %.3f kHz \n",lower_sideband,upper_sideband)
+printf("bandwidth required = %.3f kHz \n",BW)