AD converter for ultrasound

In summary: A standalone ADC will need lots of additional circuitry to make it work. But instead, a micro-controller could be used which already has a built in ADC. I'd recommend a model with a bit of a punch such as the PIC 32 bit series. They come with ADCs that can do 1 MSPS sampling, and support USB.
  • #1
DrDu
Science Advisor
6,357
972
I was building a simple bat detector for a child and also built one for me:
http://home.earthlink.net/~bat-detector/SBD2Parts.html
Now I was wondering whether it would be possible to built a simple AD converter,
which can be fed the amplified signal of the microphone before it enters the counter,
so that the signal can be analyzed on the computer.
Does anybody has an idea how to realize a cheap AD converter for that purpose?
It should sample at at least 196 kHz to be able to resolve up to 100 kHz signals.
Maybe there exist also ready to use USB devices for that purpose?
 
Engineering news on Phys.org
  • #2
DrDu said:
I was building a simple bat detector for a child and also built one for me:
http://home.earthlink.net/~bat-detector/SBD2Parts.html
Now I was wondering whether it would be possible to built a simple AD converter,
which can be fed the amplified signal of the microphone before it enters the counter,
so that the signal can be analyzed on the computer.
Does anybody has an idea how to realize a cheap AD converter for that purpose?

It seems likely that there's a chip that does what you want:
http://www.analog.com/en/analog-to-digital-converters/ad-converters/products/index.html

DrDu said:
It should sample at at least 196 kHz to be able to resolve up to 100 kHz signals.

Would it not then have to sample at >= 200 kHz?
 
  • #3
A standalone ADC will need lots of additional circuitry to make it work. But instead, a micro-controller could be used which already has a built in ADC. I'd recommend a model with a bit of a punch such as the PIC 32 bit series. They come with ADCs that can do 1 MSPS sampling, and support USB.
 
  • #4
waht said:
A standalone ADC will need lots of additional circuitry to make it work. But instead, a micro-controller could be used which already has a built in ADC. I'd recommend a model with a bit of a punch such as the PIC 32 bit series. They come with ADCs that can do 1 MSPS sampling, and support USB.
The microcontroler solution sounds interesting, however, from what I found in the web, the programming of a PIC is not trivial, and I am quite an electronics beginner. I had hoped that someone might recommend me a ready to use ADC. I also found some links which I interpreted as claiming that even some ordinary sound cards can sample up to about 200 kHz.
 
  • #5
DrDu said:
The microcontroler solution sounds interesting, however, from what I found in the web, the programming of a PIC is not trivial, and I am quite an electronics beginner. I had hoped that someone might recommend me a ready to use ADC. I also found some links which I interpreted as claiming that even some ordinary sound cards can sample up to about 200 kHz.

From the sound of the OP, I thought you wanted to build an ADC to PC interface.

One can also get a ready made USB scope such as the pico-scope:

http://www.picotech.com/picoscope2000.html

The cheapest models have about 10 MHz bandwidth and 50 MSPS which should be more than ample to sample a 200 KHz signal.

Edit: I guess you could also mod a sound card, they might have high sample rates. But I'm uncertain about the software needed to push it to maximum, and hardware mod to make it work. I assume sound cards have audio filters which you would have to remove.
 
Last edited:
  • #6
Thank you, I think I shall opt for an oscilloscope. When I was last playing with electronics (about 20 years ago), a
storage oscilloscope was prohibitively expensive. Is picoscope recommendable?
Nevertheless I would like to know whether it is possible to modify an ordinary sound card.
As I understand, the sampling rate would be sufficient, however, they have a built in low pass filter. Do you think it is possible to knock out the low pass filter?
 
  • #7
There are "pro audio" soundcards (meant for computer music creation, not game playing) that sample at 192 kHz or even 384 kHz. For example http://www.m-audio.com/products/en_us/Audiophile192.html

That card has more options than you need, but it's a fairly old design now and you should be able to buy one for about $100 to $150.

The "built in" sound chipsets in most consumer-level PCs only run at the sample rate of CDs, i.e. 44.1KHz (or sometimes 48kHz) and you can't do any simple mods to change that.
 
Last edited by a moderator:

1. What is an AD converter for ultrasound?

An AD converter for ultrasound, also known as an analog-to-digital converter, is a device that converts analog ultrasound signals into digital signals that can be processed by a computer.

2. How does an AD converter for ultrasound work?

An AD converter for ultrasound works by sampling the analog ultrasound signal at regular intervals and converting each sample into a digital value. These digital values are then stored and processed by a computer.

3. What are the benefits of using an AD converter for ultrasound?

Using an AD converter for ultrasound allows for more accurate and precise measurements of ultrasound signals. It also allows for easier storage and analysis of the data.

4. Are there different types of AD converters for ultrasound?

Yes, there are different types of AD converters for ultrasound, including successive approximation, ramp-compare, and delta-sigma converters. Each type has its own advantages and disadvantages.

5. How do I choose the right AD converter for ultrasound for my research or application?

When choosing an AD converter for ultrasound, it is important to consider factors such as resolution, sampling rate, and noise performance. It is also important to determine the specific requirements of your research or application to find the best fit.

Similar threads

Replies
9
Views
1K
Back
Top