while plotting frf curve for input and output result following error is coming in hypergraph. "Vectors must have the same number of elements in : Curve 1....FRFmag(p1w2c1.y,p1w1c3.y)." how to fix this , kindly help?
Find more posts tagged with
Sort by:
1 - 1 of
11
Example
x = freq(c1.x)
y = frfmag(c1.y, c2.y)
Comments
The frfmag function returns the magnitude of a Frequency Response Function (FRF). vec_expr_1 and vec_expr_2 are assumed to be evenly sampled. vec_expr_1 and vec_expr_2 must have the same number of elements. The resultant vector has a number of elements equal to the least power of two greater than or equal to the number of elements in vec_expr_1.
The FRF is complex-valued and used to obtain the frequency-domain parameters of a given system.