Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 330 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 330 Bytes

GaussianSumFIRFilter

Python implementation of the Gaussian Sum FIR Filter for 2D Target Tracking. Original Idea and Equations from Pak, JM: Gaussian Sum FIR Filtering for 2D Target Tracking (DOI: 10.1007/s12555-018-0938-4).

Many thanks to Prof. Pak, who kindly provided his original Matlab-Code for the Gaussian Sum FIR Filter.