What matlab function can I use to convert and analog signal to a digital bit stream?
Afficher commentaires plus anciens
See question.
Réponses (1)
Walter Roberson
le 6 Mai 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 commentaire
Sean de Wolski
le 6 Mai 2011
As does the Data Acquisition Toolbox.
Catégories
En savoir plus sur Signal Generation, Manipulation, and Analysis dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!