Path: Link/LinkUtilities
% Convert decibels to power (invert decibels).
Type DBSignalToPower for a demo.
--------------------------------------------------------------------------
Form:
power = DBSignalToPower( dBW )
--------------------------------------------------------------------------
------
Inputs
------
powerDB (1,:) Power (dBW)
-------
Outputs
-------
power (1,:) Power (W) or signal
--------------------------------------------------------------------------
Common: Graphics/Plot2D
Back to the Link Module page