Solver for common mode noise
20 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
mo fa
el 26 de Dic. de 2020
Respondida: Rick Hyde
el 4 de En. de 2021
hi
i have a three phase inverter simulation based on SPICE models.I am trying to obtain the common-mode noise level of this inverter using Spectrum Analyzer in simulation.I want to know your suggestions about choosing the right solver (Also state the reason for your suggest).
0 comentarios
Respuesta aceptada
Rick Hyde
el 4 de En. de 2021
For Simscape models, you should in general choose an implicit solver e.g. ode23t, ode15s or daessc. However, results should be comparable for all solvers provided that you pick abstol and reltol values that reflect the accuracy you need. It is best practice not to use the "auto" abstol option; better to take control and set the value that you need. Ensuring the max step size is not too large can also help simulation speed by reducing the number of solver resets.
Please see this example which may help with setting up your model:
Regards
Rick Hyde
0 comentarios
Más respuestas (0)
Comunidades de usuarios
Más respuestas en Power Electronics Control
Ver también
Categorías
Más información sobre Switches and Breakers en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!