Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

drplACPRWithMask

drplACPRWithMask(
t_acprw
t_sig
)
=> o_waveform / nil

Description

This function plots acpr and spectrum masks if you select one of standards defined in Channel Definitions on envlp result Direct Plot form. These masks confirm that the acpr reaches the mask requirement defined in communication standards.

Arguments

t_acprw

Name of the acpr wave.

t_sig

The signal standard, such as 802_11a.

Value Returned

o_waveform

Returns the waveform of acpr and mask.

nil

Returns nil, if result envlp_fd does not exist or power spectral density can not be calculated.

Examples

Plots rRvalue on the Y-axis.

drplACPRWithMask(db10(psdbb(real(harmonic(v("/net9" ?result "envlp_fd") '1)) imag(harmonic(v("/net9" ?result "envlp_fd") '1)) 0 0.00016 12800 ?windowSize 64 ?windowName "Cosine4" ?detrending "none")) "802_11a")

Return to top
 ⠀
X