03-28-2019 05:09 PM
hi! I'm doing a project to localize acoustic source with array of hydrophones
From where should i begin?
What is the hardware should i use?
Thanks
03-29-2019 04:22 AM
Type of sound source? This define your needed frequency range, so the needed samplerate (I would go for 5 to 10 times max freq)
Number of Hydrophones? That defines the number of channels you need
You should look for simoultanious sampling devices, for a lot of sensors you need to be able to sync them.
Signal processing:
What signal processing way do you want to go?
(single pulse signals -> simple correlation, tone = FFT phase?) Lot of papers and web sources to read..
'Real time' ? How fast do you need to localize? Than will give you an idea of the DSP power you need. (FPGA?)
For your first steps you can use two simple mics and your soundcard 😉
03-29-2019 06:13 AM
Thanks Henrik , I didn't find any previous vi's similar for this task for learning , Can anyone help me?
@Henrik_Volkers wrote:
Type of sound source? This define your needed frequency range, so the needed samplerate (I would go for 5 to 10 times max freq)
Number of Hydrophones? That defines the number of channels you need
You should look for simoultanious sampling devices, for a lot of sensors you need to be able to sync them.
Signal processing:
What signal processing way do you want to go?
(single pulse signals -> simple correlation, tone = FFT phase?) Lot of papers and web sources to read..
'Real time' ? How fast do you need to localize? Than will give you an idea of the DSP power you need. (FPGA?)
For your first steps you can use two simple mics and your soundcard 😉
03-29-2019 07:53 AM
@MohamedOsama wrote:
Thanks Henrik , I didn't find any previous vi's similar for this task for learning , Can anyone help me?
Yes. You need to learn several things:
These things take time, of course, but if you put in the time, you'll be able to do these, yourself, and for others. Otherwise, there are engineers and scientists whom you could hire to do it for you.
Bob Schor
03-29-2019 02:16 PM
how can implement array of microphones to labview with myrio ?
03-29-2019 05:38 PM
How would you implement 1 microphone?
How would you implement 2?
An "array" is going to be just like 2, but more.
Your question lacks any details of where you are having problems to be able to offer any more specific help.
03-31-2019 11:13 AM
I should implement 3 hydrophones and take an output of each one to a band pass filter then compute the phase shift between them
03-31-2019 12:26 PM - edited 03-31-2019 12:26 PM
Have you been able to connect 1 hydrophone and get signals from it?
03-31-2019 12:31 PM
No, at least 2 hydrophones
03-31-2019 12:34 PM
Until you figure out how to connect 1 hydrophone, you shouldn't be thinking about 2 or more hydrophones. How should they connect to the MyRIO? Do they output a voltage signal? I'm not familiar with the MyRIO, but I assume it has analog input channels.