Questions about the different distance resolutions between MUSIC and 3D-FFT
StZhang-B opened this issue · 3 comments
StZhang-B commented
Because both MUSIC and 3D-FFT use 2D-FFT to measure distance, then why are the distance resolutions of the two different?
ekurtgl commented
MUSIC is a subspace-based method, it is not using FFT (see here). We use FFT in range estimation while MUSIC is used in angle estimation. I hope this helps.
StZhang-B commented
That's helpful, thank you.
ekurtgl commented
You are welcome!