Visualize spectrum mask of phase noise
visualize(phznoise)
example
visualize(phznoise) displays the magnitude response of the filter defined by the comm.PhaseNoise System object™. The function uses the fvtool function to display the magnitude response.
phznoise
comm.PhaseNoise
fvtool
collapse all
Create a phase noise object and display the spectral mask.
pnoise = comm.PhaseNoise('Level',[-40 -70],'FrequencyOffset',[100 200], ... 'SampleRate',1000); visualize(pnoise)
Phase noise that defines the spectrum mask that is displayed, specified as a comm.PhaseNoise System object.
You have a modified version of this example. Do you want to open this example with your edits?