-
Notifications
You must be signed in to change notification settings - Fork 4
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
Pr add imu fft #74
base: main
Are you sure you want to change the base?
Pr add imu fft #74
Conversation
a6a4fcf
to
0351a89
Compare
Quality Gate passedIssues Measures |
Makefile
Outdated
@@ -1,5 +1,11 @@ | |||
# Copyright (C) 2023-2024 Dmitry Ponomarev <[email protected]> | |||
# Distributed under the terms of the GPL v3 license, available in the file LICENSE. | |||
# Variables | |||
CC := arm-none-eabi-gcc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
918fc51
to
d30695f
Compare
cce62a0
to
601f797
Compare
Quality Gate passedIssues Measures |
This PR adds fft algorithm for dominant frequency calculation and refactors the previous pr according to technical task description such that all the arrays used in there are statically allocated.
Test coverage
[x] Check with Gtest the dominant freq finding algorithm
[x] Checked on real device with Haptikos app for IOS