3.1 Dasar Sistem Komunikasi Analog Rev 1
3.1 Dasar Sistem Komunikasi Analog Rev 1
3.1 Dasar Sistem Komunikasi Analog Rev 1
Obyektif Perkuliahan
Dapat memahami blok diagram sistem komunikasi analog
Dapat memahami beberapa jenis komunikasi analog
Referensi :
MS Iqbal, 2001, Diktat dasar Telkom. Jurusan Teknik
Elektro FT, Unram,
Kennedy & Davis, 1993, Electronic Comm. System,
Fourth Ed, Mc Graw Hill.
Dennis Roddy & John Coolen, 1995, Electronic
Comm. System, Fourth Ed, Prentice Hall Inc.
SM Sasongko, Buku Ajar Dasistel. Jurusan Teknik Elektro
FT, Unram.
Dasar Sist. Telkom
Transducer
Input
Modulator
Analog
Media
Transmisi
Penerima
Informasi
Transducer
Output
Demodulator
Analog
0.8
1.5
0.6
1
Amplitudo ( volt )
Amplitudo ( volt )
0.4
0.2
0
-0.2
0.5
0
-0.5
-0.4
-1
-0.6
-1.5
-0.8
-1
0.2
0.4
0.6
Sumber
Informasi
0.8
1
detik
1.2
1.4
1.6
1.8
-2
Transducer
Input
0.2
0.4
0.6
0.8
1
detik
1.2
1.4
1.6
1.8
Modulator
Analog
Amplitudo ( volt )
0.4
Media
Transmisi
0.2
0
-0.2
-0.4
-0.6
-0.8
Penerima
Informasi
0.2
0.4
0.6
0.8
1
detik
1.2
1.4
1.6
1.8
Transducer
Output
Demodulator
Analog
Amplitudo ( volt )
-1
0.5
0
-0.5
-1
-1.5
-2
-2.5
0.2
0.4
0.6
0.8
1
detik
1.2
1.4
1.6
1.8
MODULASI ANALOG
Obyektif Perkuliahan
Referensi :
MS Iqbal, 2001, Diktat dasar Telkom. Jurusan Teknik
Elektro FT, Unram,
Kennedy & Davis, 1993, Electronic Comm. System,
Fourth Ed, Mc Graw Hill.
Dennis Roddy & John Coolen, 1995, Electronic
Comm. System, Fourth Ed, Prentice Hall Inc.
Dasar Sist. Telkom
10
11
em t Em max cos 2 f m t m
ec t Ec max cos 2 f c t c
dengan :
m
E max E min
E max E min
E m max
E c max
12
+
cos cos = ( cos (+) + cos (-) )
cos (-) = cos cos + sin sin
cos (+) = cos cos - sin sin
sin sin = ( cos (-) - cos (+) )
Dasar Sist. Telkom
13
Spektrum Frekuensi AM
Spektrum frekuensi terlihat dg menjabarkan sinyal AM :
e t E c max 1 m cos 2 f m t cos 2 f c t
Carrier
m
m
E c max cos 2 f c f m t E c max cos 2 f c f m t
2
2
E c max
m E c max / 2
fc - fm
m E c max / 2
fc
fc + fm
14
ec t Ec max cos 2 f c t
em t Em max cos 2 f m t
m
Ec
2
max
cos 2
fc
max
cos 2 f c t
f m t
m
Ec
2
max
fc
f m t
m E c max / 2
fc - fm
cos 2
m E c max / 2
fc
fc + fm
15
Vcc
Power
Amp
Vm ( t )
Amplitudo Gelombang AM
berfluktuasi karena pengaruh
Vcc = Vcc + Vm(t)
Kapasitor Bypass RF
Output RF
Termodulasi AM
RF Driver
Bias
1
2 LC
16
Fs = 1440 ;
t = 0 : 1/Fs : 2 ;
x = 0.8*sin ( 2* pi * 1 *t ); % sinyal pemodulasi dengan fm = 1 Hz
x1 = x + 1 ;
x2 = - x1 ;
car = sin ( 2 * pi * 15 * t); % sinyal pembawa dengan fc = 15 Hz
AM = x1 .* car ;
%
figure, plot( t, AM , t, x1 , 'r-- , t , x2 , 'r-- );
Xlabel ( ' detik )
Ylabel ( ' Amplitudo ( volt ) )
Title ( ' Gelombang termodulasi Amplitudo Modulasi Full Carier )
grid on;
x3 = 0.8 * sin ( 2 * pi * 1 * t );
x4 = - x3 ;
DSB = x3 .* car ;
%
figure, plot ( t , DSB , t , x3 , 'r-- , t , x4 , 'r-- );
Xlabel ( ' detik )
Ylabel ( ' Amplitudo ( volt ) )
Title ( ' Gelombang termodulasi Double Side Band )
grid on;
% end
Dasar Sist. Telkom
17
emax
fm = 1Hz
emin
fc = 15 Hz
18
fm = 1Hz
fc = 15 Hz
19
Fs = 1440;
t = 0 : 1/Fs :2 ;
x1 = x + 1 ;
x2 = - x1 ;
AM = x1 .* car ;
%
figure, plot(t,AM,t,x1,'r--',t,x2,'r--');
xlabel(' detik ')
ylabel(' Amplitudo ( volt ) ')
title(' Gelombang termodulasi Amplitudo Modulasi Full Carier ')
grid on;
x3 = 0.4*sin (2*pi*1*t) + 0.5*sin (2*pi*2*t);
x4 = - x3 ;
DSB = x3 .* car ;
%
figure, plot(t,DSB,t,x3,'r--',t,x4,'r--');
xlabel(' detik ')
ylabel(' Amplitudo ( volt ) ')
title(' Gelombang termodulasi Double Side Band ')
grid on;
% end
20
Sinyal
pemodulasi
Sinyal AM
21
Sinyal
pemodulasi
Sinyal DSB
22
Pemodulasi
Ec max
23
Pemodulasi
24
Fs = 1440;
t = 0 : 1/Fs : 2 ;
x = 0.8*sin (2*pi*100*t)- 0.5*sin (2*pi*150*t)+ 0.3*sin (2*pi*200*t) ;
% Sinyal masukan dengan fm = 100 Hz, 150 Hz, 200 Hz
x1 = x + 1 ;
x2 = - x1 ;
car = sin (2*pi*400*t) ; % Sinyal carrier dengan fc = 400 Hz
AM = x1 .* car ;
%
x3 = 0.8*sin (2*pi*100*t) - 0.5*sin (2*pi*150*t) + 0.3*sin (2*pi*200*t);
x4 = - x3 ;
DSB = x3 .* car ;
%
% untuk fft AM
dataAM = fft(AM,512);
Pyy_AM = dataAM.* conj(dataAM) / 512;
f_AM = Fs*(0:256)/512;
figure, plot(f_AM,Pyy_AM(1:257))
title('Frequency content of y_AM')
xlabel('frequency (Hz)')
% end
25
Ec
m1Ec/2
m2Ec/2
m1Ec/2
m2Ec/2
m3Ec/2
m3Ec/2
26
m1Ec/2
m2Ec/2
m3Ec/2
m1Ec/2
m2Ec/2
m3Ec/2
27
Rata-rata Daya AM
Daya rata-rata gelombang sinusoidal melewati hambatan R adalah :
Pc
2
max
2 R
E c2 max
2R
m E c max
2R
2
m2
Pc
4
m2
Pc 1
2
28
Pc
E2
R
E c2 max
R
m2
Pc
1 2
2
Ec
m2
1
R
2
E2
E Ec
m
1
2
I Ic
m
1
2
I 2
2 1
I c
29
e m t e m1 t e m 2 t e m 3 t e m 4 t .........
m 21
m 22
Pc 1
2
2
m eff
m 23
2
m 24
2
......
m 12 m 22 m 32 m 42 .......
E Ec
2
m eff
I Ic
2
m eff
30
m1E c max /2
m2E c max /2
m3E c max /2
m3E c max /2
fc f3
fc f2
fc f1
LSB
fc fm max
fc
fc + f1
fc + f2
fc + f3
USB
fc
Bandwidth = 2 fm max
fc + fm maax
31
m1E c max /2
m2E c max /2
m3E c max /2
m3E c max /2
fc f3
fc f2
fc f1
LSB
fc fm max
fc
fc + f1
fc + f2
fc + f3
USB
fc
Bandwidth = 2 fm max
fc + fm max
32
Contoh Soal 1:
Suatu gelombang pembawa dengan frekuensi 10 MHz dan
tegangan puncak 10 volt, dimodulasi amplitudo oleh sinyal sinus
frekuensi 5 kHz dan amplitudo 6 Volt. Tentukan indeks modulasi
dan gambarkan sketsa spektrum amplitudonya.
Jawab :
m = Em max / Ec max = 6 / 10 = 0,6
33
3 volt
9,995
3 volt
10
10,005
f MHz
34
Contoh Soal 2 :
Arus antena rata-rata dari pemancar radio AM adalah 10 A bila
tidak dimodulasi, dan menjadi 12 A bila dimodulasi oleh sinyal
sinusoidal. Hitunglah indeks modulasinya.
Jawab :
I 2
2 1
I c
12 2
2 1
10
m 0,94
35
Soal 1
Gelombang termodulasi Amplitudo Modulasi Full Carier
1.5
Amplitudo ( volt )
0.5
-0.5
-1
-1.5
0.1
0.2
0.3
0.4
0.5
detik
0.6
0.7
0.8
0.9
36
Soal 2
Suatu sinyal carrier dimodulasi amplitudo oleh sinyal masukan sebuah sinus
murni, dan gelombang sinyal termodulasinya sebagaimana berikut ini :
a.
b.
37
Soal 3
Suatu sinyal carrier dimodulasi amplitudo oleh sinyal masukan sebuah sinus
murni, dan gelombang sinyal termodulasinya sebagaimana berikut ini :
a.
, dan dimodulasi
c.
38
Pertemuan ke-1
39
THANKS
NOW
REST TIME
40