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

Load non-Sine Waves #42

Open
StatsBen opened this issue May 25, 2016 · 1 comment
Open

Load non-Sine Waves #42

StatsBen opened this issue May 25, 2016 · 1 comment

Comments

@StatsBen
Copy link
Contributor

Currently, Macaron assumes that any waveform being uploaded is a sine wave. A better version of Macaron would read in other wave shapes and approximate them as a sine wave after finding the true frequency.

Perhaps this could be done by finding the frequency of roots in the waveform at each sample point? As long as the mathematical error isn't too large in this approximation of the frequency.

@oschneid
Copy link
Collaborator

^ I've thought a bit about this and believe we'll need to think more broadly about how waveform manifests in Macaron. Is it keyframeable? Do we allow common/discrete options (sine, wave, triangle, sawtooth), or store waveform more generally (e.g., as a frequency spectrum)? In each of these cases the import will need to change.

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