Add PCAN support to MFCC by wrapping Tensorflow Lite Microfrontend. - #11130
Draft
lgirdwood wants to merge 2 commits into
Draft
Add PCAN support to MFCC by wrapping Tensorflow Lite Microfrontend.#11130lgirdwood wants to merge 2 commits into
lgirdwood wants to merge 2 commits into
Conversation
Integrate Google's upstream TFLite Micro microfrontend library (under Apache-2.0 with patent grant protection) to support PCAN (Per-Channel Automatic Gain Control Normalization) in SOF: - west.yml: add tensorflow remote and tflite-micro project definition - src/math/pcan: compile Google's upstream pcan_gain_control.c/util.c and noise_reduction.c/util.c directly into SOF math library - src/include/sof/math/pcan.h: expose PCAN math API and wrapper helpers - src/audio/mfcc: integrate PCAN into MFCC audio processing pipeline - src/audio/mfcc/tune/setup_mfcc.m: add PCAN configuration preset - test/cmocka/src/math/pcan: 5-phase CMocka test suite validating LUT generation, WideDynamicFunction, PcanShrink, streaming IIR estimation, and numerical corner cases against Octave reference models - src/math/pcan/pcan_hifi4.c: add HiFi DSP SIMD optimizations Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
…ure documentation Document: - Dependencies: West manifest, tflite-micro upstream repo, CMake, GNU Octave, CMocka, DSP toolchains - Build instructions for host CMocka unit tests and Zephyr target firmware - Topology configuration generation via Octave setup_mfcc.m - Mathematical formulation and pipeline data flow for MFCC and PCAN Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
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.
@singalsu fyi - pls let me know if you need anything else by way of comments in the PR.