Figure 6: LPV simulation results.
The LPV model simulates significantly faster than the original model
BoostConverterExampleModel. But how do the results compare against those
obtained from the original boost converter model? To check this, open model
BoostConverterResponseComparison. This model has Boost Converter block
configured to use the high-fidelity "Low Level Model" variant. It also contains the LPV
block whose outputs are superimposed over the outputs of the boost converter in the
three scopes.
linsysd = c2d(linsys,Ts*1e4);
mdl = 'BoostConverterResponseComparison';
open_system(mdl);
%sim(mdl); % uncomment to run
LPV Approximation of a Boost Converter Model