【正文】
analysis, established the mathematical model of the amplitude modulation circuit, performance is studied by using the MATLAB simulation and analysis, code used in the simulation are given, so as to promote the understanding and application of amplitude modulation circuit skills.Key words: amplitude modulation。 Matlab二、設計任務設計任務:實現振幅調制信號實現Matlab程序的仿真,提供基本的調制信號和載波信號,要求輸出調制信號,載波信號和已調信號的時域波形以及頻譜圖。振幅調制,就是由調制信號去控制高頻載波的振幅,直至隨調制信號做線性變化。根據調制的定義,振幅調制信號(已調)一般可表示為: Sm(t)=Am(t)cosωct設調制信號m(t)的頻譜為M(ω),則已調信號的頻譜為:Sm(ω)=A2Mω+ωcc+M(ωωc)2調幅電路方案分析標準調幅波(AM)產生原理調制信號是只來來自信源的調制信號(基帶信號)這些信號可以是模擬的,亦可以是數字的。w12=50*pi。 U2m=2。其次,對調制信號和載波信號進行調制u1=U11m.*cos((w11).*t)+U12m.*cos((w12).*t)。得到已調信號,為了方便觀察,對U1,U2,U3進行快速傅立葉變換,并繪制圖像。)。title(39。subplot(3,2,3)。subplot(3,2,4)。zaibopinpu39。plot(t,u3)title(39。Y3=fft(u3)。)。 U11m=。 k=20。 u3=k*u1.*u2。tiaozhixinhao39。 plot(abs(Y1))。axis([0,100,0,100