Model LO Phase Noise
조회 수: 2 (최근 30일)
이전 댓글 표시
Hello,
Currently I've tried to model LO Phase Noise. As suggestet in the RF Blockset User Guide. This is how the system should look like if i call
open_system('ex_simrf_phase_noise').

This is how it look like if i call open_system('ex_simrf_phase_noise') on my system.

One can see that it differs a little bit. I'm interested in viewing the Phase Noise Spectrum, but unfortunately it is not includet in the model I get. Can someone tell me where I can find the block "Convert to phase" to show the phase noise density?
Thanks
댓글 수: 0
답변 (1개)
Sriram Tadavarty
2020년 3월 18일
Hi Waldemer,
The way you see different example models from the documentation and from the MATLAB you have, is due to the difference in versions used. The documentation page always shows up the latest version, whereas the MATLAB installed might not be up to date.
I assume you are using a MATLAB version 17b or earlier, the example is updated from R2018a. You can find the version of MATLAB that is installed through the command
ver
That indicates what version is used.
In order to solve the problem, of having the "Convert To phase" block, it is not the direct block in Simulink. It is the subsystem made for the example, using the blocks math function (use logarithmic i.e. log), complex to real-Imag (Set output parameter to Imaginary) and a gain block with gain "1/srqt(2)). This block can be generated from the Simulink library in the model you have with those parameters, and will perform what is asked.
Hope this helps.
Regards,
Sriram
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!