MATLAB: Sound Source detection with DOA Estimation, Using audio BIN files of real time drone flying activity

Phased Array System Toolboxsignal processing

Hello Researchers!
I am working on project named Drone detection and Direction of arrival estimation.
I have recorded sound of drone fly in real noisy environment using four microphone. First i need to suppress noise from these data bases of bin files to get only drone sound. Secondly, main task is to drive Direction of arrival of drone using its acoustic sound signature. I need help to complete this project with best efficient method.
I have made four channels of drone sounds recorded different days and places. Kindly guide me by which process i can remove noise from these auido bin files (i.e, MUSIC, Noise Coverience matrix, Windowing method or else) and which method is suitable to detect drone only (i.e, Linear Predictive coding, ZCR, Cross Correlation, Eigen vector decomposition etc). I need help to derive DOA using GCC method (i.e GCC-PHAT or GCC ML).

Best Answer

There is an example using GCC-PHAT algorithm in Phased Array System Toolbox, you can find it at
The example itself is for localization but in between it uses GCC-PHAT to estimate the DOA.
HTH