timeScalarFeatureOptions
Store information for converting time-domain feature vectors to scalar values
Since R2024b
Description
Use a timeScalarFeatureOptions
object to store methods to convert time-domain
feature vectors to scalars. You can use the resulting timeScalarFeatureOptions
object to
set the ScalarizationMethod
property of a signalTimeFeatureExtractor
object.
Creation
Description
creates an
object opts
= timeScalarFeatureOptionsopts
that stores the scalarization methods with default values
(empty string arrays) for all signal features in time domain.
specifies scalarization methods for each time-domain signal feature using name-value
arguments. You can specify multiple name-value arguments. For example,
opts
= timeScalarFeatureOptions(Name=Value
)timeScalarFeatureOptions(PeakValue=["Mean"
"Kurtosis"],All="Skewness")
specifies "Mean"
and
"Kurtosis"
as scalarization methods for the peak value feature, and
"Skewness"
as the scalarization method for all the time-domain
features. For more information about scalarization methods, see Scalarization Methods for Domain-Specific Signal Features.
Properties
Examples
More About
Version History
Introduced in R2024b