summaryrefslogtreecommitdiff
path: root/1409/CH2/EX2.24/2_24.sce
blob: 2281e0fd9ebded5f5c68d748a830395a90d88673 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
clc;
//Page no:2-33
//Example:2.24
//given fc+fm=6.854 MHz
//fc-fm=6.824 MHz
fc=13.678/2;
disp(+'MHz',fc,'fc=');
//Amplitude(sideband)=(u*Ac)/2;
Amplitudesideband=50;
u=0.4;
Ac=(Amplitudesideband*2)/u;
disp(+'V',Ac,'Ac=');