Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikeizbicki/powergrid
https://github.com/mikeizbicki/powergrid
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mikeizbicki/powergrid
- Owner: mikeizbicki
- Created: 2016-06-20T16:46:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-31T00:07:28.000Z (over 7 years ago)
- Last Synced: 2024-11-08T22:36:55.870Z (2 months ago)
- Language: Matlab
- Size: 11.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
All the functions for the Kalman filter are in the `ekfukf` folder.
It must be added to the path.```
addpath "./ekfukf"
```The models are stored in the `models` folder.
To select a model, source its contents.```
source "models/ring.m"
source "loads/gaussian.m"
source "attacks/spike.m"
source "mkDynamics.m"
```Then sample from the model by
```
source "sample.m"
```Then run the filter on the sampled data by
```
source "filter.m"
```