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

gaus1 CWT implementation? #11

Open
ashayk opened this issue Nov 3, 2018 · 4 comments
Open

gaus1 CWT implementation? #11

ashayk opened this issue Nov 3, 2018 · 4 comments

Comments

@ashayk
Copy link

ashayk commented Nov 3, 2018

Hi Rafat,

I was wondering if there is a gaus1 CWT implementation available in wavelib? I'm assuming gaus2 is DOG with param = 2, but I'm also searching for a gaus1 CWT implementation. Perhaps I am missing something?

Any help much appreciated.

Thanks,

--Alex

@rafat
Copy link
Owner

rafat commented Nov 5, 2018

DOG with param=2 is the Mexican Hat Wavelet. I think you may want to try DOG with param =1. More info here http://atoc.colorado.edu/research/wavelets/bams_79_01_0061.pdf Page 65.

@ashayk
Copy link
Author

ashayk commented Nov 5, 2018

Thanks Rafat,

The docs say param must be a positive even integer for DOG and this is consistent with other implementations (Matlab). I suppose I can try with param = 1, but was hoping you had some ideas.

Thanks.

--Alex

@rafat
Copy link
Owner

rafat commented Nov 5, 2018

I haven't looked at the code in quite some time but I believe the algorithm should work for positive integers and not just even ones. Can you post a link to the matlab page so I can take a look ?

@ashayk
Copy link
Author

ashayk commented Dec 22, 2018

Sorry for the late reply. Here it is...
https://au.mathworks.com/help/wavelet/ref/cwtft.html

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

2 participants