(42S) Smith Chart Conversions
|
11-23-2019, 02:37 PM
Post: #1
|
|||
|
|||
(42S) Smith Chart Conversions
Introduction
The program SMITH brings generates a custom menu that allows the user to convert between four factors: RL: return loss p: reflection coefficient s: voltage standing ratio SWR: standing wave ratio p = 10^-(RL/20) s = (1 + p)(1 - p) SWR = 20 * log s Programs here: HP 42S/DM42 Program: SMITH Code: 00 { 111-Byte Prgm } Example 1 Convert SWR of 12 to RL: [XEQ] (SMITH) 12 (SWR>s) (s>p) (p>RL) Result: 4.45901 Conversions Between Complex Reflection Coefficient and Impedance It is recommended that you set the calculator to Degree and Polar modes. To enter complex numbers in polar mode, Z→R: Convert from impedance to complex reflection coefficient Stack: Z, Z0 (characteristic impedance) Γ = (Z/Z0 - 1) / (Z/Z0 + 1) R→Z: Convert from complex reflection coefficient to impedance Stack: Z0, Γ Z = Z0 * (1 + Γ) / (1 - Γ) HP 42S/DM42 Programs: Z→R and R→Z Code: 00 { 19-Byte Prgm } Example 2 In a system with the resistance of 66 Ω has the impedance of 10 ∠ 15°. What is the reflection coefficient? (Degree and Polar Mode) 10 [ENTER] 15 [(shift)] (COMPLEX) 66 [XEQ] ( Z→R ) Result: 0.40469 ∠ -163.92848 Example 3 What is the impedance of a system with a reflection coefficient of 0.86∠50° with a resistor of 125 Ω? (Degree and Polar Mode) 125 [ENTER] 0.86 [ENTER] 50 [(shift)] (COMPLEX) [XEQ] ( R→Z ) Result: 246.80096 ∠ 78.82055° Source: Step-by-Step Solutions For Your HP Calculator: Engineering Applications (HP-32S). Hewlett Packard. Edition 1. Corvallis, OR June 1988 Blog Link: http://edspi31415.blogspot.com/2019/11/h...sions.html |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)