Model LO Phase Noise

2 次查看(过去 30 天)
Waldemar Henrich
Waldemar Henrich 2019-11-7
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

回答(1 个)

Sriram Tadavarty
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

产品


版本

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by