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)

Input Arguments

collapse all

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

See Also

Functions

Objects

Introduced in R2012a