Viving Frendiana - Penyelesaian Sistem Transmisi dengan Pemr

162 disp(['tanbl2 = ',num2str(tanbl2)]); L2 = ((tanbl2+360)/360); disp(['Lstub2 = lamda meter ',num2str(L2)]); Hasil Program Matlab Gambar 8.6 Hasil Program Matlab Matching Stub Smithchart Matlab clc;clear all;format long; Z0=50;sm1=smithchart; ZL1=25-1j*40;f0=3e9; % Hz gamma_L=(ZL1-Z0)/(ZL1+Z0); % show ZL1 on Smith chart adding text showing values if imag(ZL1)<0 sign1='-'; else sign1='+'; end hold all;plot(real(gamma_L),imag(gamma_L),'ro','LineWidt h',1.5); str1=['ZL =' num2str(real(ZL1)) sign1 'j' num2str(abs(imag(ZL1))) ' \rightarrow']; text(real(gamma_L),imag(gamma_L)+.01,str1,'Color',' blue','FontSize',20,'HorizontalAlignment','right',' VerticalAlignment','middle');

RkJQdWJsaXNoZXIy MTM3NDc5MQ==