Development - TheftO/MicArray GitHub Wiki
#Structure#
Project is build on base of HARK - robot audition software. HARK was chosen because it provides tested realization of different sound processing algorithms and environment for building and running systems of predefined blocks.
Project consists of five HARK network files:
- beamforming.n - simultaneous processing with DS, WDS, Null and ISLE algorithms
- beamforming_hrle_post.n - simultaneous processing with DS, WDS, Null and ISLE algorithms with postprocessing
- bf_test_cmd.n - same as beamforming.n but for running from console
- ghdss_test_cmd.n - processing with GHDSS algorithm
- tests_cmd.n - processing with GHDSS with postprocessing, for running from console
#Examples of main loops:#
##Beamforming.n##
##Bf_test_cmd.n##
##Ghdss_test_cmd.n##
Main loops of tests_cmd.n and beamforming_hrle_post.n was not presented due to their size.
#Contacts#
Alexey Kozlyaev [email protected]