Sobhy’s Method
Sobhy’s algorithm also converts the rational impedance \(Z(s)\) (Equation (81)) to the \(H\)–\(h\) continued fraction of Equation (82), but it bypasses Markov parameters, which are calculated in Khatwani’s method entirely. Instead it builds two interlaced triangular rows \(A\) and \(B\) whose first columns yield \(H_i , h_i\) directly.
Sobhy’s method is faster than Khatwani’s, but requires the same arbitrary-precision as polynomial long division.
Initialisation
Write again
The \(H\)–\(h\) continued fraction for this is:
Create the calculation table (un-labelled positions are zero)
Seed rows
Iterative filling rule
For \(i = 1,2,\dots, N\) and \(j = 1,2,\dots\)
Proceed until every element needed for the first columns \(A_{i,1},\,B_{i,1}\) (i = 1…N) has been computed.
Extracting H and h
Simply
These coefficients give the \(H\)–\(h\) continued fraction (Equation (82)); convert to J- and S-fractions with the formulas collected on the J-fraction Route to the Cauer Ladder page to obtain the Cauer ladder.