Control System Toolbox
  Go to function:
    Search    Help Desk 
chgunits    Examples   See Also

Convert the frequency units of an FRD model

Syntax

Description

sys = chgunits(sys,units) converts the units of the frequency points stored in an FRD model, sys to units, where units is either of the strings 'Hz' or 'rad/s'. This operation changes the assigned frequencies by applying the appropriate (2*pi) scaling factor, and the 'Units' property is updated.

If the 'Units' field already matches units, no conversion is made.

Example

See Also

frd         Create or convert to an FRD model

get         Get the properties of an LTI model

set         Set the properties of an LTI model



[ Previous | Help Desk | Next ]