How can i access to simulink's 'vco_testbench'block source code? Is it impossible?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
찬웅
am 11 Sep. 2024
Bearbeitet: Angelo Yeo
am 19 Sep. 2024
How can i access to simulink's 'vco_testbench'block source code? Is it impossible?
1 Kommentar
Steven Lord
am 11 Sep. 2024
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.?
Akzeptierte Antwort
Angelo Yeo
am 11 Sep. 2024
Bearbeitet: Angelo Yeo
am 19 Sep. 2024
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.
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.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Simulink Functions finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!