phaseNoiseMeasure
R2026bMeasure and plot phase noise profile of input signal
Syntax
Description
measures the single-sideband phase noise levels of an input signal at the specified
frequency offset points. The input signal can be a time-domain signal, a frequency domain
signal, or direct zero-crossing timestamps. If you are using zero-crossing points as input
data, they should capture both the rising and falling edges.PNMeasure = phaseNoiseMeasure(Xin,Yin,RBW,FrOffset,PlotOption,tag,Name,Value)
The function also plots phase noise profile at the specified frequency offset points
when you specify the PlotOption argument as
'on'.
in addition to the input arguments in the previous syntax compares phase noise levels at the
specified frequency offsets to a target phase noise profile. Set the
PNMeasure = phaseNoiseMeasure(___,PNTarget,Name=Value)PlotOption argument to 'on' to plot and compare
the measured phase noise profile to the target profile.
[
additionally returns the phase noise waveform data represented by the frequency offset
vector and the corresponding phase noise vector.PNMeasure,GenFrOffset,GenPN] = phaseNoiseMeasure(___)
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2020a



