Closed Garfield2013 closed 1 year ago
Hi there,
Thank you for your interesting module :) I all new to wavelets but I'm trying to use it to smoothening data / denoising signals.
const coeffs = wt.wavedec(points, waveletType);
const prunedCoeffs = ??
prunedCoeffs = ??
const smoothedData = wt.waverec(prunedCoeffs, waveletType);
Thank you so much!
Hi @Garfield2013,
sorry for my late reply!
README.md
Best wishes!
Hi there,
Thank you for your interesting module :) I all new to wavelets but I'm trying to use it to smoothening data / denoising signals.
const coeffs = wt.wavedec(points, waveletType);
const
prunedCoeffs = ??
const smoothedData = wt.waverec(prunedCoeffs, waveletType);
Thank you so much!