Main Content

visualize

Visualize spectrum mask of phase noise

Description

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.

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)

Figure Figure 1: Magnitude Response (dB) contains an axes object. The axes object with title Magnitude Response (dB), xlabel Frequency (Hz), ylabel Magnitude (dB) contains an object of type line.

Input Arguments

collapse all

Phase noise that defines the spectrum mask that is displayed, specified as a comm.PhaseNoise System object.

Version History

Introduced in R2012a

See Also

Tools

Objects