Path: Link/LinkUtilities
% The Shannon information theorem relating S/N and C/B.
C/B = log ( 1 + S/N )
2
C is the information content and B is the bandwidth.
S/N is the signal to noise ratio. Enter one parameter and return the
other. If no arguments are entered it will run a demo. If there are
no output parameters it will plot the results.
--------------------------------------------------------------------------
Form:
y = Shannon( name, x )
--------------------------------------------------------------------------
------
Inputs
------
name (1,:) 'S/N' or 'C/B'
x (1,:) Value(s)
-------
Outputs
-------
y (1,:) S/N or C/B
--------------------------------------------------------------------------
References: Edde, B. (1995.) Radar. Prentice-Hall. p. 125.
--------------------------------------------------------------------------
Common: Graphics/Plot2D
Back to the Link Module page