粒子滤波 Resources

Showing items tagged with "粒子滤波"

This graduate thesis project implements satellite positioning technology using Particle Filter (PF) and Kalman Filter (KF) methods. The attachment includes complete MATLAB implementations for wireless channel estimation and equalization, Time Difference of Arrival (TDOA) ranging, and Interacting Multiple Model-Kalman Filter (IMM-KF) algorithms. The code features practical implementations of Bayesian filtering techniques and statistical signal processing, providing valuable resources for developers working on wireless positioning systems. Exclusive contribution to the research community.

MATLAB 206 views Tagged

This implementation provides a functional particle filter tracking algorithm for infrared targets with excellent performance results. The codebase includes core tracking functions, state prediction modules, and observation handling components.

MATLAB 253 views Tagged

This code implements three advanced visual object tracking algorithms: Particle Filter (PF), Kalman Particle Filter (KPF), and Unscented Particle Filter (UPF). These represent my core development work over the past two years, delivering significantly more robust tracking performance compared to traditional methods like MeanShift and Camshift. The KPF and UPF implementations are particularly noteworthy as original contributions - you won't find comparable implementations elsewhere online. Although only partially optimized, the refined versions have been successfully deployed in our research group's active visual target tracking and engagement platform. I'm now sharing these valuable resources with the community!

MATLAB 283 views Tagged