From: Fred Bartoli on
John Larkin a �crit :
> I'm designing a gadget that uses an ARM uP, with 12-bit mux'd ADC and
> a 10-bit DAC, to essentially make a current and voltage regulated
> power supply. The ADC will measure voltage and current and the DAC
> will control a fairly soft source-follower series-pass mosfet. The
> customer load could be most anything.
>
> I think it would be time-effective to simulate the control loop while
> the PC board is being fabbed, so we don't have to play with dynamics
> as much in the critical delivery path.
>
> I can simulate it as an analog loop using LT Spice, as I'm familiar
> with that and could get it done quickly. It would be handy if I could
> also use the same model in digital mode, which would add sampling
> delays and maybe even quantization.
>
> Any thoughts on how to do this?
>
> I note here that more and more formerly-analog control loops, things
> like switching power supplies, motor drivers, power amps, will be
> going digital in the future. Some of the ARM chips are selling for
> under a dollar. Analog parts will, I think, increasingly be used for
> things like amplification, and less for computation.
>
> John
>

It can easily done with spice.

The software delay can be modeled as a TLINE provided it is constant in
your system.
For switchers you model the switch as an averaged one (continuous
model). The sampling action is modeled by a 2 poles TF (look at Ridley's
paper "Accurate and practical small signal model for current mode
control", or I can try to dig in one of my previous HDs).

With good modeling you can have average transient and AC (loop gain,...)
simulations which are real close to the actual circuit.

That won't give you quantization though, and I guess this can't be
modeled as with sigma delta since you have a first order loop and
probably an almost constant signal.

Maybe, but I never tried this, you can discretize the loop (only for
transient analysis) with use of B "arbitrary sources" within which you
use some integer part function. I don't know whether LTspice support B
sources, but you should find something equivalent...


--
Thanks,
Fred.
From: Tim Wescott on
Fred Bartoli wrote:
> John Larkin a �crit :
>> I'm designing a gadget that uses an ARM uP, with 12-bit mux'd ADC and
>> a 10-bit DAC, to essentially make a current and voltage regulated
>> power supply. The ADC will measure voltage and current and the DAC
>> will control a fairly soft source-follower series-pass mosfet. The
>> customer load could be most anything.
>>
>> I think it would be time-effective to simulate the control loop while
>> the PC board is being fabbed, so we don't have to play with dynamics
>> as much in the critical delivery path.
>> I can simulate it as an analog loop using LT Spice, as I'm familiar
>> with that and could get it done quickly. It would be handy if I could
>> also use the same model in digital mode, which would add sampling
>> delays and maybe even quantization.
>>
>> Any thoughts on how to do this?
>>
>> I note here that more and more formerly-analog control loops, things
>> like switching power supplies, motor drivers, power amps, will be
>> going digital in the future. Some of the ARM chips are selling for
>> under a dollar. Analog parts will, I think, increasingly be used for
>> things like amplification, and less for computation.
>>
>> John
>>
>
> It can easily done with spice.
>
> The software delay can be modeled as a TLINE provided it is constant in
> your system.
> For switchers you model the switch as an averaged one (continuous
> model). The sampling action is modeled by a 2 poles TF (look at Ridley's
> paper "Accurate and practical small signal model for current mode
> control", or I can try to dig in one of my previous HDs).
>
> With good modeling you can have average transient and AC (loop gain,...)
> simulations which are real close to the actual circuit.
>
> That won't give you quantization though, and I guess this can't be
> modeled as with sigma delta since you have a first order loop and
> probably an almost constant signal.
>
> Maybe, but I never tried this, you can discretize the loop (only for
> transient analysis) with use of B "arbitrary sources" within which you
> use some integer part function. I don't know whether LTspice support B
> sources, but you should find something equivalent...
>
>
Quantization looks like infinite gain, though, so unless it is wrapped
inside of a sampled-time section it'll really slow down -- or completely
crash -- the simulation.

You can analyze fairly well for quantization by treating it as noise at
the magnitude of the quantization, and the worst possible frequency.
Just inject a signal at the quantization point, do a frequency sweep to
figure out the sensitivity of the output to the quantization, and take
the worst spot.

Quantization always seems to seek to do the most damage possible, so
treating it as worst case isn't paranoid. In this case, it really is
out to get you!

--
Tim Wescott
Control system and signal processing consulting
www.wescottdesign.com
From: Rich Webb on
On Mon, 29 Mar 2010 09:11:48 -0700, John Larkin
<jjlarkin(a)highNOTlandTHIStechnologyPART.com> wrote:

>I'm designing a gadget that uses an ARM uP, with 12-bit mux'd ADC and
>a 10-bit DAC, to essentially make a current and voltage regulated
>power supply. The ADC will measure voltage and current and the DAC
>will control a fairly soft source-follower series-pass mosfet. The
>customer load could be most anything.
>
>I think it would be time-effective to simulate the control loop while
>the PC board is being fabbed, so we don't have to play with dynamics
>as much in the critical delivery path.
>
>I can simulate it as an analog loop using LT Spice, as I'm familiar
>with that and could get it done quickly. It would be handy if I could
>also use the same model in digital mode, which would add sampling
>delays and maybe even quantization.
>
>Any thoughts on how to do this?
>
>I note here that more and more formerly-analog control loops, things
>like switching power supplies, motor drivers, power amps, will be
>going digital in the future. Some of the ARM chips are selling for
>under a dollar. Analog parts will, I think, increasingly be used for
>things like amplification, and less for computation.

Might look at Visual ModelQ http://www.qxdesign.com/. It has been some
years since I played with it but it does include blocks for, e.g.,
sample & hold functions, delays, and digital filters. IIRC, the free
downloadable version is fully capable but won't allow saving more
complex models.

--
Rich Webb Norfolk, VA
From: Fred Bartoli on
Tim Wescott a �crit :
> Fred Bartoli wrote:
>> John Larkin a �crit :
>>> I'm designing a gadget that uses an ARM uP, with 12-bit mux'd ADC and
>>> a 10-bit DAC, to essentially make a current and voltage regulated
>>> power supply. The ADC will measure voltage and current and the DAC
>>> will control a fairly soft source-follower series-pass mosfet. The
>>> customer load could be most anything.
>>>
>>> I think it would be time-effective to simulate the control loop while
>>> the PC board is being fabbed, so we don't have to play with dynamics
>>> as much in the critical delivery path.
>>> I can simulate it as an analog loop using LT Spice, as I'm familiar
>>> with that and could get it done quickly. It would be handy if I could
>>> also use the same model in digital mode, which would add sampling
>>> delays and maybe even quantization.
>>>
>>> Any thoughts on how to do this?
>>>
>>> I note here that more and more formerly-analog control loops, things
>>> like switching power supplies, motor drivers, power amps, will be
>>> going digital in the future. Some of the ARM chips are selling for
>>> under a dollar. Analog parts will, I think, increasingly be used for
>>> things like amplification, and less for computation.
>>>
>>> John
>>>
>>
>> It can easily done with spice.
>>
>> The software delay can be modeled as a TLINE provided it is constant
>> in your system.
>> For switchers you model the switch as an averaged one (continuous
>> model). The sampling action is modeled by a 2 poles TF (look at
>> Ridley's paper "Accurate and practical small signal model for current
>> mode control", or I can try to dig in one of my previous HDs).
>>
>> With good modeling you can have average transient and AC (loop
>> gain,...) simulations which are real close to the actual circuit.
>>
>> That won't give you quantization though, and I guess this can't be
>> modeled as with sigma delta since you have a first order loop and
>> probably an almost constant signal.
>>
>> Maybe, but I never tried this, you can discretize the loop (only for
>> transient analysis) with use of B "arbitrary sources" within which you
>> use some integer part function. I don't know whether LTspice support B
>> sources, but you should find something equivalent...
>>
>>
> Quantization looks like infinite gain, though, so unless it is wrapped
> inside of a sampled-time section it'll really slow down -- or completely
> crash -- the simulation.
>
> You can analyze fairly well for quantization by treating it as noise at
> the magnitude of the quantization, and the worst possible frequency.
> Just inject a signal at the quantization point, do a frequency sweep to
> figure out the sensitivity of the output to the quantization, and take
> the worst spot.
>
> Quantization always seems to seek to do the most damage possible, so
> treating it as worst case isn't paranoid. In this case, it really is
> out to get you!
>

It's been a while I've looked at this but IIRC it's only one bit
quantizer that have infinite gain. Multibit quantizers, as I guess John
will use since he has plentiful bits ADC/DAC, have unit gain.
I once used an ARM with 12b ADC/DACs to build a low OSR SD converter
with real high resolution at almost no cost (the ARM was mandated for
other things). Of course it wasn't more linear than the DAC on large
signals, but the app was OK with that...

--
Thanks,
Fred.
From: Tim Wescott on
Fred Bartoli wrote:
> Tim Wescott a �crit :
>> Fred Bartoli wrote:
>>> John Larkin a �crit :
>>>> I'm designing a gadget that uses an ARM uP, with 12-bit mux'd ADC and
>>>> a 10-bit DAC, to essentially make a current and voltage regulated
>>>> power supply. The ADC will measure voltage and current and the DAC
>>>> will control a fairly soft source-follower series-pass mosfet. The
>>>> customer load could be most anything.
>>>>
>>>> I think it would be time-effective to simulate the control loop while
>>>> the PC board is being fabbed, so we don't have to play with dynamics
>>>> as much in the critical delivery path.
>>>> I can simulate it as an analog loop using LT Spice, as I'm familiar
>>>> with that and could get it done quickly. It would be handy if I could
>>>> also use the same model in digital mode, which would add sampling
>>>> delays and maybe even quantization.
>>>>
>>>> Any thoughts on how to do this?
>>>>
>>>> I note here that more and more formerly-analog control loops, things
>>>> like switching power supplies, motor drivers, power amps, will be
>>>> going digital in the future. Some of the ARM chips are selling for
>>>> under a dollar. Analog parts will, I think, increasingly be used for
>>>> things like amplification, and less for computation.
>>>>
>>>> John
>>>>
>>>
>>> It can easily done with spice.
>>>
>>> The software delay can be modeled as a TLINE provided it is constant
>>> in your system.
>>> For switchers you model the switch as an averaged one (continuous
>>> model). The sampling action is modeled by a 2 poles TF (look at
>>> Ridley's paper "Accurate and practical small signal model for current
>>> mode control", or I can try to dig in one of my previous HDs).
>>>
>>> With good modeling you can have average transient and AC (loop
>>> gain,...) simulations which are real close to the actual circuit.
>>>
>>> That won't give you quantization though, and I guess this can't be
>>> modeled as with sigma delta since you have a first order loop and
>>> probably an almost constant signal.
>>>
>>> Maybe, but I never tried this, you can discretize the loop (only for
>>> transient analysis) with use of B "arbitrary sources" within which
>>> you use some integer part function. I don't know whether LTspice
>>> support B sources, but you should find something equivalent...
>>>
>>>
>> Quantization looks like infinite gain, though, so unless it is wrapped
>> inside of a sampled-time section it'll really slow down -- or
>> completely crash -- the simulation.
>>
>> You can analyze fairly well for quantization by treating it as noise
>> at the magnitude of the quantization, and the worst possible
>> frequency. Just inject a signal at the quantization point, do a
>> frequency sweep to figure out the sensitivity of the output to the
>> quantization, and take the worst spot.
>>
>> Quantization always seems to seek to do the most damage possible, so
>> treating it as worst case isn't paranoid. In this case, it really is
>> out to get you!
>>
>
> It's been a while I've looked at this but IIRC it's only one bit
> quantizer that have infinite gain. Multibit quantizers, as I guess John
> will use since he has plentiful bits ADC/DAC, have unit gain.
> I once used an ARM with 12b ADC/DACs to build a low OSR SD converter
> with real high resolution at almost no cost (the ARM was mandated for
> other things). Of course it wasn't more linear than the DAC on large
> signals, but the app was OK with that...
>
At the point of the quantization step the input moves an infinitesimal
amount, and the output moves a finite amount. That's an infinite gain.
With a 12-bit device, it happens 4095 times, instead of once.

--
Tim Wescott
Control system and signal processing consulting
www.wescottdesign.com