diff options
Diffstat (limited to '371/CH3/EX3.3/3_3_sci.sce')
-rwxr-xr-x | 371/CH3/EX3.3/3_3_sci.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/371/CH3/EX3.3/3_3_sci.sce b/371/CH3/EX3.3/3_3_sci.sce new file mode 100755 index 000000000..459d1f5af --- /dev/null +++ b/371/CH3/EX3.3/3_3_sci.sce @@ -0,0 +1,9 @@ +//Fabrication and Thermal characteristics
+//Example 3.3
+Xa=35;//Ambient temperature//
+P=150;//on state power loss in Watts//
+Rjc=0.01;//junction_case thermal resistance//
+Rcs=0.08;//case_sink thermal resistance//
+Rsa=0.09;//sink_atmosphere thermal resistance//
+Xj=Xa+P*(Rjc+Rcs+Rsa);//junction temperature//
+printf('value of junction temperature=%fc',Xj);
|