4 microphone array application

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hi there, 

   

I need to capture the signals from a 4 microphone array. I consider to use 4 ADCs at 200 Khz sample rate. Then I need to send this data to a PC via USB. Do you know if the PSoC 5 is suitable for this application? If yes, what is the cost of a development board ?

0 Likes
2 Replies
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

PSoC5LP has got ADCs with max 1Msmpl/s so, when multiplexed this could work.

   

You did not tell the needed precision for the ADC, PSoC5 has got 2 SARs and an ADCDelSig, so from this side you will not meet a limitation.

   

USB-communication can impose a limit since the transfer is not guaranteed to be contineous all the time from the view of the connected PC. So some buffering algorithm seems to be needed.

   

Is the datastream contineous or is it limited to a time.

   

What are you using the data for on the PC-side?

   

 

   

Development kit for PSoC5 LP to be found here www.cypress.com/.

   

 

   

Bob

0 Likes
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

The SAR OR SAR sequencing component will deliver 12 bit performance at 1 MSPS,.

   

I2S can handle up to 96 Khz, SPI to 18 Mbps.

   


   

The DelSig can do 16 bits at 48K SPS.

   


   

Regards, Dana.

0 Likes