Main Content

visualize

Visualize spectrum mask of phase noise

Description

example

visualize(phznoise) displays the power spectral density (PSD) of the phase noise added to the input signal by the comm.PhaseNoise System object™. The function shows the specified PSD and the realized PSD in the figure window.

Examples

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)

Input Arguments

collapse all

Phase noise, specified as a comm.PhaseNoise System object.

Version History

Introduced in R2012a