https://github.com/stoverc/filtering
A collection of functions written for filtering data
https://github.com/stoverc/filtering
Last synced: 12 days ago
JSON representation
A collection of functions written for filtering data
- Host: GitHub
- URL: https://github.com/stoverc/filtering
- Owner: stoverc
- Created: 2022-10-06T18:01:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-28T17:59:34.000Z (about 3 years ago)
- Last Synced: 2025-01-11T15:48:10.217Z (over 1 year ago)
- Language: MATLAB
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Filtering
A collection of functions written for filtering data.
## Changelog
### 28 Mar 2023
Testing CLI integration. Later, undid.
### 6 Oct 2022
First version of the repo, including five different Matlab `implementation` of filtering functions + related functions. Included `Matlab` implementations include:
1. Alpha Filtering
2. Alpha-Beta Filtering
3. Alpha-Beta-Gamma Filtering
4. Kalman Filtering (including a Kalman Gain auxiliary function).