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

Increase the resolution of the 1/3 octave analysis for low frequency. #3

Closed
DarwinNE opened this issue Mar 6, 2015 · 1 comment
Closed

Comments

@DarwinNE
Copy link
Owner

DarwinNE commented Mar 6, 2015

Currently, the 1/3 of octave analysis for very low frequency done by octave.c is affected by a huge error, since only one spectrum is acquired between 0 Hz and 6.3 kHz. It would be better to acquire the spectrum twice, one below 800 Hz to have a good representation for low frequencies, and one up to 25kHz, to have information on all the audio band.
The acquisition should be done automatically and data gathered during the two passes should be blended together.

@DarwinNE
Copy link
Owner Author

DarwinNE commented Mar 9, 2015

Done! Maybe we should still see wether a correction has to be applied when the number of FFT bins in a computed interval is very small.

@DarwinNE DarwinNE closed this as completed Mar 9, 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

1 participant