chgFreqUnit
Change frequency units of frequency-response data model
Syntax
sys_new =
chgFreqUnit(sys,newfrequnits)
Description
changes units of the frequency points in sys_new
=
chgFreqUnit(sys
,newfrequnits
)sys
to
newfrequnits
. Both Frequency
and
FrequencyUnit
properties of sys
adjust so
that the frequency responses of sys
and
sys_new
match.
Input Arguments
|
Frequency-response data ( |
|
New units of frequency points, specified as one of the following values:
Default: |
Output Arguments
|
Frequency-response data model of the same type as |
Examples
Tips
Use
chgFreqUnit
to change the units of frequency points without modifying system behavior.
Version History
Introduced in R2011a