Delete specified data from frequency response data (FRD) models
sysout
= fdel(sys
, freq
)
removes from the sysout
= fdel(sys
, freq
)frd
model sys
the data nearest to the
frequency values specified in the vector freq
.
|
|
|
Vector of frequency values. |
|
|
Use fdel
to remove unwanted data (for example, outlier points) at
specified frequencies.
Use fdel
to remove data at intersecting frequencies from
frd
models before merging them with fcat
.
fcat
produces an error when you attempt to merge frd
models that have intersecting frequency data.
To remove data from an frd
model within a range of frequencies, use
fselect
.