Real number (format), AD sampling
조회 수: 2 (최근 30일)
이전 댓글 표시
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?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/906770/image.png)
댓글 수: 3
Walter Roberson
2022년 2월 27일
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.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Prepare Model Inputs and Outputs에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!