morriswmz / doa-tools

A set of MATLAB functions for direction-of-arrival (DOA) estimation in array signal processing.
MIT License
290 stars 88 forks source link

Wide band DOA estimation #1

Closed metaCoder-00 closed 5 years ago

metaCoder-00 commented 5 years ago

I have some problems about ISSM MUSIC

morriswmz commented 5 years ago

Unfortunately wideband DOA estimation is not supported. My previous research was focused on performance analysis of narrowband DOA estimation algorithm. Therefore, this library was designed for narrowband models. You can see that many algorithms takes only a single wavelength parameter (not wavelengths). It is non-trivial to rewrite the current functions to support wideband models. Nevertheless, you can always extend the existing algorithms to wideband models. Feel free to fork this repository and modify the code as you like. It is released under the MIT license.