What matlab function can I use to convert and analog signal to a digital bit stream?
Show older comments
Answers (1)
Walter Roberson
on 6 May 2011
1 vote
No such function exists. No such function can exist, as it would require that digital CPUs be able to store and process infinitely precise analog signals until they were converted to digital form on command.
If you need to convert an analog signal to a digital signal, you need an analog to digital converter, after which the task becomes one of reading the digital values from the device. There are several functions for reading values from devices as different devices have different communication protocols. The Instrument Control Toolbox supports several communications protocols.
1 Comment
Sean de Wolski
on 6 May 2011
As does the Data Acquisition Toolbox.
Categories
Find more on Signal Generation, Manipulation, and Analysis in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!