fdel
Delete specified data from frequency response data (FRD) models
Syntax
sysout
= fdel(sys
, freq
)
Description
removes from the sysout
= fdel(sys
, freq
)frd
model sys
the data nearest to the
frequency values specified in the vector freq
.
Input Arguments
|
|
|
Vector of frequency values. |
Output Arguments
|
|
Examples
Tips
Use
fdel
to remove unwanted data (for example, outlier points) at specified frequencies.Use
fdel
to remove data at intersecting frequencies fromfrd
models before merging them withfcat
.fcat
produces an error when you attempt to mergefrd
models that have intersecting frequency data.To remove data from an
frd
model within a range of frequencies, usefselect
.
Version History
Introduced in R2012a