About the algorithm 1 in the paper.
Gao2000 opened this issue · 3 comments
Gao2000 commented
hassiweb commented
This algorithm estimates in the order of the largest path.
If an estimated path gain is higher than the previous estimated path gain, it means that the previous estimation is not perfect and makes an estimation error or the remaining paths that has not estimated is small enough. If you don't stop the estimation here, the algorithm never stop.
If
Gao2000 commented
When the condition occurred, the previous estimation probably had an error. Which may cause the following doppler will be wrong, so we need to jump to the next delay.
hassiweb commented
You are right.