diff options
Diffstat (limited to '371/CH3/EX3.4/3_4_sci.sce')
-rwxr-xr-x | 371/CH3/EX3.4/3_4_sci.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/371/CH3/EX3.4/3_4_sci.sce b/371/CH3/EX3.4/3_4_sci.sce new file mode 100755 index 000000000..e74566a47 --- /dev/null +++ b/371/CH3/EX3.4/3_4_sci.sce @@ -0,0 +1,8 @@ +//Fabrication and Thermal characteristics
+//Example 3.4
+Xa=45;//Ambient temperature//
+Rjs=0.1;//junction_sink thermal resistance//
+Rsa=0.08;//sink_atmosphere thermal resistance//
+Xj=120;//junction temperature//
+P=(Xj-Xa)/(Rjs+Rsa);//on state power loss//
+printf('value of on state power loss=%fwatts',P);
|