Solver for common mode noise

조회 수: 16 (최근 30일)
mo fa
mo fa 2020년 12월 26일
답변: Rick Hyde 2021년 1월 4일
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).

채택된 답변

Rick Hyde
Rick Hyde 2021년 1월 4일
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개)

커뮤니티

더 많은 답변 보기:  Power Electronics Community

카테고리

Help CenterFile Exchange에서 Configure Simulation Conditions에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by