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

set the scales by setting the fourier periods #5

Closed
aaren opened this issue Feb 17, 2015 · 0 comments · Fixed by #6
Closed

set the scales by setting the fourier periods #5

aaren opened this issue Feb 17, 2015 · 0 comments · Fixed by #6
Assignees

Comments

@aaren
Copy link
Owner

aaren commented Feb 17, 2015

Allow this behaviour:

wt.fourier_periods = array_of_periods

The scales of a transform can currently be set by

wt = WaveletTransform(data)
wt.scales = array_of_scales

The equivalent fourier period is available as a property wt.fourier_periods,
however we can't set the scales via the fourier_periods. This would be useful
as the equivalent fourier period allows us to compare wavelets.

ulikoehler added a commit to ulikoehler/wavelets that referenced this issue Jan 28, 2016
@ulikoehler ulikoehler mentioned this issue Jan 28, 2016
@aaren aaren self-assigned this Jan 29, 2016
ulikoehler added a commit to ulikoehler/wavelets that referenced this issue Feb 28, 2016
@aaren aaren closed this as completed in #6 Feb 28, 2016
aaren added a commit that referenced this issue Feb 28, 2016
Set scales via fourier periods. Fixes #5
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

Successfully merging a pull request may close this issue.

1 participant