I'm interested in analyzing a 10 Mhz ultrasound transducer data (not to make an image; just to analyze the raw data) and I have a MSP430F5438 evaluation board, the HV748 Supertex ultrasound pulser and the MD0100 Tx/Rx Switch from Supertex.
I'm trying to figure out how to sample the 10 MHz data coming from the transducer. The ADC on the msp430 isn't fast enough; is there a different microcontroller (preferably a msp430 that I can put into the 100 pin eval board to substitute the MSP430F5438) whose ADC would be fast enough (I'd need a 50 ns sampling period max/ at least 20 MSPS)? Or should I get a separate ADC?
It seems the TI AFE5851 does have an ADC fast enough for my transducer, but it seems it'd require an additional deserializer to get data in a format that the MSP430F5438 could work with. And this deserializer seems to be 600 bucks for an evaluation model, which is way outside of my budget. What is a lower-cost solution for my problem?
Overall, I need an ADC/chip that can process a 10 Mhz signal and send it to my MSP430F5438 (or an alternate microcontroller), preferably without additional components in between.
I think I've found a solution, but outside of TI: http://www.analog.com/en/analog-to-digital-converters/ad-converters/ad9272/products/product.html?ref=ASC-PR-313 the AD9272 which has variable gain, low noise amplifier, etc inside it as well.. Is there any TI product that's comparable?
It'd be great to get some feedback on whether I'm going in the right direction. Thank you!
Raven