fastlib / fCWT

The fast Continuous Wavelet Transform (fCWT) is a library for fast calculation of CWT.
Apache License 2.0
263 stars 53 forks source link

Continuous update for real-time application #61

Open CSharpDummy opened 4 months ago

CSharpDummy commented 4 months ago

Is there a way to update the calculation when a new time series data point becomes available? Or is the only way to calculate based on a rolling window of fixed size?