Feature/filter design scripts#185
Merged
astewart-xmos merged 16 commits intoxmos:developfrom Jun 5, 2023
Merged
Conversation
- Generate sensible coefficients for decimation to 16 kHz or 32kHz - 3 stage and smaller filter coefficients also generated - Plotting tools to show filter response - int16 or float coefficients
… design scripts. - New filters have same number of stages, decimation factors and tap counts as previous. - Also updates several python scripts to correctly use coefficients from filter design scripts
|
I've pushed an update to this branch which changes the library filter coefficients to those produced by @Allan-xmos's filter design script. I confirmed that the lib_mic_array demo apps all build, and did a simple listening test with a Avona board to verify that decent the audio coming out isn't horribly garbled. |
|
Note: @keithm-xmos has requested that a readme be added for the filter design scripts. Should not merge PR until a readme has been written. |
… into feature/filter_design_scripts * askellet/feature/filter_design_scripts: Fix stage 2 filter coef array
…n_scripts * xmos/develop: Change DCOE filter pole from 255/256 to 252/256
… into feature/filter_design_scripts * askellet/feature/filter_design_scripts: Add README for filter design scripts, document filter design functions
astewart-xmos
approved these changes
Jun 5, 2023
… into feature/filter_design_scripts * askellet/feature/filter_design_scripts: update stage 1 and stage 2 plots in programming guide
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related to #184