Skip to content
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

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

Conversation

AsiiaPine
Copy link
Collaborator

@AsiiaPine AsiiaPine commented Oct 7, 2024

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
image
image

@AsiiaPine AsiiaPine marked this pull request as ready for review October 9, 2024 06:30
Copy link

sonarqubecloud bot commented Oct 9, 2024

Quality Gate Passed Quality Gate passed

Issues
29 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need it?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@PonomarevDA PonomarevDA mentioned this pull request Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants