WavelengthToFrequency:

Path: Link/LinkUtilities

% Converts wavelength to frequency.
--------------------------------------------------------------------------
   Form:
   f = WavelengthToFrequency( lambda, c )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   lambda  	    (1,:)     Wavelength
   c             (1,1)     Propagation speed (default is speed of light)
                        
   -------
   Outputs
   -------
   f             (1,:)     Frequency
                         
--------------------------------------------------------------------------

Children:

Common: Graphics/Plot2D

Back to the Link Module page