How to get a Classification Learner model onto STM32F4 Discovery Board?
1 回表示 (過去 30 日間)
古いコメントを表示
This is one of my first experiences with embedded work, so bear with me on that.
I've got an STM32F4 Discovery Board. I've also got a Classification Learner (Ensemble KNN, but this question applies for any model) model.
The classification model takes a vector of 13 floating point numbers (MFCC's from an audio file) and classifies that vector as belonging to either a car, truck, or motorcycle.
I want to get this model onto my STM32F4 board and have it execute, but I'm not sure how to do that. The MATLAB coder outputs a MEX file, but I"m not sure if that's supported by STM32F4 or if I'm even on the right track. Does anyone have any insight on this? Thank you very much.
0 件のコメント
回答 (1 件)
Firat Ozkan
2020 年 4 月 9 日
Hello,
I'm not an expert in this area, but you may want to check out Embedded Coder and Embedded Coder Support Package For STMicroelectronics. I also am doing a similar project (Keyword Spotting) using MFCC's and DTW algorithm. I also am hoping to use Embedded Coder.
This way, you can program your Discovery Board using Simulink with your functions.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!