ml-signal-processing
Preparing search index...
savitzkyGolay
Function savitzkyGolay
savitzkyGolay
(
data
:
DataXY
<
Float64Array
<
ArrayBufferLike
>
>
,
options
?:
SGGOptions
,
)
:
{
data
:
{
x
:
Float64Array
<
ArrayBufferLike
>
;
y
:
Float64Array
<
ArrayBufferLike
>
;
}
;
}
Apply the Savitzky Golay Generalized Filter
Parameters
data
:
DataXY
<
Float64Array
<
ArrayBufferLike
>
>
options
:
SGGOptions
= {}
Returns
{
data
:
{
x
:
Float64Array
<
ArrayBufferLike
>
;
y
:
Float64Array
<
ArrayBufferLike
>
}
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ml-signal-processing
Loading...
Apply the Savitzky Golay Generalized Filter