Re: Porting waveforms out of Mathematica and into a D/A converter
- To: mathgroup at smc.vnet.net
- Subject: [mg75370] Re: Porting waveforms out of Mathematica and into a D/A converter
- From: dh <dh at metrohm.ch>
- Date: Fri, 27 Apr 2007 05:21:18 -0400 (EDT)
- References: <f0pkr5$27t$1@smc.vnet.net>
Hi Thomas, it all depends what and how the AD converter wants to be fed. One possibility is to write the values to a binary file (assumung the AD wants binary data,presumably integers) and to feed this file to the AD converter. hope this helps, Daniel hot water wrote: > Porting waveforms out of Mathematica and into a D/A converter > > I have an application where I want to take mathematical curves > generated in Mathematica and port them into a D/A converter. I would > use regular signal generators but that will take a very long time for > my medical ultrasound application. > > Any suggestions? > > Thanks, > > Thomas > >