How can i access to simulink's 'vco_testbench'block source code? Is it impossible?
조회 수: 2 (최근 30일)
이전 댓글 표시
How can i access to simulink's 'vco_testbench'block source code? Is it impossible?
댓글 수: 1
Steven Lord
2024년 9월 11일
Could you share a little more information about why you're trying to look at that block's source code? Is it curiosity, is it an attempt to change how the block functions, is it that you think you've found a bug in the block and want to investigate, etc.?
채택된 답변
Angelo Yeo
2024년 9월 11일
편집: Angelo Yeo
2024년 9월 19일
VCO Testbench block is fundamentally a masked subsystem. You can click the block and press "Ctrl + U" to look under the mask. Also, this is from a library. You can press "Ctrl + L" to look into the original library.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1770565/image.png)
Last but not least, if you are more interested in how the block measures "Phase noise" or "Kvco and Fo", you can open mask editor by clicking the block and pressing "Ctrl + M". The "initialization" function will tell you what the blocks do when simulation started to run. However, note that although these source codes are open to end users, they are not written for your convenience.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1775110/image.png)
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Simulink Functions에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!