Main Content

fcat

Concatenate FRD models along frequency dimension

Syntax

sys = fcat(sys1,sys2,...)

Description

sys = fcat(sys1,sys2,...) takes two or more frd models and merges their frequency responses into a single frd model sys. The resulting frequency vector is sorted by increasing frequency. The frequency vectors of sys1, sys2,... should not intersect. If the frequency vectors do intersect, use fdel to remove intersecting data from one or more of the models.

Version History

Introduced in R2006a

See Also

| | |