Main Content

plotPhaseNoiseFilter

Plot response of phase noise filter block

Description

example

plotPhaseNoiseFilter(blockname) plots the response of the phase noise filter associated with the Phase Noise block specified by the variable blockname.

Examples

collapse all

This example shows how to use the plotPhaseNoiseFilter function to view the filter response of a Phase Noise block in a Simulink® model.

Load a Simulink model that contains a Phase Noise block. The load_system (Simulink) command loads a model into memory without making its model window visible. The function will also work with models whose window is visible. The example, slex_phasenoise, contains a Phase Noise block.

load_system('slex_phasenoise')

Run the plotPhaseNoiseFilter function to view the filter response of the block Phase Noise.

plotPhaseNoiseFilter('slex_phasenoise/Phase Noise')

Input Arguments

collapse all

The name of a Phase Noise block in a Simulink model

Example: plotPhaseNoiseFilter('Model Name/Phase Noise')

Data Types: char

Version History

Introduced in R2014b

See Also