Electronics-Related.com
Forums

Broadband impedance matching of series RL load

Started by Unknown March 14, 2018
On Tue, 13 Mar 2018 23:39:57 -0700 (PDT), dakupoto@gmail.com wrote:

>Could some electronics guru please help ? I am running some SPICE >simulations on wideband impedance matching of the following setup. >The source and load resistances are equal >The source is a pure resistor >Yhe load consists of a resistor(same value as source resistor) and >a series inductor >The matching network is a 6th order low pass filter with a >series inductor as the last element. >The RMS input power and the RMS output power are measured. >The ratio RMS output power/RMS input power is very low, indicating >poor matching and large invident signal reflection. How would the >load inductor be bullified in a physically realizable way ? All >hints/suggestions are welcome. Thanks in advance. > >
Is the flat response out to the desired LP corner across just RLOAD or across RLOAD in series with LLOAD? ...Jim Thompson -- | James E.Thompson | mens | | Analog Innovations | et | | Analog/Mixed-Signal ASIC's and Discrete Systems | manus | | STV, Queen Creek, AZ 85142 Skype: skypeanalog | | | Voice:(480)460-2350 Fax: Available upon request | Brass Rat | | E-mail Icon at http://www.analog-innovations.com | 1962 | It's what you learn, after you know it all, that counts.
On Thu, 15 Mar 2018 14:22:43 -0500, "Tim Williams"
<tiwill@seventransistorlabs.com> wrote:

>"John Larkin" <jjlarkin@highlandtechnology.com> wrote in message >news:pm5ladter5r3srp5a6f0n9vd5uha158se6@4ax.com... >> I've done some work lately on one-end-reflectionless lowpass filters, >> based on Jeroen's concepts. > >There's that, and there's one-end-terminated filters. Handy when you don't >want the extra loss of a source terminator, instead just wire it up to the >device output (usually a CCS || C, open collector/drain output). Use a >shunt-capacitor topology, pin capacitance contributes to the first cap in >the filter (or becomes it, in which case you obtain maximum gain-bandwidth >from that stage). > >Or vice versa, like peaking coils for CRT deflection plates (old fashioned, >I know). > >Tim
https://www.dropbox.com/s/evoq6p2nvzyl6wo/547_crt.JPG?raw=1 -- John Larkin Highland Technology, Inc lunatic fringe electronics
Am 14.03.2018 um 07:39 schrieb dakupoto@gmail.com:
> Could some electronics guru please help ? I am running some SPICE > simulations on wideband impedance matching of the following setup. > The source and load resistances are equal > The source is a pure resistor > Yhe load consists of a resistor(same value as source resistor) and > a series inductor > The matching network is a 6th order low pass filter with a > series inductor as the last element. > The RMS input power and the RMS output power are measured. > The ratio RMS output power/RMS input power is very low, indicating > poor matching and large invident signal reflection. How would the > load inductor be bullified in a physically realizable way ? All > hints/suggestions are welcome. Thanks in advance.
That is very simple. - Branch off the load, calculate the impedance looking in the output, calculate the absolute value of the complex impedance and make the load that value. Leo
On Thursday, March 15, 2018 at 9:27:10 PM UTC+5:30, John Larkin wrote:
> On Thu, 15 Mar 2018 05:30:38 -0700 (PDT), dakupoto@gmail.com wrote: > > >On Thursday, March 15, 2018 at 5:15:38 AM UTC+5:30, Jim Thompson wrote: > >> On Tue, 13 Mar 2018 23:39:57 -0700 (PDT), dakupoto@gmail.com wrote: > >> > >> >Could some electronics guru please help ? I am running some SPICE > >> >simulations on wideband impedance matching of the following setup. > >> >The source and load resistances are equal > >> >The source is a pure resistor > >> >Yhe load consists of a resistor(same value as source resistor) and > >> >a series inductor > >> >The matching network is a 6th order low pass filter with a > >> >series inductor as the last element. > >> >The RMS input power and the RMS output power are measured. > >> >The ratio RMS output power/RMS input power is very low, indicating > >> >poor matching and large invident signal reflection. How would the > >> >load inductor be bullified in a physically realizable way ? All > >> >hints/suggestions are welcome. Thanks in advance. > >> > > >> > > >> > >> Schematic? What does "wideband" mean? fL, fH, dB's? > >> > >> ...Jim Thompson > >> -- > >> | James E.Thompson | mens | > >> | Analog Innovations | et | > >> | Analog/Mixed-Signal ASIC's and Discrete Systems | manus | > >> | STV, Queen Creek, AZ 85142 Skype: skypeanalog | | > >> | Voice:(480)460-2350 Fax: Available upon request | Brass Rat | > >> | E-mail Icon at http://www.analog-innovations.com | 1962 | > >> > >> It's what you learn, after you know it all, that counts. > > > >The SPICE netlist is listed below: > >Low pass filter impedance matching > >* Identical load source resistance > >* and series load inductor > > > >.PARAMS FREQ=3.453144e+08 LLIM=1.726572e+07 HLIM=6.043003e+08 AMPL=10 > > > >.SUBCKT LPFILT 1 2 > >* 1 IN > >* 2 OUT > >C1 1 0 2.353875e-10 > >L2 1 3 6.431530e-10 > >C3 3 0 8.787569e-10 > >L4 3 4 8.791318e-10 > >C5 4 0 6.441774e-10 > >L6 4 2 2.367870e-10 > >.ENDS > > > >* COMMENT OUT TRANSIENT ANALYSIS > >* TO RUN AC ANALYSIS AND VICE-VERSA > > > >LLOAD 6 7 1.200000e-08 > >LCOMP 5 6 1.772026e-11 > >RSRC 1 2 50.000000 > >RLOAD 7 0 50.000000 > >XLP 3 4 LPFILT > >VTST0 2 3 DC 0.0 AC 0.0 > >VTST1 4 5 DC 0.0 AC 0.0 > > > >* FOR TRANSIENT ANALYSIS > >VSIG 1 0 DC 0.005 SIN(0 {AMPL} {FREQ} 0 0 0) > >* FOR AC(SMALL SIGNAL) ANALYSIS > >VSIG 1 0 DC 0.005 AC {AMPL}) > > > >.OPTIONS METHOD=GEAR NOPAGE RELTOL=1m MINBREAK=5ps > >.IC > >.TRAN 75.0ns 500.0us 50.0ns UIC > >* INPUT/SOURCE SIDE > >.PRINT TRAN V(3) I(VTST0) > >* LOAD/OUTPUT SIDE > >.PRINT TRAN V(4) I(VTST1) > > > >.AC LIN 20000 {LLIM} {HLIM} > >.PRINT AC V(5) > >** FOR REFLECTION COEFFICIENT ETC., > >.PRINT AC V(2) > >.END > > > >Any hints/suggestions would be very helpful. > >Thanks in advance. > > Can you post a visible schematic? > > I still don't know what you are trying to do. > > I've done some work lately on one-end-reflectionless lowpass filters, > based on Jeroen's concepts. Mini-Circuits has some interesting new > symmetric filters, both-ends-reflectionless. > > > -- > > John Larkin Highland Technology, Inc > > lunatic fringe electronics
I am afraid I do not have a visible schematic. I use HSpice at work, and Ngspice at home, both of which use the text input. It is sometimes bothersome to enter a new large netlist, but editing is very easy.
On Thursday, March 15, 2018 at 9:27:10 PM UTC+5:30, John Larkin wrote:
> On Thu, 15 Mar 2018 05:30:38 -0700 (PDT), dakupoto@gmail.com wrote: > > >On Thursday, March 15, 2018 at 5:15:38 AM UTC+5:30, Jim Thompson wrote: > >> On Tue, 13 Mar 2018 23:39:57 -0700 (PDT), dakupoto@gmail.com wrote: > >> > >> >Could some electronics guru please help ? I am running some SPICE > >> >simulations on wideband impedance matching of the following setup. > >> >The source and load resistances are equal > >> >The source is a pure resistor > >> >Yhe load consists of a resistor(same value as source resistor) and > >> >a series inductor > >> >The matching network is a 6th order low pass filter with a > >> >series inductor as the last element. > >> >The RMS input power and the RMS output power are measured. > >> >The ratio RMS output power/RMS input power is very low, indicating > >> >poor matching and large invident signal reflection. How would the > >> >load inductor be bullified in a physically realizable way ? All > >> >hints/suggestions are welcome. Thanks in advance. > >> > > >> > > >> > >> Schematic? What does "wideband" mean? fL, fH, dB's? > >> > >> ...Jim Thompson > >> -- > >> | James E.Thompson | mens | > >> | Analog Innovations | et | > >> | Analog/Mixed-Signal ASIC's and Discrete Systems | manus | > >> | STV, Queen Creek, AZ 85142 Skype: skypeanalog | | > >> | Voice:(480)460-2350 Fax: Available upon request | Brass Rat | > >> | E-mail Icon at http://www.analog-innovations.com | 1962 | > >> > >> It's what you learn, after you know it all, that counts. > > > >The SPICE netlist is listed below: > >Low pass filter impedance matching > >* Identical load source resistance > >* and series load inductor > > > >.PARAMS FREQ=3.453144e+08 LLIM=1.726572e+07 HLIM=6.043003e+08 AMPL=10 > > > >.SUBCKT LPFILT 1 2 > >* 1 IN > >* 2 OUT > >C1 1 0 2.353875e-10 > >L2 1 3 6.431530e-10 > >C3 3 0 8.787569e-10 > >L4 3 4 8.791318e-10 > >C5 4 0 6.441774e-10 > >L6 4 2 2.367870e-10 > >.ENDS > > > >* COMMENT OUT TRANSIENT ANALYSIS > >* TO RUN AC ANALYSIS AND VICE-VERSA > > > >LLOAD 6 7 1.200000e-08 > >LCOMP 5 6 1.772026e-11 > >RSRC 1 2 50.000000 > >RLOAD 7 0 50.000000 > >XLP 3 4 LPFILT > >VTST0 2 3 DC 0.0 AC 0.0 > >VTST1 4 5 DC 0.0 AC 0.0 > > > >* FOR TRANSIENT ANALYSIS > >VSIG 1 0 DC 0.005 SIN(0 {AMPL} {FREQ} 0 0 0) > >* FOR AC(SMALL SIGNAL) ANALYSIS > >VSIG 1 0 DC 0.005 AC {AMPL}) > > > >.OPTIONS METHOD=GEAR NOPAGE RELTOL=1m MINBREAK=5ps > >.IC > >.TRAN 75.0ns 500.0us 50.0ns UIC > >* INPUT/SOURCE SIDE > >.PRINT TRAN V(3) I(VTST0) > >* LOAD/OUTPUT SIDE > >.PRINT TRAN V(4) I(VTST1) > > > >.AC LIN 20000 {LLIM} {HLIM} > >.PRINT AC V(5) > >** FOR REFLECTION COEFFICIENT ETC., > >.PRINT AC V(2) > >.END > > > >Any hints/suggestions would be very helpful. > >Thanks in advance. > > Can you post a visible schematic? > > I still don't know what you are trying to do. > > I've done some work lately on one-end-reflectionless lowpass filters, > based on Jeroen's concepts. Mini-Circuits has some interesting new > symmetric filters, both-ends-reflectionless. > > > -- > > John Larkin Highland Technology, Inc > > lunatic fringe electronics
As an addendum to my previous message, I am trying to come up with a generalized scheme to tackle one-end reflections. I have drawn ideas from published literature by Randy Rhea. I have successfully tackled the parallel/series RC case, and am trying to tackle parallel/series RL loads. The basic idea is that based on energy conservation, the total energy entering the matching network must be equal(within some applicable tolerances) to the energy delivered to the load. Therefore I want to measure the RMS input/output power.
On Friday, March 16, 2018 at 2:44:16 AM UTC+5:30, Clifford Heath wrote:
> On 14/03/18 17:39, dakupoto@gmail.com wrote: > > Could some electronics guru please help ? I am running some SPICE > > simulations on wideband impedance matching of the following setup. > > The source and load resistances are equal > > The source is a pure resistor > > Yhe load consists of a resistor(same value as source resistor) and > > a series inductor > > The matching network is a 6th order low pass filter with a > > series inductor as the last element. > > The output inductor is not the only contributor to the > output impedance of the filter. You can't match just the > inductor and expect the filter output to be matched, > unless the filter dissipates all the frequencies in its > stop-band (or reflects them to the input, but you told > us that's resistive, so if matched, they're dissipated > there). > > Energy is conserved. Whatever is not passed must be > dissipated. > > > The RMS input power and the RMS output power are measured. > > The ratio RMS output power/RMS input power is very low, indicating > > poor matching and large invident signal reflection. How would the > > load inductor be bullified in a physically realizable way ? > > What does "bullified" mean? > > Clifford Heath.
I am sorry about the typo. On the standard QWERTY keyboard, the "n" and "b" keys are adjacent to eachother. I totally agree about energy conservation and all that.
On Friday, March 16, 2018 at 3:24:29 AM UTC+5:30, Jim Thompson wrote:
> On Fri, 16 Mar 2018 08:14:09 +1100, Clifford Heath > <no.spam@please.net> wrote: > > [snip] > > > >What does "bullified" mean? > > > >Clifford Heath. > > My same question. > > (As well as yet to see a numeric specification... vague generalities > piss me off ;-) > > ...Jim Thompson > -- > | James E.Thompson | mens | > | Analog Innovations | et | > | Analog/Mixed-Signal ASIC's and Discrete Systems | manus | > | STV, Queen Creek, AZ 85142 Skype: skypeanalog | | > | Voice:(480)460-2350 Fax: Available upon request | Brass Rat | > | E-mail Icon at http://www.analog-innovations.com | 1962 | > > It's what you learn, after you know it all, that counts.
Using similar arguments as Clifford Heath, I want to have a general scheme to tackle one-end reflections for the case of parallel/series RL loads _ jabe already tackled parallel/series RC loads. Specifically, as the load and source resistances are identical in value, in order that the energy entering the matching network must equal(within same applicable tolerances) to the energy delivered to the load, bearing in mind that inductive reactance is directly proportional to the frequency, that is the load inductor's effect must be nullified. I have drawn some ideas from published literature by Randy Rhea.
On Friday, March 16, 2018 at 3:42:04 AM UTC+5:30, Jim Thompson wrote:
> On Thu, 15 Mar 2018 05:30:38 -0700 (PDT), dakupoto@gmail.com wrote: > > >On Thursday, March 15, 2018 at 5:15:38 AM UTC+5:30, Jim Thompson wrote: > >> On Tue, 13 Mar 2018 23:39:57 -0700 (PDT), dakupoto@gmail.com wrote: > >> > >> >Could some electronics guru please help ? I am running some SPICE > >> >simulations on wideband impedance matching of the following setup. > >> >The source and load resistances are equal > >> >The source is a pure resistor > >> >Yhe load consists of a resistor(same value as source resistor) and > >> >a series inductor > >> >The matching network is a 6th order low pass filter with a > >> >series inductor as the last element. > >> >The RMS input power and the RMS output power are measured. > >> >The ratio RMS output power/RMS input power is very low, indicating > >> >poor matching and large invident signal reflection. How would the > >> >load inductor be bullified in a physically realizable way ? All > >> >hints/suggestions are welcome. Thanks in advance. > >> > > >> > > >> > >> Schematic? What does "wideband" mean? fL, fH, dB's? > >> > >> ...Jim Thompson > [snip] > > > >The SPICE netlist is listed below: > >Low pass filter impedance matching > >* Identical load source resistance > >* and series load inductor > > > >.PARAMS FREQ=3.453144e+08 LLIM=1.726572e+07 HLIM=6.043003e+08 AMPL=10 > > > >.SUBCKT LPFILT 1 2 > >* 1 IN > >* 2 OUT > >C1 1 0 2.353875e-10 > >L2 1 3 6.431530e-10 > >C3 3 0 8.787569e-10 > >L4 3 4 8.791318e-10 > >C5 4 0 6.441774e-10 > >L6 4 2 2.367870e-10 > >.ENDS > > > >* COMMENT OUT TRANSIENT ANALYSIS > >* TO RUN AC ANALYSIS AND VICE-VERSA > > > >LLOAD 6 7 1.200000e-08 > >LCOMP 5 6 1.772026e-11 > >RSRC 1 2 50.000000 > >RLOAD 7 0 50.000000 > >XLP 3 4 LPFILT > >VTST0 2 3 DC 0.0 AC 0.0 > >VTST1 4 5 DC 0.0 AC 0.0 > > > >* FOR TRANSIENT ANALYSIS > >VSIG 1 0 DC 0.005 SIN(0 {AMPL} {FREQ} 0 0 0) > >* FOR AC(SMALL SIGNAL) ANALYSIS > >VSIG 1 0 DC 0.005 AC {AMPL}) > > > >.OPTIONS METHOD=GEAR NOPAGE RELTOL=1m MINBREAK=5ps > >.IC > >.TRAN 75.0ns 500.0us 50.0ns UIC > >* INPUT/SOURCE SIDE > >.PRINT TRAN V(3) I(VTST0) > >* LOAD/OUTPUT SIDE > >.PRINT TRAN V(4) I(VTST1) > > > >.AC LIN 20000 {LLIM} {HLIM} > >.PRINT AC V(5) > >** FOR REFLECTION COEFFICIENT ETC., > >.PRINT AC V(2) > >.END > > > >Any hints/suggestions would be very helpful. > >Thanks in advance. > > Gozinta/gozouta specification? You're exhibiting the standard failure > here of thinking you can force what you think the solution should be > rather than specifying the desired results... sort like the "Searching > for an Op-Amp" fiasco >:-} > > (I actually have symbols in my spice library: gozinta, gozouta, and > gozbi... prettied-up _small_ port symbols ;-) > > (BTW, What spice variant are you using? AFAIK LTspice doesn't support > the classic .PRINT statement... i.e. a numerical LIST. .PRINT only > seems to force _displaying_ the node specified in a plot.) > > ...Jim Thompson > -- > | James E.Thompson | mens | > | Analog Innovations | et | > | Analog/Mixed-Signal ASIC's and Discrete Systems | manus | > | STV, Queen Creek, AZ 85142 Skype: skypeanalog | | > | Voice:(480)460-2350 Fax: Available upon request | Brass Rat | > | E-mail Icon at http://www.analog-innovations.com | 1962 | > > It's what you learn, after you know it all, that counts.
I am not forcing anything on anyone. Please read my previous response to your previous message.
On Friday, March 16, 2018 at 4:57:04 AM UTC+5:30, Jim Thompson wrote:
> On Thu, 15 Mar 2018 15:11:48 -0700, Jim Thompson > <To-Email-Use-The-Envelope-Icon@On-My-Web-Site.com> wrote: > > >On Thu, 15 Mar 2018 05:30:38 -0700 (PDT), dakupoto@gmail.com wrote: > > > >>On Thursday, March 15, 2018 at 5:15:38 AM UTC+5:30, Jim Thompson wrote: > >>> On Tue, 13 Mar 2018 23:39:57 -0700 (PDT), dakupoto@gmail.com wrote: > >>> > >>> >Could some electronics guru please help ? I am running some SPICE > >>> >simulations on wideband impedance matching of the following setup. > >>> >The source and load resistances are equal > >>> >The source is a pure resistor > >>> >Yhe load consists of a resistor(same value as source resistor) and > >>> >a series inductor > >>> >The matching network is a 6th order low pass filter with a > >>> >series inductor as the last element. > >>> >The RMS input power and the RMS output power are measured. > >>> >The ratio RMS output power/RMS input power is very low, indicating > >>> >poor matching and large invident signal reflection. How would the > >>> >load inductor be bullified in a physically realizable way ? All > >>> >hints/suggestions are welcome. Thanks in advance. > >>> > > >>> > > >>> > >>> Schematic? What does "wideband" mean? fL, fH, dB's? > >>> > >>> ...Jim Thompson > >[snip] > >> > >>The SPICE netlist is listed below: > >>Low pass filter impedance matching > >>* Identical load source resistance > >>* and series load inductor > >> > >>.PARAMS FREQ=3.453144e+08 LLIM=1.726572e+07 HLIM=6.043003e+08 AMPL=10 > >> > >>.SUBCKT LPFILT 1 2 > >>* 1 IN > >>* 2 OUT > >>C1 1 0 2.353875e-10 > >>L2 1 3 6.431530e-10 > >>C3 3 0 8.787569e-10 > >>L4 3 4 8.791318e-10 > >>C5 4 0 6.441774e-10 > >>L6 4 2 2.367870e-10 > >>.ENDS > >> > >>* COMMENT OUT TRANSIENT ANALYSIS > >>* TO RUN AC ANALYSIS AND VICE-VERSA > >> > >>LLOAD 6 7 1.200000e-08 > >>LCOMP 5 6 1.772026e-11 > >>RSRC 1 2 50.000000 > >>RLOAD 7 0 50.000000 > >>XLP 3 4 LPFILT > >>VTST0 2 3 DC 0.0 AC 0.0 > >>VTST1 4 5 DC 0.0 AC 0.0 > >> > >>* FOR TRANSIENT ANALYSIS > >>VSIG 1 0 DC 0.005 SIN(0 {AMPL} {FREQ} 0 0 0) > >>* FOR AC(SMALL SIGNAL) ANALYSIS > >>VSIG 1 0 DC 0.005 AC {AMPL}) > >> > >>.OPTIONS METHOD=GEAR NOPAGE RELTOL=1m MINBREAK=5ps > >>.IC > >>.TRAN 75.0ns 500.0us 50.0ns UIC > >>* INPUT/SOURCE SIDE > >>.PRINT TRAN V(3) I(VTST0) > >>* LOAD/OUTPUT SIDE > >>.PRINT TRAN V(4) I(VTST1) > >> > >>.AC LIN 20000 {LLIM} {HLIM} > >>.PRINT AC V(5) > >>** FOR REFLECTION COEFFICIENT ETC., > >>.PRINT AC V(2) > >>.END > >> > >>Any hints/suggestions would be very helpful. > >>Thanks in advance. > > > >Gozinta/gozouta specification? You're exhibiting the standard failure > >here of thinking you can force what you think the solution should be > >rather than specifying the desired results... sort like the "Searching > >for an Op-Amp" fiasco >:-} > > > >(I actually have symbols in my spice library: gozinta, gozouta, and > >gozbi... prettied-up _small_ port symbols ;-) > > > >(BTW, What spice variant are you using? AFAIK LTspice doesn't support > >the classic .PRINT statement... i.e. a numerical LIST. .PRINT only > >seems to force _displaying_ the node specified in a plot.) > > > > ...Jim Thompson > > Like this, Berkeley-compliant, very handy for importing into > post-processing analyses: > > TIME V(OUT) > > 0.000E+00 1.000E+01 > 1.000E-08 1.000E+01 > 2.000E-08 1.000E+01 > 3.000E-08 1.000E+01 > 4.000E-08 1.000E+01 > 5.000E-08 1.000E+01 > 6.000E-08 1.000E+01 > 7.000E-08 1.000E+01 > 8.000E-08 1.000E+01 > 9.000E-08 1.000E+01 > 1.000E-07 1.000E+01 > 1.100E-07 1.000E+01 > 1.200E-07 1.000E+01 > 1.300E-07 1.000E+01 > 1.400E-07 1.000E+01 > 1.500E-07 1.000E+01 > 1.600E-07 1.000E+01 > 1.700E-07 1.000E+01 > 1.800E-07 1.000E+01 > 1.900E-07 1.000E+01 > 2.000E-07 1.000E+01 > 2.100E-07 1.000E+01 > 2.200E-07 1.000E+01 > 2.300E-07 1.000E+01 > 2.400E-07 1.000E+01 > 2.500E-07 1.000E+01 > 2.600E-07 1.000E+01 > 2.700E-07 1.000E+01 > 2.800E-07 1.000E+01 > 2.900E-07 1.000E+01 > 3.000E-07 1.000E+01 > 3.100E-07 1.000E+01 > 3.200E-07 1.000E+01 > 3.300E-07 1.000E+01 > 3.400E-07 1.000E+01 > 3.500E-07 1.000E+01 > 3.600E-07 1.000E+01 > 3.700E-07 1.000E+01 > 3.800E-07 1.000E+01 > 3.900E-07 1.000E+01 > 4.000E-07 1.000E+01 > 4.100E-07 1.000E+01 > 4.200E-07 1.000E+01 > 4.300E-07 1.000E+01 > 4.400E-07 1.000E+01 > 4.500E-07 1.000E+01 > 4.600E-07 1.000E+01 > 4.700E-07 1.000E+01 > 4.800E-07 1.000E+01 > 4.900E-07 1.000E+01 > 5.000E-07 1.000E+01 > 5.100E-07 1.000E+01 > 5.200E-07 1.000E+01 > 5.300E-07 1.000E+01 > 5.400E-07 1.000E+01 > 5.500E-07 1.000E+01 > 5.600E-07 1.000E+01 > 5.700E-07 1.000E+01 > 5.800E-07 1.000E+01 > 5.900E-07 1.000E+01 > 6.000E-07 1.000E+01 > 6.100E-07 1.000E+01 > 6.200E-07 1.000E+01 > 6.300E-07 1.000E+01 > 6.400E-07 1.000E+01 > 6.500E-07 1.000E+01 > 6.600E-07 1.000E+01 > 6.700E-07 1.000E+01 > 6.800E-07 1.000E+01 > 6.900E-07 1.000E+01 > 7.000E-07 1.000E+01 > 7.100E-07 1.000E+01 > 7.200E-07 1.000E+01 > 7.300E-07 1.000E+01 > 7.400E-07 1.000E+01 > 7.500E-07 1.000E+01 > 7.600E-07 1.000E+01 > 7.700E-07 1.000E+01 > 7.800E-07 1.000E+01 > 7.900E-07 1.000E+01 > 8.000E-07 1.000E+01 > 8.100E-07 1.000E+01 > 8.200E-07 1.000E+01 > 8.300E-07 1.000E+01 > 8.400E-07 1.000E+01 > 8.500E-07 1.000E+01 > 8.600E-07 1.000E+01 > 8.700E-07 1.000E+01 > 8.800E-07 1.000E+01 > 8.900E-07 1.000E+01 > 9.000E-07 1.000E+01 > 9.100E-07 1.000E+01 > 9.200E-07 1.000E+01 > 9.300E-07 1.000E+01 > 9.400E-07 1.000E+01 > 9.500E-07 1.000E+01 > 9.600E-07 1.000E+01 > 9.700E-07 1.000E+01 > 9.800E-07 1.000E+01 > 9.900E-07 1.000E+01 > 1.000E-06 1.000E+01 > 1.010E-06 1.000E+01 > 1.020E-06 1.000E+01 > 1.030E-06 1.000E+01 > 1.040E-06 1.000E+01 > 1.050E-06 1.000E+01 > 1.060E-06 1.000E+01 > 1.070E-06 1.000E+01 > 1.080E-06 1.000E+01 > 1.090E-06 1.000E+01 > 1.100E-06 1.000E+01 > 1.110E-06 1.000E+01 > 1.120E-06 1.000E+01 > 1.130E-06 1.000E+01 > 1.140E-06 1.000E+01 > 1.150E-06 1.000E+01 > 1.160E-06 1.000E+01 > 1.170E-06 1.000E+01 > 1.180E-06 1.000E+01 > 1.190E-06 1.000E+01 > 1.200E-06 1.000E+01 > 1.210E-06 1.000E+01 > 1.220E-06 1.000E+01 > 1.230E-06 1.000E+01 > 1.240E-06 1.000E+01 > 1.250E-06 1.000E+01 > 1.260E-06 1.000E+01 > 1.270E-06 1.000E+01 > 1.280E-06 1.000E+01 > 1.290E-06 1.000E+01 > 1.300E-06 1.000E+01 > 1.310E-06 1.000E+01 > 1.320E-06 1.000E+01 > 1.330E-06 1.000E+01 > 1.340E-06 1.000E+01 > 1.350E-06 1.000E+01 > 1.360E-06 1.000E+01 > 1.370E-06 1.000E+01 > 1.380E-06 1.000E+01 > 1.390E-06 1.000E+01 > 1.400E-06 1.000E+01 > 1.410E-06 1.000E+01 > 1.420E-06 1.000E+01 > 1.430E-06 1.000E+01 > 1.440E-06 1.000E+01 > 1.450E-06 1.000E+01 > 1.460E-06 1.000E+01 > 1.470E-06 1.000E+01 > 1.480E-06 1.000E+01 > 1.490E-06 1.000E+01 > 1.500E-06 1.000E+01 > 1.510E-06 1.000E+01 > 1.520E-06 1.000E+01 > 1.530E-06 1.000E+01 > 1.540E-06 1.000E+01 > 1.550E-06 1.000E+01 > 1.560E-06 1.000E+01 > 1.570E-06 1.000E+01 > 1.580E-06 1.000E+01 > 1.590E-06 1.000E+01 > 1.600E-06 1.000E+01 > 1.610E-06 1.000E+01 > 1.620E-06 1.000E+01 > 1.630E-06 1.000E+01 > 1.640E-06 1.000E+01 > 1.650E-06 1.000E+01 > 1.660E-06 1.000E+01 > 1.670E-06 1.000E+01 > 1.680E-06 1.000E+01 > 1.690E-06 1.000E+01 > 1.700E-06 1.000E+01 > 1.710E-06 1.000E+01 > 1.720E-06 1.000E+01 > 1.730E-06 1.000E+01 > 1.740E-06 1.000E+01 > 1.750E-06 1.000E+01 > 1.760E-06 1.000E+01 > 1.770E-06 1.000E+01 > 1.780E-06 1.000E+01 > 1.790E-06 1.000E+01 > 1.800E-06 1.000E+01 > 1.810E-06 1.000E+01 > 1.820E-06 1.000E+01 > 1.830E-06 1.000E+01 > 1.840E-06 1.000E+01 > 1.850E-06 1.000E+01 > 1.860E-06 1.000E+01 > 1.870E-06 1.000E+01 > 1.880E-06 1.000E+01 > 1.890E-06 1.000E+01 > 1.900E-06 1.000E+01 > 1.910E-06 1.000E+01 > 1.920E-06 1.000E+01 > 1.930E-06 1.000E+01 > 1.940E-06 1.000E+01 > 1.950E-06 1.000E+01 > 1.960E-06 1.000E+01 > 1.970E-06 1.000E+01 > 1.980E-06 1.000E+01 > 1.990E-06 1.000E+01 > 2.000E-06 1.000E+01 > 2.010E-06 1.000E+01 > 2.020E-06 1.000E+01 > 2.030E-06 1.000E+01 > 2.040E-06 1.000E+01 > 2.050E-06 1.000E+01 > 2.060E-06 1.000E+01 > 2.070E-06 1.000E+01 > 2.080E-06 1.000E+01 > 2.090E-06 1.000E+01 > 2.100E-06 1.000E+01 > 2.110E-06 1.000E+01 > 2.120E-06 1.000E+01 > 2.130E-06 1.000E+01 > 2.140E-06 1.000E+01 > 2.150E-06 1.000E+01 > 2.160E-06 1.000E+01 > 2.170E-06 1.000E+01 > 2.180E-06 1.000E+01 > 2.190E-06 1.000E+01 > 2.200E-06 1.000E+01 > 2.210E-06 1.000E+01 > 2.220E-06 1.000E+01 > 2.230E-06 1.000E+01 > 2.240E-06 1.000E+01 > 2.250E-06 1.000E+01 > 2.260E-06 1.000E+01 > 2.270E-06 1.000E+01 > 2.280E-06 1.000E+01 > 2.290E-06 1.000E+01 > 2.300E-06 1.000E+01 > 2.310E-06 1.000E+01 > 2.320E-06 1.000E+01 > 2.330E-06 1.000E+01 > 2.340E-06 1.000E+01 > 2.350E-06 1.000E+01 > 2.360E-06 1.000E+01 > 2.370E-06 1.000E+01 > 2.380E-06 1.000E+01 > 2.390E-06 1.000E+01 > 2.400E-06 1.000E+01 > 2.410E-06 1.000E+01 > 2.420E-06 1.000E+01 > 2.430E-06 1.000E+01 > 2.440E-06 1.000E+01 > 2.450E-06 1.000E+01 > 2.460E-06 1.000E+01 > 2.470E-06 1.000E+01 > 2.480E-06 1.000E+01 > 2.490E-06 1.000E+01 > 2.500E-06 1.000E+01 > 2.510E-06 1.000E+01 > 2.520E-06 1.000E+01 > 2.530E-06 1.000E+01 > 2.540E-06 1.000E+01 > 2.550E-06 1.000E+01 > 2.560E-06 1.000E+01 > 2.570E-06 1.000E+01 > 2.580E-06 1.000E+01 > 2.590E-06 1.000E+01 > 2.600E-06 1.000E+01 > 2.610E-06 1.000E+01 > 2.620E-06 1.000E+01 > 2.630E-06 1.000E+01 > 2.640E-06 1.000E+01 > 2.650E-06 1.000E+01 > 2.660E-06 1.000E+01 > 2.670E-06 1.000E+01 > 2.680E-06 1.000E+01 > 2.690E-06 1.000E+01 > 2.700E-06 1.000E+01 > 2.710E-06 1.000E+01 > 2.720E-06 1.000E+01 > 2.730E-06 1.000E+01 > 2.740E-06 1.000E+01 > 2.750E-06 1.000E+01 > 2.760E-06 1.000E+01 > 2.770E-06 1.000E+01 > 2.780E-06 1.000E+01 > 2.790E-06 9.937E+00 > 2.800E-06 9.309E+00 > 2.810E-06 7.992E+00 > 2.820E-06 5.975E+00 > 2.830E-06 3.246E+00 > 2.840E-06 -5.370E-04 > 2.850E-06 -3.321E-04 > 2.860E-06 -2.138E-04 > 2.870E-06 -1.484E-04 > 2.880E-06 -1.152E-04 > 2.890E-06 -1.014E-04 > 2.900E-06 -8.439E-05 > 2.910E-06 -7.351E-05 > 2.920E-06 -6.695E-05 > 2.930E-06 -6.300E-05 > 2.940E-06 -6.064E-05 > 2.950E-06 -5.924E-05 > 2.960E-06 -5.842E-05 > 2.970E-06 -5.789E-05 > 2.980E-06 -5.756E-05 > 2.990E-06 -5.736E-05 > 3.000E-06 -5.724E-05 > 3.010E-06 -5.716E-05 > 3.020E-06 -5.712E-05 > 3.030E-06 -5.709E-05 > 3.040E-06 -5.708E-05 > 3.050E-06 -5.707E-05 > 3.060E-06 -5.706E-05 > 3.070E-06 -5.706E-05 > 3.080E-06 -5.705E-05 > 3.090E-06 -5.705E-05 > 3.100E-06 -5.705E-05 > 3.110E-06 -5.705E-05 > 3.120E-06 -5.705E-05 > 3.130E-06 -5.705E-05 > 3.140E-06 -5.705E-05 > 3.150E-06 -5.705E-05 > 3.160E-06 -5.705E-05 > 3.170E-06 -5.705E-05 > 3.180E-06 -5.705E-05 > 3.190E-06 -5.705E-05 > 3.200E-06 -5.705E-05 > 3.210E-06 -5.705E-05 > 3.220E-06 -5.705E-05 > 3.230E-06 -5.705E-05 > 3.240E-06 -5.705E-05 > 3.250E-06 -5.705E-05 > 3.260E-06 -5.705E-05 > 3.270E-06 -5.705E-05 > 3.280E-06 -5.705E-05 > 3.290E-06 -5.705E-05 > 3.300E-06 -5.705E-05 > 3.310E-06 -5.705E-05 > 3.320E-06 -5.705E-05 > 3.330E-06 -5.705E-05 > 3.340E-06 -5.705E-05 > 3.350E-06 -5.705E-05 > 3.360E-06 -5.705E-05 > 3.370E-06 -5.705E-05 > 3.380E-06 -5.705E-05 > 3.390E-06 -5.705E-05 > 3.400E-06 -5.705E-05 > 3.410E-06 -5.705E-05 > 3.420E-06 -5.705E-05 > 3.430E-06 -5.705E-05 > 3.440E-06 -5.705E-05 > 3.450E-06 -5.705E-05 > 3.460E-06 -5.705E-05 > 3.470E-06 -5.705E-05 > 3.480E-06 -5.705E-05 > 3.490E-06 -5.705E-05 > 3.500E-06 -5.705E-05 > 3.510E-06 -5.705E-05 > 3.520E-06 -5.705E-05 > 3.530E-06 -5.705E-05 > 3.540E-06 -5.705E-05 > 3.550E-06 -5.705E-05 > 3.560E-06 -5.705E-05 > 3.570E-06 -5.705E-05 > 3.580E-06 -5.705E-05 > 3.590E-06 -5.705E-05 > 3.600E-06 -5.705E-05 > 3.610E-06 -5.705E-05 > 3.620E-06 -5.705E-05 > 3.630E-06 -5.705E-05 > 3.640E-06 -5.705E-05 > 3.650E-06 -5.705E-05 > 3.660E-06 -5.705E-05 > 3.670E-06 -5.705E-05 > 3.680E-06 -5.705E-05 > 3.690E-06 -5.705E-05 > 3.700E-06 -5.705E-05 > 3.710E-06 -5.705E-05 > 3.720E-06 -5.705E-05 > 3.730E-06 -5.705E-05 > 3.740E-06 -5.705E-05 > 3.750E-06 -5.705E-05 > 3.760E-06 -5.705E-05 > 3.770E-06 -5.705E-05 > 3.780E-06 -5.705E-05 > 3.790E-06 -5.705E-05 > 3.800E-06 -5.705E-05 > 3.810E-06 -5.705E-05 > 3.820E-06 -5.705E-05 > 3.830E-06 -5.705E-05 > 3.840E-06 -5.705E-05 > 3.850E-06 -5.705E-05 > 3.860E-06 -5.705E-05 > 3.870E-06 -5.705E-05 > 3.880E-06 -5.705E-05 > 3.890E-06 -5.705E-05 > 3.900E-06 -5.705E-05 > 3.910E-06 -5.705E-05 > 3.920E-06 -5.705E-05 > 3.930E-06 -5.705E-05 > 3.940E-06 -5.705E-05 > 3.950E-06 -5.705E-05 > 3.960E-06 -5.705E-05 > 3.970E-06 -5.705E-05 > 3.980E-06 -5.705E-05 > 3.990E-06 -5.705E-05 > 4.000E-06 -5.705E-05 > 4.010E-06 -5.705E-05 > 4.020E-06 -5.705E-05 > 4.030E-06 -5.705E-05 > 4.040E-06 -5.705E-05 > 4.050E-06 -5.705E-05 > 4.060E-06 -5.705E-05 > 4.070E-06 -5.705E-05 > 4.080E-06 -5.705E-05 > 4.090E-06 -5.705E-05 > 4.100E-06 -5.705E-05 > 4.110E-06 -5.705E-05 > 4.120E-06 -5.705E-05 > 4.130E-06 -5.705E-05 > 4.140E-06 -5.705E-05 > 4.150E-06 -5.705E-05 > 4.160E-06 -5.705E-05 > 4.170E-06 -5.705E-05 > 4.180E-06 -5.705E-05 > 4.190E-06 -5.705E-05 > 4.200E-06 -5.705E-05 > 4.210E-06 -5.705E-05 > 4.220E-06 -5.705E-05 > 4.230E-06 -5.705E-05 > 4.240E-06 -5.705E-05 > 4.250E-06 -5.705E-05 > 4.260E-06 -5.705E-05 > 4.270E-06 -5.705E-05 > 4.280E-06 -5.705E-05 > 4.290E-06 -5.705E-05 > 4.300E-06 -5.705E-05 > 4.310E-06 -5.705E-05 > 4.320E-06 -5.705E-05 > 4.330E-06 -5.705E-05 > 4.340E-06 -5.705E-05 > 4.350E-06 -5.705E-05 > 4.360E-06 -5.705E-05 > 4.370E-06 -5.705E-05 > 4.380E-06 -5.705E-05 > 4.390E-06 -5.705E-05 > 4.400E-06 -5.705E-05 > 4.410E-06 -5.705E-05 > 4.420E-06 -5.705E-05 > 4.430E-06 -5.705E-05 > 4.440E-06 -5.705E-05 > 4.450E-06 -5.705E-05 > 4.460E-06 -5.705E-05 > 4.470E-06 -5.705E-05 > 4.480E-06 -5.705E-05 > 4.490E-06 -5.705E-05 > 4.500E-06 -5.705E-05 > 4.510E-06 -5.705E-05 > 4.520E-06 -5.705E-05 > 4.530E-06 -5.705E-05 > 4.540E-06 -5.705E-05 > 4.550E-06 -5.705E-05 > 4.560E-06 -5.705E-05 > 4.570E-06 -5.705E-05 > 4.580E-06 -5.705E-05 > 4.590E-06 -5.705E-05 > 4.600E-06 -5.705E-05 > 4.610E-06 -5.705E-05 > 4.620E-06 -5.705E-05 > 4.630E-06 -5.705E-05 > 4.640E-06 -5.705E-05 > 4.650E-06 -5.705E-05 > 4.660E-06 -5.705E-05 > 4.670E-06 -5.705E-05 > 4.680E-06 -5.705E-05 > 4.690E-06 -5.705E-05 > 4.700E-06 -5.705E-05 > 4.710E-06 -5.705E-05 > 4.720E-06 -5.705E-05 > 4.730E-06 -5.705E-05 > 4.740E-06 -5.705E-05 > 4.750E-06 -5.705E-05 > 4.760E-06 -5.705E-05 > 4.770E-06 -5.705E-05 > 4.780E-06 -5.705E-05 > 4.790E-06 -5.705E-05 > 4.800E-06 -5.705E-05 > 4.810E-06 -5.705E-05 > 4.820E-06 -5.705E-05 > 4.830E-06 -5.705E-05 > 4.840E-06 -5.705E-05 > 4.850E-06 -5.705E-05 > 4.860E-06 -5.705E-05 > 4.870E-06 -5.705E-05 > 4.880E-06 -5.705E-05 > 4.890E-06 -5.705E-05 > 4.900E-06 -5.705E-05 > 4.910E-06 -5.705E-05 > 4.920E-06 -5.705E-05 > 4.930E-06 -5.705E-05 > 4.940E-06 -5.705E-05 > 4.950E-06 -5.705E-05 > 4.960E-06 -5.705E-05 > 4.970E-06 -5.705E-05 > 4.980E-06 -5.705E-05 > 4.990E-06 -5.705E-05 > 5.000E-06 -5.705E-05 > 5.010E-06 -5.705E-05 > 5.020E-06 -5.705E-05 > 5.030E-06 -5.705E-05 > 5.040E-06 -5.705E-05 > 5.050E-06 -5.705E-05 > 5.060E-06 -5.705E-05 > 5.070E-06 -5.705E-05 > 5.080E-06 -5.705E-05 > 5.090E-06 -5.705E-05 > 5.100E-06 -5.705E-05 > 5.110E-06 -5.705E-05 > 5.120E-06 -5.705E-05 > 5.130E-06 -5.705E-05 > 5.140E-06 -5.705E-05 > 5.150E-06 -5.705E-05 > 5.160E-06 -5.705E-05 > 5.170E-06 -5.705E-05 > 5.180E-06 -5.705E-05 > 5.190E-06 -5.705E-05 > 5.200E-06 -5.705E-05 > 5.210E-06 -5.705E-05 > 5.220E-06 -5.705E-05 > 5.230E-06 -5.705E-05 > 5.240E-06 -5.705E-05 > 5.250E-06 -5.705E-05 > 5.260E-06 -5.705E-05 > 5.270E-06 -5.705E-05 > 5.280E-06 -5.705E-05 > 5.290E-06 -5.705E-05 > 5.300E-06 -5.705E-05 > 5.310E-06 -5.705E-05 > 5.320E-06 -5.705E-05 > 5.330E-06 -5.705E-05 > 5.340E-06 -5.705E-05 > 5.350E-06 -5.705E-05 > 5.360E-06 -5.705E-05 > 5.370E-06 -5.705E-05 > 5.380E-06 -5.705E-05 > 5.390E-06 -5.705E-05 > 5.400E-06 -5.705E-05 > 5.410E-06 -5.705E-05 > 5.420E-06 -5.705E-05 > 5.430E-06 -5.705E-05 > 5.440E-06 -5.705E-05 > 5.450E-06 -5.705E-05 > 5.460E-06 -5.705E-05 > 5.470E-06 -5.705E-05 > 5.480E-06 -5.705E-05 > 5.490E-06 -5.705E-05 > 5.500E-06 -5.705E-05 > 5.510E-06 -5.705E-05 > 5.520E-06 -5.705E-05 > 5.530E-06 -5.705E-05 > 5.540E-06 -5.705E-05 > 5.550E-06 -5.705E-05 > 5.560E-06 -5.705E-05 > 5.570E-06 -5.705E-05 > 5.580E-06 -5.705E-05 > 5.590E-06 -5.705E-05 > 5.600E-06 -5.705E-05 > 5.610E-06 -5.705E-05 > 5.620E-06 -5.705E-05 > 5.630E-06 -5.705E-05 > 5.640E-06 -5.705E-05 > 5.650E-06 -5.705E-05 > 5.660E-06 -5.705E-05 > 5.670E-06 -5.705E-05 > 5.680E-06 -5.705E-05 > 5.690E-06 -5.705E-05 > 5.700E-06 -5.705E-05 > 5.710E-06 -5.705E-05 > 5.720E-06 -5.705E-05 > 5.730E-06 -5.705E-05 > 5.740E-06 -5.705E-05 > 5.750E-06 -5.705E-05 > 5.760E-06 -5.705E-05 > 5.770E-06 -5.705E-05 > 5.780E-06 -5.705E-05 > 5.790E-06 -5.705E-05 > 5.800E-06 -5.705E-05 > 5.810E-06 -5.705E-05 > 5.820E-06 -5.705E-05 > 5.830E-06 -5.705E-05 > 5.840E-06 -5.705E-05 > 5.850E-06 -5.705E-05 > 5.860E-06 -5.705E-05 > 5.870E-06 -5.705E-05 > 5.880E-06 -5.705E-05 > 5.890E-06 -5.705E-05 > 5.900E-06 -5.705E-05 > 5.910E-06 -5.705E-05 > 5.920E-06 -5.705E-05 > 5.930E-06 -5.705E-05 > 5.940E-06 -5.705E-05 > 5.950E-06 -5.705E-05 > 5.960E-06 -5.705E-05 > 5.970E-06 -5.705E-05 > 5.980E-06 -5.705E-05 > 5.990E-06 -5.705E-05 > 6.000E-06 -5.705E-05 > 6.010E-06 -5.705E-05 > 6.020E-06 -5.705E-05 > 6.030E-06 -5.705E-05 > 6.040E-06 -5.705E-05 > 6.050E-06 -5.705E-05 > 6.060E-06 -5.705E-05 > 6.070E-06 -5.705E-05 > 6.080E-06 -5.705E-05 > 6.090E-06 -5.705E-05 > 6.100E-06 -5.705E-05 > 6.110E-06 -5.705E-05 > 6.120E-06 -5.705E-05 > 6.130E-06 -5.705E-05 > 6.140E-06 -5.705E-05 > 6.150E-06 -5.705E-05 > 6.160E-06 -5.705E-05 > 6.170E-06 -5.705E-05 > 6.180E-06 -5.705E-05 > 6.190E-06 -5.705E-05 > 6.200E-06 -5.705E-05 > 6.210E-06 -5.705E-05 > 6.220E-06 -5.705E-05 > 6.230E-06 -5.705E-05 > 6.240E-06 -5.705E-05 > 6.250E-06 -5.705E-05 > 6.260E-06 -5.705E-05 > 6.270E-06 -5.705E-05 > 6.280E-06 -5.705E-05 > 6.290E-06 -5.705E-05 > 6.300E-06 -5.705E-05 > 6.310E-06 -5.705E-05 > 6.320E-06 -5.705E-05 > 6.330E-06 -5.705E-05 > 6.340E-06 -5.705E-05 > 6.350E-06 -5.705E-05 > 6.360E-06 -5.705E-05 > 6.370E-06 -5.705E-05 > 6.380E-06 -5.705E-05 > 6.390E-06 -5.705E-05 > 6.400E-06 -5.705E-05 > 6.410E-06 -5.705E-05 > 6.420E-06 -5.705E-05 > 6.430E-06 -5.705E-05 > 6.440E-06 -5.705E-05 > 6.450E-06 -5.705E-05 > 6.460E-06 -5.705E-05 > 6.470E-06 -5.705E-05 > 6.480E-06 -5.705E-05 > 6.490E-06 -5.705E-05 > 6.500E-06 -5.705E-05 > 6.510E-06 -5.705E-05 > 6.520E-06 -5.705E-05 > 6.530E-06 -5.705E-05 > 6.540E-06 -5.705E-05 > 6.550E-06 -5.705E-05 > 6.560E-06 -5.705E-05 > 6.570E-06 -5.705E-05 > 6.580E-06 -5.705E-05 > 6.590E-06 -5.705E-05 > 6.600E-06 -5.705E-05 > 6.610E-06 -5.705E-05 > 6.620E-06 -5.705E-05 > 6.630E-06 -5.705E-05 > 6.640E-06 -5.705E-05 > 6.650E-06 -5.705E-05 > 6.660E-06 -5.705E-05 > 6.670E-06 -5.705E-05 > 6.680E-06 -5.705E-05 > 6.690E-06 -5.705E-05 > 6.700E-06 -5.705E-05 > 6.710E-06 -5.705E-05 > 6.720E-06 -5.705E-05 > 6.730E-06 -5.705E-05 > 6.740E-06 -5.705E-05 > 6.750E-06 -5.705E-05 > 6.760E-06 -5.705E-05 > 6.770E-06 -5.705E-05 > 6.780E-06 -5.705E-05 > 6.790E-06 -5.705E-05 > 6.800E-06 -5.705E-05 > 6.810E-06 -5.705E-05 > 6.820E-06 -5.705E-05 > 6.830E-06 -5.705E-05 > 6.840E-06 -5.705E-05 > 6.850E-06 -5.705E-05 > 6.860E-06 -5.705E-05 > 6.870E-06 -5.705E-05 > 6.880E-06 -5.705E-05 > 6.890E-06 -5.705E-05 > 6.900E-06 -5.705E-05 > 6.910E-06 -5.705E-05 > 6.920E-06 -5.705E-05 > 6.930E-06 -5.705E-05 > 6.940E-06 -5.705E-05 > 6.950E-06 -5.705E-05 > 6.960E-06 -5.705E-05 > 6.970E-06 -5.705E-05 > 6.980E-06 -5.705E-05 > 6.990E-06 -5.705E-05 > 7.000E-06 -5.705E-05 > 7.010E-06 -5.705E-05 > 7.020E-06 -5.705E-05 > 7.030E-06 -5.705E-05 > 7.040E-06 -5.705E-05 > 7.050E-06 -5.705E-05 > 7.060E-06 -5.705E-05 > 7.070E-06 -5.705E-05 > 7.080E-06 -5.705E-05 > 7.090E-06 -5.705E-05 > 7.100E-06 -5.705E-05 > 7.110E-06 -5.705E-05 > 7.120E-06 -5.705E-05 > 7.130E-06 -5.705E-05 > 7.140E-06 -5.705E-05 > 7.150E-06 -5.705E-05 > 7.160E-06 -5.705E-05 > 7.170E-06 -5.705E-05 > 7.180E-06 -5.705E-05 > 7.190E-06 -5.705E-05 > 7.200E-06 -5.705E-05 > 7.210E-06 -5.705E-05 > 7.220E-06 -5.705E-05 > 7.230E-06 -5.705E-05 > 7.240E-06 -5.705E-05 > 7.250E-06 -5.705E-05 > 7.260E-06 -5.705E-05 > 7.270E-06 -5.705E-05 > 7.280E-06 -5.705E-05 > 7.290E-06 -5.705E-05 > 7.300E-06 -5.705E-05 > 7.310E-06 -5.705E-05 > 7.320E-06 -5.705E-05 > 7.330E-06 -5.705E-05 > 7.340E-06 -5.705E-05 > 7.350E-06 -5.705E-05 > 7.360E-06 -5.705E-05 > 7.370E-06 -5.705E-05 > 7.380E-06 -5.705E-05 > 7.390E-06 -5.705E-05 > 7.400E-06 -5.705E-05 > 7.410E-06 -5.705E-05 > 7.420E-06 -5.705E-05 > 7.430E-06 -5.705E-05 > 7.440E-06 -5.705E-05 > 7.450E-06 -5.705E-05 > 7.460E-06 -5.705E-05 > 7.470E-06 -5.705E-05 > 7.480E-06 -5.705E-05 > 7.490E-06 -5.705E-05 > 7.500E-06 -5.705E-05 > 7.510E-06 -5.705E-05 > 7.520E-06 -5.705E-05 > 7.530E-06 -5.705E-05 > 7.540E-06 -5.705E-05 > 7.550E-06 -5.705E-05 > 7.560E-06 -5.705E-05 > 7.570E-06 -5.705E-05 > 7.580E-06 -5.705E-05 > 7.590E-06 -5.705E-05 > 7.600E-06 -5.705E-05 > 7.610E-06 -5.705E-05 > 7.620E-06 -5.705E-05 > 7.630E-06 -5.705E-05 > 7.640E-06 -5.705E-05 > 7.650E-06 -5.705E-05 > 7.660E-06 -5.705E-05 > 7.670E-06 -5.705E-05 > 7.680E-06 -5.705E-05 > 7.690E-06 -5.705E-05 > 7.700E-06 -5.705E-05 > 7.710E-06 -5.705E-05 > 7.720E-06 -5.705E-05 > 7.730E-06 -5.705E-05 > 7.740E-06 -5.705E-05 > 7.750E-06 -5.705E-05 > 7.760E-06 -5.705E-05 > 7.770E-06 -5.705E-05 > 7.780E-06 -5.705E-05 > 7.790E-06 -5.705E-05 > 7.800E-06 -5.705E-05 > 7.810E-06 -5.705E-05 > 7.820E-06 -5.705E-05 > 7.830E-06 -5.705E-05 > 7.840E-06 -5.705E-05 > 7.850E-06 -5.705E-05 > 7.860E-06 -5.705E-05 > 7.870E-06 -5.705E-05 > 7.880E-06 -5.705E-05 > 7.890E-06 -5.705E-05 > 7.900E-06 -5.705E-05 > 7.910E-06 -5.705E-05 > 7.920E-06 -5.705E-05 > 7.930E-06 -5.705E-05 > 7.940E-06 -5.705E-05 > 7.950E-06 -5.705E-05 > 7.960E-06 -5.705E-05 > 7.970E-06 -5.705E-05 > 7.980E-06 -5.705E-05 > 7.990E-06 -5.705E-05 > 8.000E-06 -5.705E-05 > 8.010E-06 -5.705E-05 > 8.020E-06 -5.705E-05 > 8.030E-06 -5.705E-05 > 8.040E-06 -5.705E-05 > 8.050E-06 -5.705E-05 > 8.060E-06 -5.705E-05 > 8.070E-06 -5.705E-05 > 8.080E-06 -5.705E-05 > 8.090E-06 -5.705E-05 > 8.100E-06 -5.705E-05 > 8.110E-06 -5.705E-05 > 8.120E-06 -5.705E-05 > 8.130E-06 -5.705E-05 > 8.140E-06 -5.705E-05 > 8.150E-06 -5.705E-05 > 8.160E-06 -5.705E-05 > 8.170E-06 -5.705E-05 > 8.180E-06 -5.705E-05 > 8.190E-06 -5.705E-05 > 8.200E-06 -5.705E-05 > 8.210E-06 -5.705E-05 > 8.220E-06 -5.705E-05 > 8.230E-06 -5.705E-05 > 8.240E-06 -5.705E-05 > 8.250E-06 -5.705E-05 > 8.260E-06 -5.705E-05 > 8.270E-06 -5.705E-05 > 8.280E-06 -5.705E-05 > 8.290E-06 -5.705E-05 > 8.300E-06 -5.705E-05 > 8.310E-06 -5.705E-05 > 8.320E-06 -5.705E-05 > 8.330E-06 -5.705E-05 > 8.340E-06 -5.705E-05 > 8.350E-06 -5.705E-05 > 8.360E-06 -5.705E-05 > 8.370E-06 -5.705E-05 > 8.380E-06 -5.705E-05 > 8.390E-06 -5.705E-05 > 8.400E-06 -5.705E-05 > 8.410E-06 -5.705E-05 > 8.420E-06 -5.705E-05 > 8.430E-06 -5.705E-05 > 8.440E-06 -5.705E-05 > 8.450E-06 -5.705E-05 > 8.460E-06 -5.705E-05 > 8.470E-06 -5.705E-05 > 8.480E-06 -5.705E-05 > 8.490E-06 -5.705E-05 > 8.500E-06 -5.705E-05 > 8.510E-06 -5.705E-05 > 8.520E-06 -5.705E-05 > 8.530E-06 -5.705E-05 > 8.540E-06 -5.705E-05 > 8.550E-06 -5.705E-05 > 8.560E-06 -5.705E-05 > 8.570E-06 -5.705E-05 > 8.580E-06 -5.705E-05 > 8.590E-06 -5.705E-05 > 8.600E-06 -5.705E-05 > 8.610E-06 -5.705E-05 > 8.620E-06 -5.705E-05 > 8.630E-06 -5.705E-05 > 8.640E-06 -5.705E-05 > 8.650E-06 -5.705E-05 > 8.660E-06 -5.705E-05 > 8.670E-06 -5.705E-05 > 8.680E-06 -5.705E-05 > 8.690E-06 -5.705E-05 > 8.700E-06 -5.705E-05 > 8.710E-06 -5.705E-05 > 8.720E-06 -5.705E-05 > 8.730E-06 -5.705E-05 > 8.740E-06 -5.705E-05 > 8.750E-06 -5.705E-05 > 8.760E-06 -5.705E-05 > 8.770E-06 -5.705E-05 > 8.780E-06 -5.705E-05 > 8.790E-06 -5.705E-05 > 8.800E-06 -5.705E-05 > 8.810E-06 -5.705E-05 > 8.820E-06 -5.705E-05 > 8.830E-06 -5.705E-05 > 8.840E-06 -5.705E-05 > 8.850E-06 -5.705E-05 > 8.860E-06 -5.705E-05 > 8.870E-06 -5.705E-05 > 8.880E-06 -5.705E-05 > 8.890E-06 -5.705E-05 > 8.900E-06 -5.705E-05 > 8.910E-06 -5.705E-05 > 8.920E-06 -5.705E-05 > 8.930E-06 -5.705E-05 > 8.940E-06 -5.705E-05 > 8.950E-06 -5.705E-05 > 8.960E-06 -5.705E-05 > 8.970E-06 -5.705E-05 > 8.980E-06 -5.705E-05 > 8.990E-06 -5.705E-05 > 9.000E-06 -5.705E-05 > 9.010E-06 -5.705E-05 > 9.020E-06 -5.705E-05 > 9.030E-06 -5.705E-05 > 9.040E-06 -5.705E-05 > 9.050E-06 -5.705E-05 > 9.060E-06 -5.705E-05 > 9.070E-06 -5.705E-05 > 9.080E-06 -5.705E-05 > 9.090E-06 -5.705E-05 > 9.100E-06 -5.705E-05 > 9.110E-06 -5.705E-05 > 9.120E-06 -5.705E-05 > 9.130E-06 -5.705E-05 > 9.140E-06 -5.705E-05 > 9.150E-06 -5.705E-05 > 9.160E-06 -5.705E-05 > 9.170E-06 -5.705E-05 > 9.180E-06 -5.705E-05 > 9.190E-06 -5.705E-05 > 9.200E-06 -5.705E-05 > 9.210E-06 -5.705E-05 > 9.220E-06 -5.705E-05 > 9.230E-06 -5.705E-05 > 9.240E-06 -5.705E-05 > 9.250E-06 -5.705E-05 > 9.260E-06 -5.705E-05 > 9.270E-06 -5.705E-05 > 9.280E-06 -5.705E-05 > 9.290E-06 -5.705E-05 > 9.300E-06 -5.705E-05 > 9.310E-06 -5.705E-05 > 9.320E-06 -5.705E-05 > 9.330E-06 -5.705E-05 > 9.340E-06 -5.705E-05 > 9.350E-06 -5.705E-05 > 9.360E-06 -5.705E-05 > 9.370E-06 -5.705E-05 > 9.380E-06 -5.705E-05 > 9.390E-06 -5.705E-05 > 9.400E-06 -5.705E-05 > 9.410E-06 -5.705E-05 > 9.420E-06 -5.705E-05 > 9.430E-06 -5.705E-05 > 9.440E-06 -5.705E-05 > 9.450E-06 -5.705E-05 > 9.460E-06 -5.705E-05 > 9.470E-06 -5.705E-05 > 9.480E-06 -5.705E-05 > 9.490E-06 -5.705E-05 > 9.500E-06 -5.705E-05 > 9.510E-06 -5.705E-05 > 9.520E-06 -5.705E-05 > 9.530E-06 -5.705E-05 > 9.540E-06 -5.705E-05 > 9.550E-06 -5.705E-05 > 9.560E-06 -5.705E-05 > 9.570E-06 -5.705E-05 > 9.580E-06 -5.705E-05 > 9.590E-06 -5.705E-05 > 9.600E-06 -5.705E-05 > 9.610E-06 -5.705E-05 > 9.620E-06 -5.705E-05 > 9.630E-06 -5.705E-05 > 9.640E-06 -5.705E-05 > 9.650E-06 -5.705E-05 > 9.660E-06 -5.705E-05 > 9.670E-06 -5.705E-05 > 9.680E-06 -5.705E-05 > 9.690E-06 -5.705E-05 > 9.700E-06 -5.705E-05 > 9.710E-06 -5.705E-05 > 9.720E-06 -5.705E-05 > 9.730E-06 -5.705E-05 > 9.740E-06 -5.705E-05 > 9.750E-06 -5.705E-05 > 9.760E-06 -5.705E-05 > 9.770E-06 -5.705E-05 > 9.780E-06 -5.705E-05 > 9.790E-06 -5.705E-05 > 9.800E-06 -5.705E-05 > 9.810E-06 -5.705E-05 > 9.820E-06 -5.705E-05 > 9.830E-06 -5.705E-05 > 9.840E-06 -5.705E-05 > 9.850E-06 -5.705E-05 > 9.860E-06 -5.705E-05 > 9.870E-06 -5.705E-05 > 9.880E-06 -5.705E-05 > 9.890E-06 -5.705E-05 > 9.900E-06 -5.705E-05 > 9.910E-06 -5.705E-05 > 9.920E-06 -5.705E-05 > 9.930E-06 -5.705E-05 > 9.940E-06 -5.705E-05 > 9.950E-06 -5.705E-05 > 9.960E-06 -5.705E-05 > 9.970E-06 -5.705E-05 > 9.980E-06 -5.705E-05 > 9.990E-06 -5.705E-05 > 1.000E-05 -5.705E-05 > 1.001E-05 -5.705E-05 > 1.002E-05 -5.705E-05 > 1.003E-05 -5.705E-05 > 1.004E-05 -5.705E-05 > 1.005E-05 -5.705E-05 > 1.006E-05 -5.705E-05 > 1.007E-05 -5.705E-05 > 1.008E-05 -5.705E-05 > 1.009E-05 -5.705E-05 > 1.010E-05 -5.705E-05 > 1.011E-05 -5.705E-05 > 1.012E-05 -5.705E-05 > 1.013E-05 -5.705E-05 > 1.014E-05 -5.705E-05 > 1.015E-05 -5.705E-05 > 1.016E-05 -5.705E-05 > 1.017E-05 -5.705E-05 > 1.018E-05 -5.705E-05 > 1.019E-05 -5.705E-05 > 1.020E-05 -5.705E-05 > 1.021E-05 -5.705E-05 > 1.022E-05 -5.705E-05 > 1.023E-05 -5.705E-05 > 1.024E-05 -5.705E-05 > 1.025E-05 -5.705E-05 > 1.026E-05 -5.705E-05 > 1.027E-05 -5.705E-05 > 1.028E-05 -5.705E-05 > 1.029E-05 -5.705E-05 > 1.030E-05 -5.705E-05 > 1.031E-05 -5.705E-05 > 1.032E-05 -5.705E-05 > 1.033E-05 -5.705E-05 > 1.034E-05 -5.705E-05 > 1.035E-05 -5.705E-05 > 1.036E-05 -5.705E-05 > 1.037E-05 -5.705E-05 > 1.038E-05 -5.705E-05 > 1.039E-05 -5.705E-05 > 1.040E-05 -5.705E-05 > 1.041E-05 -5.705E-05 > 1.042E-05 -5.705E-05 > 1.043E-05 -5.705E-05 > 1.044E-05 -5.705E-05 > 1.045E-05 -5.705E-05 > 1.046E-05 -5.705E-05 > 1.047E-05 -5.705E-05 > 1.048E-05 -5.705E-05 > 1.049E-05 -5.705E-05 > 1.050E-05 -5.705E-05 > 1.051E-05 -5.705E-05 > 1.052E-05 -5.705E-05 > 1.053E-05 -5.705E-05 > 1.054E-05 -5.705E-05 > 1.055E-05 -5.705E-05 > 1.056E-05 -5.705E-05 > 1.057E-05 -5.705E-05 > 1.058E-05 -5.705E-05 > 1.059E-05 -5.705E-05 > 1.060E-05 -5.705E-05 > 1.061E-05 -5.705E-05 > 1.062E-05 -5.705E-05 > 1.063E-05 -5.705E-05 > 1.064E-05 -5.705E-05 > 1.065E-05 -5.705E-05 > 1.066E-05 -5.705E-05 > 1.067E-05 -5.705E-05 > 1.068E-05 -5.705E-05 > 1.069E-05 -5.705E-05 > 1.070E-05 -5.705E-05 > 1.071E-05 -5.705E-05 > 1.072E-05 -5.705E-05 > 1.073E-05 -5.705E-05 > 1.074E-05 -5.705E-05 > 1.075E-05 -5.705E-05 > 1.076E-05 -5.705E-05 > 1.077E-05 -5.705E-05 > 1.078E-05 -5.705E-05 > 1.079E-05 -5.705E-05 > 1.080E-05 -5.705E-05 > 1.081E-05 -5.705E-05 > 1.082E-05 -5.705E-05 > 1.083E-05 -5.705E-05 > 1.084E-05 -5.705E-05 > 1.085E-05 -5.705E-05 > 1.086E-05 -5.705E-05 > 1.087E-05 -5.705E-05 > 1.088E-05 -5.705E-05 > 1.089E-05 -5.705E-05 > 1.090E-05 -5.705E-05 > 1.091E-05 -5.705E-05 > 1.092E-05 -5.705E-05 > 1.093E-05 -5.705E-05 > 1.094E-05 -5.705E-05 > 1.095E-05 -5.705E-05 > 1.096E-05 -5.705E-05 > 1.097E-05 -5.705E-05 > 1.098E-05 -5.705E-05 > 1.099E-05 -5.705E-05 > 1.100E-05 -5.705E-05 > 1.101E-05 -5.705E-05 > 1.102E-05 -5.705E-05 > 1.103E-05 -5.705E-05 > 1.104E-05 -5.705E-05 > 1.105E-05 -5.705E-05 > 1.106E-05 -5.705E-05 > 1.107E-05 -5.705E-05 > 1.108E-05 -5.705E-05 > 1.109E-05 -5.705E-05 > 1.110E-05 -5.705E-05 > 1.111E-05 -5.705E-05 > 1.112E-05 -5.705E-05 > 1.113E-05 -5.705E-05 > 1.114E-05 -5.705E-05 > 1.115E-05 -5.705E-05 > 1.116E-05 -5.705E-05 > 1.117E-05 -5.705E-05 > 1.118E-05 -5.705E-05 > 1.119E-05 -5.705E-05 > 1.120E-05 -5.705E-05 > 1.121E-05 -5.705E-05 > 1.122E-05 -5.705E-05 > 1.123E-05 -5.705E-05 > 1.124E-05 -5.705E-05 > 1.125E-05 -5.705E-05 > 1.126E-05 -5.705E-05 > 1.127E-05 -5.705E-05 > 1.128E-05 -5.705E-05 > 1.129E-05 -5.705E-05 > 1.130E-05 -5.705E-05 > 1.131E-05 -5.705E-05 > 1.132E-05 -5.705E-05 > 1.133E-05 -5.705E-05 > 1.134E-05 -5.705E-05 > 1.135E-05 -5.705E-05 > 1.136E-05 -5.705E-05 > 1.137E-05 -5.705E-05 > 1.138E-05 -5.705E-05 > 1.139E-05 -5.705E-05 > 1.140E-05 -5.705E-05 > 1.141E-05 -5.705E-05 > 1.142E-05 -5.705E-05 > 1.143E-05 -5.705E-05 > 1.144E-05 -5.705E-05 > 1.145E-05 -5.705E-05 > 1.146E-05 -5.705E-05 > 1.147E-05 -5.705E-05 > 1.148E-05 -5.705E-05 > 1.149E-05 -5.705E-05 > 1.150E-05 -5.705E-05 > 1.151E-05 -5.705E-05 > 1.152E-05 -5.705E-05 > 1.153E-05 -5.705E-05 > 1.154E-05 -5.705E-05 > 1.155E-05 -5.705E-05 > 1.156E-05 -5.705E-05 > 1.157E-05 -5.705E-05 > 1.158E-05 -5.705E-05 > 1.159E-05 -5.705E-05 > 1.160E-05 -5.705E-05 > 1.161E-05 -5.705E-05 > 1.162E-05 -5.705E-05 > 1.163E-05 -5.705E-05 > 1.164E-05 -5.705E-05 > 1.165E-05 -5.705E-05 > 1.166E-05 -5.705E-05 > 1.167E-05 -5.705E-05 > 1.168E-05 -5.705E-05 > 1.169E-05 -5.705E-05 > 1.170E-05 -5.705E-05 > 1.171E-05 -5.705E-05 > 1.172E-05 -5.705E-05 > 1.173E-05 -5.705E-05 > 1.174E-05 -5.705E-05 > 1.175E-05 -5.705E-05 > 1.176E-05 -5.705E-05 > 1.177E-05 -5.705E-05 > 1.178E-05 -5.705E-05 > 1.179E-05 -5.705E-05 > 1.180E-05 -5.705E-05 > 1.181E-05 -5.705E-05 > 1.182E-05 -5.705E-05 > 1.183E-05 -5.705E-05 > 1.184E-05 -5.705E-05 > 1.185E-05 -5.705E-05 > 1.186E-05 -5.705E-05 > 1.187E-05 -5.705E-05 > 1.188E-05 -5.705E-05 > 1.189E-05 -5.705E-05 > 1.190E-05 -5.705E-05 > 1.191E-05 -5.705E-05 > 1.192E-05 -5.705E-05 > 1.193E-05 -5.705E-05 > 1.194E-05 -5.705E-05 > 1.195E-05 -5.705E-05 > 1.196E-05 -5.705E-05 > 1.197E-05 -5.705E-05 > 1.198E-05 -5.705E-05 > 1.199E-05 -5.705E-05 > 1.200E-05 -5.705E-05 > 1.201E-05 -5.705E-05 > 1.202E-05 -5.705E-05 > 1.203E-05 -5.705E-05 > 1.204E-05 -5.705E-05 > 1.205E-05 -5.705E-05 > 1.206E-05 -5.705E-05 > 1.207E-05 -5.705E-05 > 1.208E-05 -5.705E-05 > 1.209E-05 -5.705E-05 > 1.210E-05 -5.705E-05 > 1.211E-05 -5.705E-05 > 1.212E-05 -5.705E-05 > 1.213E-05 -5.705E-05 > 1.214E-05 -5.705E-05 > 1.215E-05 -5.705E-05 > 1.216E-05 -5.705E-05 > 1.217E-05 -5.705E-05 > 1.218E-05 -5.705E-05 > 1.219E-05 -5.705E-05 > 1.220E-05 -5.705E-05 > 1.221E-05 -5.705E-05 > 1.222E-05 -5.705E-05 > 1.223E-05 -5.705E-05 > 1.224E-05 -5.705E-05 > 1.225E-05 -5.705E-05 > 1.226E-05 -5.705E-05 > 1.227E-05 -5.705E-05 > 1.228E-05 -5.705E-05 > 1.229E-05 -5.705E-05 > 1.230E-05 -5.705E-05 > 1.231E-05 -5.705E-05 > 1.232E-05 -5.705E-05 > 1.233E-05 -5.705E-05 > 1.234E-05 -5.705E-05 > 1.235E-05 -5.705E-05 > 1.236E-05 -5.705E-05 > 1.237E-05 -5.705E-05 > 1.238E-05 -5.705E-05 > 1.239E-05 -5.705E-05 > 1.240E-05 -5.705E-05 > 1.241E-05 -5.705E-05 > 1.242E-05 -5.705E-05 > 1.243E-05 -5.705E-05 > 1.244E-05 -5.705E-05 > 1.245E-05 -5.705E-05 > 1.246E-05 -5.705E-05 > 1.247E-05 -5.705E-05 > 1.248E-05 -5.705E-05 > 1.249E-05 -5.705E-05 > 1.250E-05 -5.705E-05 > 1.251E-05 -5.705E-05 > 1.252E-05 -5.705E-05 > 1.253E-05 -5.705E-05 > 1.254E-05 -5.705E-05 > 1.255E-05 -5.705E-05 > 1.256E-05 -5.705E-05 > 1.257E-05 -5.705E-05 > 1.258E-05 -5.705E-05 > 1.259E-05 -5.705E-05 > 1.260E-05 -5.705E-05 > 1.261E-05 -5.705E-05 > 1.262E-05 -5.705E-05 > 1.263E-05 -5.705E-05 > 1.264E-05 -5.705E-05 > 1.265E-05 -5.705E-05 > 1.266E-05 -5.705E-05 > 1.267E-05 -5.705E-05 > 1.268E-05 -5.705E-05 > 1.269E-05 -5.705E-05 > 1.270E-05 -5.705E-05 > 1.271E-05 -5.705E-05 > 1.272E-05 -5.705E-05 > 1.273E-05 -5.705E-05 > 1.274E-05 -5.705E-05 > 1.275E-05 -5.705E-05 > 1.276E-05 -5.705E-05 > 1.277E-05 -5.705E-05 > 1.278E-05 -5.705E-05 > 1.279E-05 -5.705E-05 > 1.280E-05 -5.705E-05 > 1.281E-05 -5.705E-05 > 1.282E-05 -5.705E-05 > 1.283E-05 -5.705E-05 > 1.284E-05 -5.705E-05 > 1.285E-05 -5.705E-05 > 1.286E-05 -5.705E-05 > 1.287E-05 -5.705E-05 > 1.288E-05 -5.705E-05 > 1.289E-05 -5.705E-05 > 1.290E-05 -5.705E-05 > 1.291E-05 -5.705E-05 > 1.292E-05 -5.705E-05 > 1.293E-05 -5.705E-05 > 1.294E-05 -5.705E-05 > 1.295E-05 -5.705E-05 > 1.296E-05 -5.705E-05 > 1.297E-05 -5.705E-05 > 1.298E-05 -5.705E-05 > 1.299E-05 -5.705E-05 > 1.300E-05 -5.705E-05 > 1.301E-05 -5.705E-05 > 1.302E-05 -5.705E-05 > 1.303E-05 -5.705E-05 > 1.304E-05 -5.705E-05 > 1.305E-05 -5.705E-05 > 1.306E-05 -5.705E-05 > 1.307E-05 -5.705E-05 > 1.308E-05 -5.705E-05 > 1.309E-05 -5.705E-05 > 1.310E-05 -5.705E-05 > 1.311E-05 -5.705E-05 > 1.312E-05 -5.705E-05 > 1.313E-05 -5.705E-05 > 1.314E-05 -5.705E-05 > 1.315E-05 -5.705E-05 > 1.316E-05 -5.705E-05 > 1.317E-05 -5.705E-05 > 1.318E-05 -5.705E-05 > 1.319E-05 -5.705E-05 > 1.320E-05 -5.705E-05 > 1.321E-05 -5.705E-05 > 1.322E-05 -5.705E-05 > 1.323E-05 -5.705E-05 > 1.324E-05 -5.705E-05 > 1.325E-05 -5.705E-05 > 1.326E-05 -5.705E-05 > 1.327E-05 -5.705E-05 > 1.328E-05 -5.705E-05 > 1.329E-05 -5.705E-05 > 1.330E-05 -5.705E-05 > 1.331E-05 -5.705E-05 > 1.332E-05 -5.705E-05 > 1.333E-05 -5.705E-05 > 1.334E-05 -5.705E-05 > 1.335E-05 -5.705E-05 > 1.336E-05 -5.705E-05 > 1.337E-05 -5.705E-05 > 1.338E-05 -5.705E-05 > 1.339E-05 -5.705E-05 > 1.340E-05 -5.705E-05 > 1.341E-05 -5.705E-05 > 1.342E-05 -5.705E-05 > 1.343E-05 -5.705E-05 > 1.344E-05 -5.705E-05 > 1.345E-05 -5.705E-05 > 1.346E-05 -5.705E-05 > 1.347E-05 -5.705E-05 > 1.348E-05 -5.705E-05 > 1.349E-05 -5.705E-05 > 1.350E-05 -5.705E-05 > 1.351E-05 -5.705E-05 > 1.352E-05 -5.705E-05 > 1.353E-05 -5.705E-05 > 1.354E-05 -5.705E-05 > 1.355E-05 -5.705E-05 > 1.356E-05 -5.705E-05 > 1.357E-05 -5.705E-05 > 1.358E-05 -5.705E-05 > 1.359E-05 -5.705E-05 > 1.360E-05 -5.705E-05 > 1.361E-05 -5.705E-05 > 1.362E-05 -5.705E-05 > 1.363E-05 -5.705E-05 > 1.364E-05 -5.705E-05 > 1.365E-05 -5.705E-05 > 1.366E-05 -5.705E-05 > 1.367E-05 -5.705E-05 > 1.368E-05 -5.705E-05 > 1.369E-05 -5.705E-05 > 1.370E-05 -5.705E-05 > 1.371E-05 -5.705E-05 > 1.372E-05 -5.705E-05 > 1.373E-05 -5.705E-05 > 1.374E-05 -5.705E-05 > 1.375E-05 -5.705E-05 > 1.376E-05 -5.705E-05 > 1.377E-05 -5.705E-05 > 1.378E-05 -5.705E-05 > 1.379E-05 -5.705E-05 > 1.380E-05 -5.705E-05 > 1.381E-05 -5.705E-05 > 1.382E-05 -5.705E-05 > 1.383E-05 -5.705E-05 > 1.384E-05 -5.705E-05 > 1.385E-05 -5.705E-05 > 1.386E-05 -5.705E-05 > 1.387E-05 -5.705E-05 > 1.388E-05 -5.705E-05 > 1.389E-05 -5.705E-05 > 1.390E-05 -5.705E-05 > 1.391E-05 -5.705E-05 > 1.392E-05 -5.705E-05 > 1.393E-05 -5.705E-05 > 1.394E-05 -5.705E-05 > 1.395E-05 -5.705E-05 > 1.396E-05 -5.705E-05 > 1.397E-05 -5.705E-05 > 1.398E-05 -5.705E-05 > 1.399E-05 -5.705E-05 > 1.400E-05 -5.705E-05 > 1.401E-05 -5.705E-05 > 1.402E-05 -5.705E-05 > 1.403E-05 -5.705E-05 > 1.404E-05 -5.705E-05 > 1.405E-05 -5.705E-05 > 1.406E-05 -5.705E-05 > 1.407E-05 -5.705E-05 > 1.408E-05 -5.705E-05 > 1.409E-05 -5.705E-05 > 1.410E-05 -5.705E-05 > 1.411E-05 -5.705E-05 > 1.412E-05 -5.705E-05 > 1.413E-05 -5.705E-05 > 1.414E-05 -5.705E-05 > 1.415E-05 -5.705E-05 > 1.416E-05 -5.705E-05 > 1.417E-05 -5.705E-05 > 1.418E-05 -5.705E-05 > 1.419E-05 -5.705E-05 > 1.420E-05 -5.705E-05 > 1.421E-05 -5.705E-05 > 1.422E-05 -5.705E-05 > 1.423E-05 -5.705E-05 > 1.424E-05 -5.705E-05 > 1.425E-05 -5.705E-05 > 1.426E-05 -5.705E-05 > 1.427E-05 -5.705E-05 > 1.428E-05 -5.705E-05 > 1.429E-05 -5.705E-05 > 1.430E-05 -5.705E-05 > 1.431E-05 -5.705E-05 > 1.432E-05 -5.705E-05 > 1.433E-05 -5.705E-05 > 1.434E-05 -5.705E-05 > 1.435E-05 -5.705E-05 > 1.436E-05 -5.705E-05 > 1.437E-05 -5.705E-05 > 1.438E-05 -5.705E-05 > 1.439E-05 -5.705E-05 > 1.440E-05 -5.705E-05 > 1.441E-05 -5.705E-05 > 1.442E-05 -5.705E-05 > 1.443E-05 -5.705E-05 > 1.444E-05 -5.705E-05 > 1.445E-05 -5.705E-05 > 1.446E-05 -5.705E-05 > 1.447E-05 -5.705E-05 > 1.448E-05 -5.705E-05 > 1.449E-05 -5.705E-05 > 1.450E-05 -5.705E-05 > 1.451E-05 -5.705E-05 > 1.452E-05 -5.705E-05 > 1.453E-05 -5.705E-05 > 1.454E-05 -5.705E-05 > 1.455E-05 -5.705E-05 > 1.456E-05 -5.705E-05 > 1.457E-05 -5.705E-05 > 1.458E-05 -5.705E-05 > 1.459E-05 -5.705E-05 > 1.460E-05 -5.705E-05 > 1.461E-05 -5.705E-05 > 1.462E-05 -5.705E-05 > 1.463E-05 -5.705E-05 > 1.464E-05 -5.705E-05 > 1.465E-05 -5.705E-05 > 1.466E-05 -5.705E-05 > 1.467E-05 -5.705E-05 > 1.468E-05 -5.705E-05 > 1.469E-05 -5.705E-05 > 1.470E-05 -5.705E-05 > 1.471E-05 -5.705E-05 > 1.472E-05 -5.705E-05 > 1.473E-05 -5.705E-05 > 1.474E-05 -5.705E-05 > 1.475E-05 -5.705E-05 > 1.476E-05 -5.705E-05 > 1.477E-05 -5.705E-05 > 1.478E-05 -5.705E-05 > 1.479E-05 -5.705E-05 > 1.480E-05 -5.705E-05 > 1.481E-05 -5.705E-05 > 1.482E-05 -5.705E-05 > 1.483E-05 -5.705E-05 > 1.484E-05 -5.705E-05 > 1.485E-05 -5.705E-05 > 1.486E-05 -5.705E-05 > 1.487E-05 -5.705E-05 > 1.488E-05 -5.705E-05 > 1.489E-05 -5.705E-05 > 1.490E-05 -5.705E-05 > 1.491E-05 -5.705E-05 > 1.492E-05 -5.705E-05 > 1.493E-05 -5.705E-05 > 1.494E-05 -5.705E-05 > 1.495E-05 -5.705E-05 > 1.496E-05 -5.705E-05 > 1.497E-05 -5.705E-05 > 1.498E-05 -5.705E-05 > 1.499E-05 -5.705E-05 > 1.500E-05 -5.705E-05 > 1.501E-05 -5.705E-05 > 1.502E-05 -5.705E-05 > 1.503E-05 -5.705E-05 > 1.504E-05 -5.705E-05 > 1.505E-05 -5.705E-05 > 1.506E-05 -5.705E-05 > 1.507E-05 -5.705E-05 > 1.508E-05 -5.705E-05 > 1.509E-05 -5.705E-05 > 1.510E-05 -5.705E-05 > 1.511E-05 -5.705E-05 > 1.512E-05 -5.705E-05 > 1.513E-05 -5.705E-05 > 1.514E-05 -5.705E-05 > 1.515E-05 -5.705E-05 > 1.516E-05 -5.704E-05 > 1.517E-05 -5.704E-05 > 1.518E-05 -5.703E-05 > 1.519E-05 -5.702E-05 > 1.520E-05 -5.701E-05 > 1.521E-05 -5.700E-05 > 1.522E-05 -5.699E-05 > 1.523E-05 -5.697E-05 > 1.524E-05 -5.696E-05 > 1.525E-05 -5.694E-05 > 1.526E-05 -5.692E-05 > 1.527E-05 -5.690E-05 > 1.528E-05 -5.688E-05 > 1.529E-05 -5.686E-05 > 1.530E-05 -5.683E-05 > 1.531E-05 -5.681E-05 > 1.532E-05 -5.678E-05 > 1.533E-05 -5.675E-05 > 1.534E-05 -5.672E-05 > 1.535E-05 -5.669E-05 > 1.536E-05 -5.665E-05 > 1.537E-05 -5.662E-05 > 1.538E-05 -5.658E-05 > 1.539E-05 -5.655E-05 > 1.540E-05 -5.651E-05 > 1.541E-05 -5.211E-05 > 1.542E-05 -4.307E-05 > 1.543E-05 -3.373E-05 > 1.544E-05 -2.407E-05 > 1.545E-05 -1.411E-05 > 1.546E-05 -3.833E-06 > 1.547E-05 6.754E-06 > 1.548E-05 1.765E-05 > 1.549E-05 2.886E-05 > 1.550E-05 4.037E-05 > 1.551E-05 5.220E-05 > 1.552E-05 6.434E-05 > 1.553E-05 7.678E-05 > 1.554E-05 8.954E-05 > 1.555E-05 1.453E-02 > 1.556E-05 4.006E-01 > 1.557E-05 1.332E+00 > 1.558E-05 2.820E+00 > 1.559E-05 4.878E+00 > 1.560E-05 7.519E+00 > 1.561E-05 1.000E+01 > 1.562E-05 1.000E+01 > 1.563E-05 1.000E+01 > 1.564E-05 1.000E+01 > 1.565E-05 1.000E+01 > 1.566E-05 1.000E+01 > 1.567E-05 1.000E+01 > 1.568E-05 1.000E+01 > 1.569E-05 1.000E+01 > 1.570E-05 1.000E+01 > 1.571E-05 1.000E+01 > 1.572E-05 1.000E+01 > 1.573E-05 1.000E+01 > 1.574E-05 1.000E+01 > 1.575E-05 1.000E+01 > 1.576E-05 1.000E+01 > 1.577E-05 1.000E+01 > 1.578E-05 1.000E+01 > 1.579E-05 1.000E+01 > 1.580E-05 1.000E+01 > 1.581E-05 1.000E+01 > 1.582E-05 1.000E+01 > 1.583E-05 1.000E+01 > 1.584E-05 1.000E+01 > 1.585E-05 1.000E+01 > 1.586E-05 1.000E+01 > 1.587E-05 1.000E+01 > 1.588E-05 1.000E+01 > 1.589E-05 1.000E+01 > 1.590E-05 1.000E+01 > 1.591E-05 1.000E+01 > 1.592E-05 1.000E+01 > 1.593E-05 1.000E+01 > 1.594E-05 1.000E+01 > 1.595E-05 1.000E+01 > 1.596E-05 1.000E+01 > 1.597E-05 1.000E+01 > 1.598E-05 1.000E+01 > 1.599E-05 1.000E+01 > 1.600E-05 1.000E+01 > 1.601E-05 1.000E+01 > 1.602E-05 1.000E+01 > 1.603E-05 1.000E+01 > 1.604E-05 1.000E+01 > 1.605E-05 1.000E+01 > 1.606E-05 1.000E+01 > 1.607E-05 1.000E+01 > 1.608E-05 1.000E+01 > 1.609E-05 1.000E+01 > 1.610E-05 1.000E+01 > 1.611E-05 1.000E+01 > 1.612E-05 1.000E+01 > 1.613E-05 1.000E+01 > 1.614E-05 1.000E+01 > 1.615E-05 1.000E+01 > 1.616E-05 1.000E+01 > 1.617E-05 1.000E+01 > 1.618E-05 1.000E+01 > 1.619E-05 1.000E+01 > 1.620E-05 1.000E+01 > 1.621E-05 1.000E+01 > 1.622E-05 1.000E+01 > 1.623E-05 1.000E+01 > 1.624E-05 1.000E+01 > 1.625E-05 1.000E+01 > 1.626E-05 1.000E+01 > 1.627E-05 1.000E+01 > 1.628E-05 1.000E+01 > 1.629E-05 1.000E+01 > 1.630E-05 1.000E+01 > 1.631E-05 1.000E+01 > 1.632E-05 1.000E+01 > 1.633E-05 1.000E+01 > 1.634E-05 1.000E+01 > 1.635E-05 1.000E+01 > 1.636E-05 1.000E+01 > 1.637E-05 1.000E+01 > 1.638E-05 1.000E+01 > 1.639E-05 1.000E+01 > 1.640E-05 1.000E+01 > 1.641E-05 1.000E+01 > 1.642E-05 1.000E+01 > 1.643E-05 1.000E+01 > 1.644E-05 1.000E+01 > 1.645E-05 1.000E+01 > 1.646E-05 1.000E+01 > 1.647E-05 1.000E+01 > 1.648E-05 1.000E+01 > 1.649E-05 1.000E+01 > 1.650E-05 1.000E+01 > 1.651E-05 1.000E+01 > 1.652E-05 1.000E+01 > 1.653E-05 1.000E+01 > 1.654E-05 1.000E+01 > 1.655E-05 1.000E+01 > 1.656E-05 1.000E+01 > 1.657E-05 1.000E+01 > 1.658E-05 1.000E+01 > 1.659E-05 1.000E+01 > 1.660E-05 1.000E+01 > 1.661E-05 1.000E+01 > 1.662E-05 1.000E+01 > 1.663E-05 1.000E+01 > 1.664E-05 1.000E+01 > 1.665E-05 1.000E+01 > 1.666E-05 1.000E+01 > 1.667E-05 1.000E+01 > 1.668E-05 1.000E+01 > 1.669E-05 1.000E+01 > 1.670E-05 1.000E+01 > 1.671E-05 1.000E+01 > 1.672E-05 1.000E+01 > 1.673E-05 1.000E+01 > 1.674E-05 1.000E+01 > 1.675E-05 1.000E+01 > 1.676E-05 1.000E+01 > 1.677E-05 1.000E+01 > 1.678E-05 1.000E+01 > 1.679E-05 1.000E+01 > 1.680E-05 1.000E+01 > 1.681E-05 1.000E+01 > 1.682E-05 1.000E+01 > 1.683E-05 1.000E+01 > 1.684E-05 1.000E+01 > 1.685E-05 1.000E+01 > 1.686E-05 1.000E+01 > 1.687E-05 1.000E+01 > 1.688E-05 1.000E+01 > 1.689E-05 1.000E+01 > 1.690E-05 1.000E+01 > 1.691E-05 1.000E+01 > 1.692E-05 1.000E+01 > 1.693E-05 1.000E+01 > 1.694E-05 1.000E+01 > 1.695E-05 1.000E+01 > 1.696E-05 1.000E+01 > 1.697E-05 1.000E+01 > 1.698E-05 1.000E+01 > 1.699E-05 1.000E+01 > 1.700E-05 1.000E+01 > 1.701E-05 1.000E+01 > 1.702E-05 1.000E+01 > 1.703E-05 1.000E+01 > 1.704E-05 1.000E+01 > 1.705E-05 1.000E+01 > 1.706E-05 1.000E+01 > 1.707E-05 1.000E+01 > 1.708E-05 1.000E+01 > 1.709E-05 1.000E+01 > 1.710E-05 1.000E+01 > 1.711E-05 1.000E+01 > 1.712E-05 1.000E+01 > 1.713E-05 1.000E+01 > 1.714E-05 1.000E+01 > 1.715E-05 1.000E+01 > 1.716E-05 1.000E+01 > 1.717E-05 1.000E+01 > 1.718E-05 1.000E+01 > 1.719E-05 1.000E+01 > 1.720E-05 1.000E+01 > 1.721E-05 1.000E+01 > 1.722E-05 1.000E+01 > 1.723E-05 1.000E+01 > 1.724E-05 1.000E+01 > 1.725E-05 1.000E+01 > 1.726E-05 1.000E+01 > 1.727E-05 1.000E+01 > 1.728E-05 1.000E+01 > 1.729E-05 1.000E+01 > 1.730E-05 1.000E+01 > 1.731E-05 1.000E+01 > 1.732E-05 1.000E+01 > 1.733E-05 1.000E+01 > 1.734E-05 1.000E+01 > 1.735E-05 1.000E+01 > 1.736E-05 1.000E+01 > 1.737E-05 1.000E+01 > 1.738E-05 1.000E+01 > 1.739E-05 1.000E+01 > 1.740E-05 1.000E+01 > 1.741E-05 1.000E+01 > 1.742E-05 1.000E+01 > 1.743E-05 1.000E+01 > 1.744E-05 1.000E+01 > 1.745E-05 1.000E+01 > 1.746E-05 1.000E+01 > 1.747E-05 1.000E+01 > 1.748E-05 1.000E+01 > 1.749E-05 1.000E+01 > 1.750E-05 1.000E+01 > 1.751E-05 1.000E+01 > 1.752E-05 1.000E+01 > 1.753E-05 1.000E+01 > 1.754E-05 1.000E+01 > 1.755E-05 1.000E+01 > 1.756E-05 1.000E+01 > 1.757E-05 1.000E+01 > 1.758E-05 1.000E+01 > 1.759E-05 1.000E+01 > 1.760E-05 1.000E+01 > 1.761E-05 1.000E+01 > 1.762E-05 1.000E+01 > 1.763E-05 1.000E+01 > 1.764E-05 1.000E+01 > 1.765E-05 1.000E+01 > 1.766E-05 1.000E+01 > 1.767E-05 1.000E+01 > 1.768E-05 1.000E+01 > 1.769E-05 1.000E+01 > 1.770E-05 1.000E+01 > 1.771E-05 1.000E+01 > 1.772E-05 1.000E+01 > 1.773E-05 1.000E+01 > 1.774E-05 1.000E+01 > 1.775E-05 1.000E+01 > 1.776E-05 1.000E+01 > 1.777E-05 1.000E+01 > 1.778E-05 1.000E+01 > 1.779E-05 1.000E+01 > 1.780E-05 1.000E+01 > ...
Both HSpice and Ngspice allow comma/tab separated (csv/tsv) numeric text output that can be read in by C programs, or plotted with gnuplot or Excel.
On Fri, 16 Mar 2018 04:12:22 -0700 (PDT), dakupoto@gmail.com wrote:

>On Thursday, March 15, 2018 at 9:27:10 PM UTC+5:30, John Larkin wrote: >> On Thu, 15 Mar 2018 05:30:38 -0700 (PDT), dakupoto@gmail.com wrote: >> >> >On Thursday, March 15, 2018 at 5:15:38 AM UTC+5:30, Jim Thompson wrote: >> >> On Tue, 13 Mar 2018 23:39:57 -0700 (PDT), dakupoto@gmail.com wrote: >> >> >> >> >Could some electronics guru please help ? I am running some SPICE >> >> >simulations on wideband impedance matching of the following setup. >> >> >The source and load resistances are equal >> >> >The source is a pure resistor >> >> >Yhe load consists of a resistor(same value as source resistor) and >> >> >a series inductor >> >> >The matching network is a 6th order low pass filter with a >> >> >series inductor as the last element. >> >> >The RMS input power and the RMS output power are measured. >> >> >The ratio RMS output power/RMS input power is very low, indicating >> >> >poor matching and large invident signal reflection. How would the >> >> >load inductor be bullified in a physically realizable way ? All >> >> >hints/suggestions are welcome. Thanks in advance. >> >> > >> >> > >> >> >> >> Schematic? What does "wideband" mean? fL, fH, dB's? >> >> >> >> ...Jim Thompson >> >> -- >> >> | James E.Thompson | mens | >> >> | Analog Innovations | et | >> >> | Analog/Mixed-Signal ASIC's and Discrete Systems | manus | >> >> | STV, Queen Creek, AZ 85142 Skype: skypeanalog | | >> >> | Voice:(480)460-2350 Fax: Available upon request | Brass Rat | >> >> | E-mail Icon at http://www.analog-innovations.com | 1962 | >> >> >> >> It's what you learn, after you know it all, that counts. >> > >> >The SPICE netlist is listed below: >> >Low pass filter impedance matching >> >* Identical load source resistance >> >* and series load inductor >> > >> >.PARAMS FREQ=3.453144e+08 LLIM=1.726572e+07 HLIM=6.043003e+08 AMPL=10 >> > >> >.SUBCKT LPFILT 1 2 >> >* 1 IN >> >* 2 OUT >> >C1 1 0 2.353875e-10 >> >L2 1 3 6.431530e-10 >> >C3 3 0 8.787569e-10 >> >L4 3 4 8.791318e-10 >> >C5 4 0 6.441774e-10 >> >L6 4 2 2.367870e-10 >> >.ENDS >> > >> >* COMMENT OUT TRANSIENT ANALYSIS >> >* TO RUN AC ANALYSIS AND VICE-VERSA >> > >> >LLOAD 6 7 1.200000e-08 >> >LCOMP 5 6 1.772026e-11 >> >RSRC 1 2 50.000000 >> >RLOAD 7 0 50.000000 >> >XLP 3 4 LPFILT >> >VTST0 2 3 DC 0.0 AC 0.0 >> >VTST1 4 5 DC 0.0 AC 0.0 >> > >> >* FOR TRANSIENT ANALYSIS >> >VSIG 1 0 DC 0.005 SIN(0 {AMPL} {FREQ} 0 0 0) >> >* FOR AC(SMALL SIGNAL) ANALYSIS >> >VSIG 1 0 DC 0.005 AC {AMPL}) >> > >> >.OPTIONS METHOD=GEAR NOPAGE RELTOL=1m MINBREAK=5ps >> >.IC >> >.TRAN 75.0ns 500.0us 50.0ns UIC >> >* INPUT/SOURCE SIDE >> >.PRINT TRAN V(3) I(VTST0) >> >* LOAD/OUTPUT SIDE >> >.PRINT TRAN V(4) I(VTST1) >> > >> >.AC LIN 20000 {LLIM} {HLIM} >> >.PRINT AC V(5) >> >** FOR REFLECTION COEFFICIENT ETC., >> >.PRINT AC V(2) >> >.END >> > >> >Any hints/suggestions would be very helpful. >> >Thanks in advance. >> >> Can you post a visible schematic? >> >> I still don't know what you are trying to do. >> >> I've done some work lately on one-end-reflectionless lowpass filters, >> based on Jeroen's concepts. Mini-Circuits has some interesting new >> symmetric filters, both-ends-reflectionless. >> >> >> -- >> >> John Larkin Highland Technology, Inc >> >> lunatic fringe electronics > >I am afraid I do not have a visible schematic. I use HSpice at work, and Ngspice at home, both of which use the text input. It is sometimes bothersome to enter a new large netlist, but >editing is very easy.
Just a sketch would help. I don't know what you are trying to do. LT Spice lets you draw a schematic instantly. Typing (and reading!) netlists is really old-fashioned. -- John Larkin Highland Technology, Inc lunatic fringe electronics