kalman Extended Super resolution Tracking (KEST) algorithm and Simultaneous Localization and Mapping
조회 수: 5 (최근 30일)
이전 댓글 표시
Any one Provide MATLAB CODE For Multi path component Data Signal Tracking and Mapping using kalman Extended Super resolution Tracking (KEST) algorithm and Simultaneous Localization and Mapping Method
댓글 수: 0
답변 (1개)
Rostislav Karásek
2023년 5월 17일
That is an internal DLR algorithm. It is not possible to share the source code publicly. If you need to estimate channel parameters I can recommend Superfast Line Spectral Estimation that is available online: github.com/badrinarayan/astlinespec
It provides superior performance compared to SAGE algorithm for channel estimation that is the backbone of KEST. Then implementing a stacked Kalman filter to track multipath components is doable using the KEST original paper from Thomas Jost: Detection and Tracking of Mobile Propagation Channel Paths
If you need Channel-SLAM I could provide some guidelines but again the code is not publicly available.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!