How can I remove this warning:Estimated channel modulation for data extrapolation must be greater than zero. Use linear extrapolation.

조회 수: 2 (최근 30일)
Hello, when simulating this N-Channel MOSFET model, an extrapolation error appears: Estimated channel modulation for data extrapolation must be greater than zero. Use linear extrapolation
I have checked the lookup tables, and they are correct. How can I perform linear extrapolation in Simulink?
Regards, and thank you very much.

채택된 답변

MULI
MULI 2024년 12월 6일
I understand that you are facing an extrapolation error while simulating N Channel MOSFET model.
  • The issue arises because the MOSFET simulation relies on a lookup table (3D, temperature-dependent) for interpolating data such as Ids (drain-source current) versus Vds and Vgs
  • When the data in the lookup table is not smooth or contains any discontinuities, the simulator encounters challenges during extrapolation or interpolation, leading to this warning.
  • To resolve this issue, make sure that the tabulated drain-source currents Ids are smooth and differentiable across all dimensions (Vds, Vgs and temperature).
  • The smoothdata function removes noise and smoothens transitions in your data by applying techniques like moving averages. You can refer to the below documentation link for more information on this function: https://www.mathworks.com/help/releases/R2024a/matlab/ref/smoothdata.html
  • You can also plot the lookup table data (Ids Vs Vds and Vgs) before and after smoothing to ensure gradual transitions.
  댓글 수: 2
Ignacio
Ignacio 2024년 12월 9일
Hi,
I have used the smoothdata function, but now the warning is :
At time 1.911928e-09, one or more assertions are triggered. Tabulated drain-source currents, Ids(Vgs,Vds,T) has resulted in a current in opposition to the applied voltage. Consider modifying the tabulated data to ensure that all operating points are contained within the data, and that the signs of the currents and voltages are consistent. Clipping the current to zero. The assertion comes from:
Block path: MSCSM170DUM039AG_Simulink_Model/Sic Mosfet
Assert location:
o (location information is protected)
o (location information is protected)
Ungroup 19 similar
Component:Simulink | Category:Model warning
MULI
MULI 2024년 12월 10일
편집: MULI 2024년 12월 10일
  • Ensure that the tabulated data for Ids(Vgs,Vds,T) is accurate and covers all the operating points of your simulation.
  • Check for any inconsistencies in the sign or magnitude of the current values relative to the applied voltages.
  • If the simulation operates outside the range of your tabulated data, consider expanding the data range to include these points

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Choose and Parameterize Blocks에 대해 자세히 알아보기

제품


릴리스

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by