Symmetronic / discrete-wavelets

A Discrete Wavelet Transform (DWT) library for the web.
https://symmetronic.github.io/discrete-wavelets/
MIT License
19 stars 0 forks source link

Dead link and example #11

Closed Garfield2013 closed 1 year ago

Garfield2013 commented 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.

  1. FYI: This link here is dead: https://symmetronic.github.io/covid-19-dwt-analysis/
  2. How do I prune coefficients which I would like to remove - so I can adjust the smoothening level of the signal?

const coeffs = wt.wavedec(points, waveletType);

const prunedCoeffs = ??

const smoothedData = wt.waverec(prunedCoeffs, waveletType);

Thank you so much!

Symmetronic commented 1 year ago

Hi @Garfield2013,

sorry for my late reply!

  1. Thank you for the notice about the dead link. I just removed it.
  2. I also added a note to the README.md that I'm currently not able to add any new features or documentation due to limited time.

Best wishes!