kiss_fftr for tflite application #94964
Unanswered
LakshmeeshKP
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
background:
I am pretty new to zephyr.
I am working on a speech keyword detection project which uses tensorflow lite for mc. I wish to perform fft on the speech signal using kiss_fftr.h which is available at zephyrproject\optional\modules\lib\tflite-micro\third_party_static\kissfft\tools\kiss_fftr.h
i am trying to implement it by taking inspiration from the hello_world sample project. but i am struggling to build the project.
I was mainly stuck at an error: undefined reference to kiss_fftr.h functions
i was able to get around this by modifying some .h files in kiss_fft/tools by changing C++ to C
having it as "C++" didn't make sense to me, so i changed it to "C"
(not confident if i have actually fixed this part of the issue)
Now i am stuck at "multiple definitions" error:
I am not sure how i can fix it... Would appreciate the help alot!
Beta Was this translation helpful? Give feedback.
All reactions