SkinDepth:

Path: Electrical/Wire

% Find electrical skin depth for an AC signal into a conductor
 Used to find eddy current losses

 Type SkinDepth for a demo
--------------------------------------------------------------------------
   Form:
   delta = SkinDepth( f, rho )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   f      (1,:)	Frequency (Hz)
   rho    (1,1)	Resistivity (ohm*m, default Copper at 20 C)

   -------
   Outputs
   -------
   delta  (1,:) Skin depth (m)

--------------------------------------------------------------------------
 References: https://en.wikipedia.org/wiki/Skin_effect
             Weeks, Walter L. (1981), Transmission and Distribution of
             Electrical Energy, Harper & Row, ISBN 978-0060469825 
--------------------------------------------------------------------------

Children:

AC: ACData/ACTConstants
SC: SCData/sCTConstants
Common: CommonData/Constants
Common: CommonData/SwooshWatermark
Common: CommonData/xSplashSmall
Common: Database/Constant
Common: General/CellToMat
Common: General/DeleteCell
Common: General/MatToCell
Common: General/Watermark
Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/PltStyle

Back to the Electrical Module page