blob: 36625a9ae2088d50666df7a2fad8f27728770570 (
plain)
1
2
3
4
5
6
7
|
//ex2.24 find the suitable matching transformer
Z01=50;
Z02=100;
Z0x=sqrt(Z01*Z02);
disp('the characteristic impedence of the transformer section is = '+string(Z0x)+' ohm');
disp('The length of the transformer should be odd multiples of lamda/4.');
|