Error in finding phase noise of an electrical oscillator...

9 views (last 30 days)
Hello everyone,
I hope you are doing well.
I recently came across the phaseNoiseMeasure method of MATLAB. I tried to run the example and it works perfectly (The example is also given on https://www.mathworks.com/help/msblks/ref/phasenoisemeasure.html). However, when I try to replace the signal data with a random Optisystem generated electrical oscillator or optical signal, it gives me an error.
The data file is also attached. Basically, what I am trying to do is generate a graph of phase noise vs frequency offset of the electrical oscillator signal.
Any help will be appreciated...
BR.
  2 Comments
Sibghat
Sibghat on 25 Sep 2022
Edited: Sibghat on 25 Sep 2022
@Jeffrey Clark Thank you for the feedback.
I have only replaced the frequency and power data in the example with the attached data file. The following image is the graphical illustration of the data file.
The rest of the code is unchanged.
rbw = 25e3;
FrOffset = [30e3 100e3 1e6 3e6 10e6];
PNTarget = [-56 -106 -132 -143 -152];
Looking forward to hearing from you soon...
(PS: I am new to MATLAB)

Sign in to comment.

Accepted Answer

Jeffrey Clark
Jeffrey Clark on 26 Sep 2022
Moved: Joel Van Sickel on 28 Sep 2022
@khan, my guess is that your data frequency is not compatible with the other parameters; the example looks at a signal of 2.7G and yours is 20G. If you disable the plots do you get results returned?
I won't be able to help you anymore since I don't have that toolbox but now maybe someone else will.
You might try running the script with Pause on Errors set - many of the MATLAB functions' codes are available to view and will halt at the point of the error so you might be able to look at the variables and back into the code or caller to see what caused the plot vectors to be incompatible in length.
  1 Comment
Sibghat
Sibghat on 27 Sep 2022
Moved: Joel Van Sickel on 28 Sep 2022
@Jeffrey Clark Thank you for the help.
I have solved the issue by reducing the total number of samples.
BR.

Sign in to comment.

More Answers (0)

Categories

Find more on Phase-Locked Loops in Help Center and File Exchange

Products


Release

R2022a

Community Treasure Hunt

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

Start Hunting!