Get current values of tunable-surface coefficients
extracts the
current value of a tunable surface. Kco
= getData(K
)K
is a
tunableSurface
object that represents the parametric gain
surface:
where:
σ is a vector of scheduling variables.
n(σ) is a normalization function
(see the Normalization
property of tunableSurface
).
γ is a scaling factor (see the
Normalization
property of tunableSurface
).
F1,...,FM are basis functions.
K0,...,KM are tunable coefficients.
getData
evaluates K
at the current
values of the coefficients
K0,...,KM.