Skip to content

Commit f64d164

Browse files
committed
docs: Update README.md to enhance visibility and provide additional resource links
1 parent 4c68d70 commit f64d164

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# OneEuroFilter MATLAB Implementation
22

3+
[![View OneEuroFilter on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/183059-oneeurofilter)
4+
[![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=cuixing158/OneEuroFilter&file=ExampleOneEuroFilter)
5+
36
A MATLAB implementation of the **1 Euro Filter**[^1], a simple algorithm for filtering noisy signals for high precision and responsiveness.
47

8+
:hugs: Happy Filtering!
9+
510
## Introduction
611

712
The **1 Euro Filter** is a first-order low-pass filter with an adaptive cutoff frequency. It is designed to balance **jitter reduction** (at low speeds) and **lag reduction** (at high speeds).
@@ -13,8 +18,7 @@ This makes it particularly useful for real-time interaction systems, such as pro
1318

1419
## Requirements
1520

16-
- **MATLAB R2019b** or later.
17-
- This implementation uses the `arguments` validation syntax introduced in R2019b.
21+
- **MATLAB R2019b** or later.(This implementation uses the `arguments` validation syntax introduced in R2019b)
1822

1923
## Usage
2024

@@ -71,4 +75,5 @@ title('1 Euro Filter Result');
7175
## References
7276

7377
[^1]: **1 € Filter: A Simple Speed-based Low-pass Filter for Noisy Input in Interactive Systems** Géry Casiez, Nicolas Roussel, and Daniel Vogel. CHI 2012.
74-
> <http://cristal.univ-lille.fr/~casiez/1euro/>
78+
> <http://cristal.univ-lille.fr/~casiez/1euro/> <br>
79+
> <https://www.mathworks.com/matlabcentral/fileexchange/129829-smooth-data>

0 commit comments

Comments
 (0)