//Caption:Program to determine realtive amplitude of each sideband.
//Exa:3.10
clc;
clear;
close;
//Given:
mf=1.0;
Jo=0.77;
//According the bessels Function table
j1=0.44;
j2=0.11;
j3=0.02;
printf("\n Firstsideband pairs :J1 = %f",j1);
printf("\n Secondsideband pairs :J2 = %f",j2);
printf("\n Thirdsideband pairs :J3 = %f",j3);