Path: Link/LinkUtilities
% Converts frequency to wavelength.
--------------------------------------------------------------------------
Form:
lambda = FrequencyToWavelength( f, c )
--------------------------------------------------------------------------
------
Inputs
------
f (1,:) Frequency (Hz)
c (1,1) Propagation speed (m/s)
-------
Outputs
-------
lambda (1,:) Wavelength (m)
--------------------------------------------------------------------------
Common: Graphics/Plot2D
Back to the Link Module page