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

Question - clear_edges function #1

Open
MikeSchoenhals opened this issue Jul 20, 2019 · 0 comments
Open

Question - clear_edges function #1

MikeSchoenhals opened this issue Jul 20, 2019 · 0 comments

Comments

@MikeSchoenhals
Copy link

Hi Igor,

Love the code! I'm looking at the clear_edges function. I'm noticing that it assumes that the range of the gaus1 function is only -1 to 1. however, i'm looking at the pywavelet doc and it appears that the range for the cwt is 5, so that it essentially performs a convolutions within 5 points on both sides.
So, for example, if you do:
wavelet = pywt.ContinuousWavelet('gaus1')
print(wavelet.upper_bound)

you would get a value of 5, and also -5 if you do print(wavelet.lower_bound). I was just curious how to you came to the conclusion of lower and upper bounds of -1 and 1.

Apologies - I'm fairly new to wavelets, so I could be completely off here, but let me know if you get a chance!

Thanks,

Mike

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

No branches or pull requests

1 participant