- This repository includes linear operator construction with the Kalman filter (LOCK), local LOCK (LLOCK), and spatially uniform LOCK (SLOCK).
- You can get detail about these methods at https://arxiv.org/abs/2001.11256
- We provide 4 examples in
examples
directory.- damped oscillation model (LOCK)
- application of LOCK is conducted by
python damped_oscillation_model.py
- application of LOCK is conducted by
- object moving data (SLOCK)
- the data is generated by
python data_object_moving.py
- application of SLOCK is conducted by
python object_moving.py
- the data is generated by
- local stationary flow data (LLOCK)
- the data is generated by
python data_local_stationary_flow.py
- application of SLOCK is conducted by
python local_stationary_flow.py
- the data is generated by
- global flow data (LLOCK)
- the data is generated by
python data_global_flow.py
- application of SLOCK is conducted by
python global_flow.py
- the data is generated by
- damped oscillation model (LOCK)
- The synthetic data is also downloaded from this link.
Our codes use Python 3.7.3
and numpy 1.17
.