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

vocab.cpp #39

Closed
campag opened this issue Dec 15, 2014 · 3 comments
Closed

vocab.cpp #39

campag opened this issue Dec 15, 2014 · 3 comments

Comments

@campag
Copy link

campag commented Dec 15, 2014

matrix[] appears to have 20 elements, yet is declared as matrix[19]

arjo129 added a commit that referenced this issue Dec 16, 2014
@arjo129
Copy link
Owner

arjo129 commented Dec 16, 2014

Whoops... Thanks @campag a lot. Silly me.

@campag
Copy link
Author

campag commented Dec 17, 2014

Ha, we've all done it. I'm looking to play with this on arm (mbed environment). I notice the arduino spins as fast as it can in sample() when doing the adc conversion. Approx what rate is that so I can replicate it?

@arjo129
Copy link
Owner

arjo129 commented Dec 17, 2014

9600 Hz by default, this can be increased though. I have used this algorithm at 44.1kHz on an x86 in a processing port. The values really depend on your pre-amp. Im not sure what mbed microcontroller you use but you should be able to perform sampling on most of them at a higher rate.

@arjo129 arjo129 closed this as completed Mar 4, 2015
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