summaryrefslogtreecommitdiff
path: root/992/CH3/EX3.10/Ex3_10.sce
blob: 6caa12423164a9fbc304584403d140db390a39a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

//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);