WiensDsp:

Path: Thermal/ThermalProperties

% Computes the peak black body wavelength as a function of temperature.
   This function has a built-in demo.
--------------------------------------------------------------------------
   Form:
   lambda = WiensDsp( T )
--------------------------------------------------------------------------
   ------
   Inputs
   ------
   T            (1,:) Temperatures (deg-K)

   -------
   Outputs
   -------
   lambda       (1,:) Wavelength vector (µmeters)

--------------------------------------------------------------------------
   References:	Thomas, L. C., Heat Transfer, Prentice-Hall, 1992, p. 266 
--------------------------------------------------------------------------

Children:

Common: Graphics/Plot2D

Back to the Thermal Module page