Borrar filtros
Borrar filtros

Real number (format), AD sampling

2 visualizaciones (últimos 30 días)
Peter Balazovic
Peter Balazovic el 25 de Feb. de 2022
Comentada: Walter Roberson el 27 de Feb. de 2022
I'd like to extend the AD conversion example (Sigma-Delta A/D Conversion) to get connect with other modules.
I'd like to have real number out of the AD Conversion, and have this number with other SW function.
Please what and how to realize it and extend the example and connected to the SW function?
  3 comentarios
Peter Balazovic
Peter Balazovic el 25 de Feb. de 2022
Editada: Peter Balazovic el 25 de Feb. de 2022
I'd like to use the digitized signal as number for m-scritp (SW) processing - how can I access it? Do I need to samle it? How can I connect a m-script to the AD converter?
Walter Roberson
Walter Roberson el 27 de Feb. de 2022
You can send the signal into a MATLAB Function Block, if you want the processing to happen as the model runs.
If you want to post-process the signal after the model runs, then you could Save To Workspace, or you could log the signal. If you log the signal then instead of running your model interactively, have MATLAB code run sim() and save the output from sim(), which will be an object that you can access the logged signal values from.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Simulink en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by