discretize_plot
- TimeSegment.discretize_plot(function)
Discretize the time segment for plotting. Results are returned in
plot_ts
(discrete time axis) andplot_ps
(signal or envelope values).- Parameters:
function (
str
) – Specify to show the full waveform ('full_waveform'
) or only the complex envelope ('complex_envelope'
)