blob: a79e17d0d469402bdf319378f57d7d09a26c2854 (
plain)
1
2
3
4
5
|
// example:-8.10,page no.-440.
// design a 180 deg. ring hybrid for a 50 ohm system impedence.
Zo=50;
Z=sqrt(2)*Zo;
disp(Z,'the characteristic impedence of the ring transmission line in ohm is = ')
|