Skip to main content
Visitor II
January 2, 2023
Question

How to get the angle value using xcubememsmic1 expansion pack?

  • January 2, 2023
  • 1 reply
  • 1152 views

Hello!

I am working on a project with 4 mems microphones and I want to get the angle of sound(sound source localization) using xcubememsicmic1 sound expansion pack but I don't know how can I get it?

Anyone who has experience in mems technology and sound source localization, please help me.

I have some of the functions here, please tell me how to use it in my main()?

uint32_t AcousticSL_Process(int32_t * Estimated_Angle, AcousticSL_Handler_t * pHandler); //taken from AcousticSL.c
 
static float32_t GCC_GetAngle(libSoundSourceLoc_Handler_Internal * SLocInternal, int32_t * out_angles); //taken from libSoundSourceLoc.c

    This topic has been closed for replies.

    1 reply

    ST Employee
    January 4, 2023

    Hi @Community member​ ,

    please consider this thread (LINK1) and this other thread (LINK2) and keep only those for any further requests.

    -Eleon