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

Implement SpectrumCQ algorithm #530

Open
dbogdanov opened this issue Dec 12, 2016 · 0 comments
Open

Implement SpectrumCQ algorithm #530

dbogdanov opened this issue Dec 12, 2016 · 0 comments

Comments

@dbogdanov
Copy link
Member

We have the ConstantQ transformation implemented (#136) but the spectrogram computation itself is missing.

Implement an algorithm for computation of spectrum based on Constant-Q similar to Spectrum. Re-use parts of implementation from Chromagram.

Input:

  • frame (vector_real)

Output:

  • spectrumCQ (vector_real)

Parameters (similar to Chromagram):

  • maxFrequency
  • minFrequency
  • binsPerOctave
  • sampleRate
  • threshold
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants