diff options
Diffstat (limited to '752/CH8/EX8.5.1/8_5_1.sce')
-rwxr-xr-x | 752/CH8/EX8.5.1/8_5_1.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/752/CH8/EX8.5.1/8_5_1.sce b/752/CH8/EX8.5.1/8_5_1.sce new file mode 100755 index 000000000..8c6f98743 --- /dev/null +++ b/752/CH8/EX8.5.1/8_5_1.sce @@ -0,0 +1,10 @@ +clc;
+//page no 260
+//prob no. 8.5.1
+//A carrier with fc=10MHz & vp=10V modulated with fm=5kHz & Vm=6V
+fc=10*10^6;//Carrier freq
+fm=5*10^3;//Modullating freq
+vp=10;vm=6;
+//Determination of modulation index
+m=vm/vp;
+disp(m,'The modulation index is');
\ No newline at end of file |