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

feat(filters): Update filters example, and expose filters to x-plat library #330

Merged
merged 5 commits into from
Sep 20, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
readme: update
finger563 committed Sep 20, 2024
commit e0b91ff33f540e32b241b5c7a19640de91508025
8 changes: 4 additions & 4 deletions components/filters/example/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Filters Example

This example shows how to use a `LowpassFilter` and a `ButterworthFilter` from
the `filters` component to filter signals. This example simply operates on
random perturbations of auto-generated data.
This example shows how to use a `LowpassFilter`, `ButterworthFilter`, and
`SimpleLowpassFilter` from the `filters` component to filter signals. This
example simply operates on random perturbations of auto-generated data.

## How to use example

@@ -22,4 +22,4 @@ See the Getting Started Guide for full steps to configure and use ESP-IDF to bui

## Example Output

![output](https://user-images.githubusercontent.com/213467/202814226-a0a41887-d5f0-4de8-a69b-df3e1a5ed316.png)
![output](https://github.com/user-attachments/assets/091ca271-3923-448e-9d26-998fc4f97297)