Block a user
WIP: feature/emd
Is it intended that previous mode is assigned to current
parameter of relativeDifference
and current (new) mode is assigned to previous
parameter of relativeDifference
? The parameters names say that there is a swap of parameters.
WIP: feature/emd
It's better to store sign instead of the value which sign is compared, to not compute it each iteration.
WIP: feature/emd
I suggest adding a sentence that describes what is actually returned. And possible typos fix as well.
WIP: feature/emd
By the way, in general you'll have to use T
as L
. Otherwise, either interpolate
can not be resolved in snippet
interpolator.interpolate(
Buffer(extrema.size) { signal.labels[ext…
WIP: feature/emd
Also, is it intended that the spline will ignore double extrema?
I mean for series [0.0, 0.0, 1.0, 1.0, -1.0, -1.0]
there will be no maxima and minima points but the end points.