Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why is there no option to choose the signal extension mode in the SWT? #661

Open
Miguel-LlamasLanza opened this issue Dec 16, 2022 · 1 comment
Labels

Comments

@Miguel-LlamasLanza
Copy link

I am using the Stationary Wavelet Transform to perform the "a trous algorithm" on timeseries data. Even if it works as expected when the variance of the data is relatively uniform for all the length of the data, is does not when the variance changes significantly throughout the data.
I think that it could be an issue due to edge effects, thus due to the signal extension mode used. However, there is no option to change this mode (or to choose to pass extra data on the edges).
Why is this? Is there something conceptually that does not allow to change the mode in the SWT but in the DWT yes?
Thank you

@Miguel-LlamasLanza
Copy link
Author

Miguel-LlamasLanza commented Dec 21, 2022

Likewise, I would like to know if there is any option to extend the signal with more data: I am already truncating my data to be of length 2^L, so I wonder whether the data left outside of the interval corresponding to length 2^L could be used to extend the signal when computing the SWT.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants