N Channel MOSFET gating signal
29 次查看(过去 30 天)
显示 更早的评论
Hi MathWorks Support Team,
I am on working power electronics related project. My question is in regards with ideal MOSFET and N-Channel MOSFET. I am able to provide gating signal to ideal MOSFET from a pulse generator via Simulink to PS converter but the same gating signal, cannot be attached to the N-Channel MOSFET. I really appreciate your help.
Best Regards,
Behnam
1 个评论
Prakruthi
2024-7-2
Develop a MATLAB code for min capacitance for n-channd MOSFET in variation with doping concentration (tox=3nm, Na= 10^12 10^13 10^14 10^15 10^16)]
回答(2 个)
Jyothis Gireesh
2020-2-12
This problem may be due to the restrictions imposed on the signal types which can be given as input to the n-channel MOSFET block. According to the MATLAB documentation for an ideal MOSFET, the gate terminal port “G” accepts either a physical signal or an electrical port. Hence it may be able to accept the physical signal generated by the “Simulink-PS Converter”. But the n-channel MOSFET accepts only electrical ports as input to the gate terminal.
A possible workaround in this case is to use a pulse generator block from the “Simscape Elctrical Library”. One suggestion may be to use the “Pulse Voltage Source” block from the “Electrical Sources” library in “Simscape” which offers similar capabilities.
You may also make use of the following documentation link on “Pulse Voltage Source” for further clarification
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Semiconductors and Converters 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!