https://github.com/bunpc/kalmantuning
https://github.com/bunpc/kalmantuning
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bunpc/kalmantuning
- Owner: BUNPC
- Created: 2021-03-25T01:58:49.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-27T01:49:26.000Z (about 5 years ago)
- Last Synced: 2025-09-09T20:41:55.203Z (9 months ago)
- Language: MATLAB
- Size: 83.5 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KalmanTuning
tuning folder
tuningcode.m will read the example resting data (subject 14 here) and calculate the tuning using the appropriate functions. Creates a tuning.mat file containing the tuning results.
xval rlda folder
example.m will calculate the classification performance for the subjects specified in the variable sublist. Creates a bunch of plots in the folder results->fig (the generated data is in results->claResExt)
folder kalman calc
example.m will calculate the Kalman regression of the example file using the tuning results obtained from runing tuningcode.m