summaryrefslogtreecommitdiff
path: root/1574/CH7/EX7.10/N_Ex_7_10.sce
diff options
context:
space:
mode:
Diffstat (limited to '1574/CH7/EX7.10/N_Ex_7_10.sce')
-rwxr-xr-x1574/CH7/EX7.10/N_Ex_7_10.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/1574/CH7/EX7.10/N_Ex_7_10.sce b/1574/CH7/EX7.10/N_Ex_7_10.sce
new file mode 100755
index 000000000..1dc1d97e4
--- /dev/null
+++ b/1574/CH7/EX7.10/N_Ex_7_10.sce
@@ -0,0 +1,12 @@
+
+
+clc
+//Chapter7
+//Example7.10
+//Given
+SNRam=25// Signal to noise ratio of AM
+PcFM_AM=0.9//
+mf=5
+SNRfm=(10*log10(3*(mf^2)*(PcFM_AM)))+SNRam
+mprintf('S/N ratio for FM is %f dBs',SNRfm)
+// Note : There are some calculation errors in the solution presented in the book