summaryrefslogtreecommitdiff
path: root/275/CH7/EX7.7.39/Ch7_7_39.sce
diff options
context:
space:
mode:
Diffstat (limited to '275/CH7/EX7.7.39/Ch7_7_39.sce')
-rwxr-xr-x275/CH7/EX7.7.39/Ch7_7_39.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/275/CH7/EX7.7.39/Ch7_7_39.sce b/275/CH7/EX7.7.39/Ch7_7_39.sce
new file mode 100755
index 000000000..c980be36d
--- /dev/null
+++ b/275/CH7/EX7.7.39/Ch7_7_39.sce
@@ -0,0 +1,12 @@
+clc
+disp("Example 7.39")
+printf("\n")
+disp("Calculate transmission power efficiency and average power in carrier component")
+printf("Given \n")
+disp("Total power=20KW,Modulation index=0.7")
+Pt=2*10^4
+Ma=0.7
+Pc=Pt/(1+(Ma^2/2))
+%n=(Ma^2/(2+Ma^2))*100
+printf("The carrier Power =%f watt\n",Pc)
+printf("The transmission power efficiency =%f",%n)