Cyril BUTTAY - plotted using gnuplot, source file available by email: cyril DOT buttay AT free DOT fr
This plot represents the specific resistance of MOSFETs versus their breakdown voltage. The dots are the values estimated from the datasheets of the following manufacturers: International Rectifier, ST Microelectronics, Infineon. Only the transistors in D2PAK package have been considered, with an estimated 30 mm² die size.
The "ideal" curve is the specific resistance of a single silicon layer that can withstand the given breakdown voltage. Its equation is Rdson=5.93.10-9.Vbr2.5, and comes from B. JAYANT BALIGA, "Power semiconductor devices", PWS publishing company, 1996
set xlabel "Breakdown Voltage (V)"
set format y '%3.1s %c'#{/Symbol W}'
set format x "%3.0s %cV"
set logscale xy
output file name
set output "bv_rdson.eps"
plot [10:2000][100e-6:10] 5.93e-9*(x**2.5) ls 3 title 'Ideal MOSFET',\
'mos_data.txt' using 1:($2*0.3) ls 2 with points title 'Commercially available MOSFETs (estimated specific resistance)'
}}
Dataset
gnuplot expects to find the data in a file named 'mos_data.txt'. As mentioned above, the data comes from various manufacturers, but I forgot to write down the corresponding devices reference numbers...
Yo, titular de los derechos de autor de esta obra, la publico en los términos de las siguientes licencias:
Se autoriza la copia, distribución y modificación de este documento bajo los términos de la licencia de documentación libre GNU, versión 1.2 o cualquier otra que posteriormente publique la Fundación para el Software Libre; sin secciones invariables, textos de portada, ni textos de contraportada. Se incluye una copia de la dicha licencia en la sección titulada Licencia de Documentación Libre GNU.http://www.gnu.org/copyleft/fdl.htmlGFDLGNU Free Documentation Licensetruetrue
de compartir – de copiar, distribuir y transmitir el trabajo
de remezclar – de adaptar el trabajo
Bajo las siguientes condiciones:
atribución – Debes otorgar el crédito correspondiente, proporcionar un enlace a la licencia e indicar si realizaste algún cambio. Puedes hacerlo de cualquier manera razonable pero no de manera que sugiera que el licenciante te respalda a ti o al uso que hagas del trabajo.
compartir igual – En caso de mezclar, transformar o modificar este trabajo, deberás distribuir el trabajo resultante bajo la misma licencia o una compatible como el original.
Esta etiqueta de licencia fue agregada a este archivo como parte de la actualización de la licencia GFDL.http://creativecommons.org/licenses/by-sa/3.0/CC BY-SA 3.0Creative Commons Attribution-Share Alike 3.0truetrue
de compartir – de copiar, distribuir y transmitir el trabajo
de remezclar – de adaptar el trabajo
Bajo las siguientes condiciones:
atribución – Debes otorgar el crédito correspondiente, proporcionar un enlace a la licencia e indicar si realizaste algún cambio. Puedes hacerlo de cualquier manera razonable pero no de manera que sugiera que el licenciante te respalda a ti o al uso que hagas del trabajo.
compartir igual – En caso de mezclar, transformar o modificar este trabajo, deberás distribuir el trabajo resultante bajo la misma licencia o una compatible como el original.
The "ideal" curve on previous figures was plotted using the following equation: 1.63e-8.Vbr^2.5. However, this equation is for P-devices (see B.J.Baliga "power semiconductor devices", PWS , ISBN 0-534-94098-6, 1995 p 373). For N devices, the constant is 5
Cyril BUTTAY - plotted using gnuplot, source file available by email: cyril DOT buttay AT free DOT fr This plot represents the specific resistance of MOSFETs versus their breakdown voltage. The dots are the values estimated from the datasheets of the fol