diff options
Diffstat (limited to '2409/CH9/EX9.1/Ex9_1.sce')
-rwxr-xr-x | 2409/CH9/EX9.1/Ex9_1.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/2409/CH9/EX9.1/Ex9_1.sce b/2409/CH9/EX9.1/Ex9_1.sce new file mode 100755 index 000000000..cd04faaaa --- /dev/null +++ b/2409/CH9/EX9.1/Ex9_1.sce @@ -0,0 +1,14 @@ + +//Variable Declaration + +Bs=4.2 //Signal Bandwidth(MHz) +delf=2.56 //Deviation Ratio + +//Calculation +delF=Bs*delf //Peak Deviation(MHz) +BIF=2*(delF+Bs) //Signal Bandwidth(MHz) +BIF=BIF +//Results + +printf("The peak deviation is: %.3f MHz", delF) +printf("Signal Bandwidth is : %.1f MHz",BIF) |