Main Content

validateWave

Compare MER waveform to reference waveform

Since R2024b

Description

validateWave(obj) compares the MER waveform specified by MER object obj with the reference waveform. You must provide the reference waveform before you can call the function.

validateWave(obj,ReferenceWave,ReferenceWavePattern) compares the MER waveform specified by MER object obj with the specified reference waveform.

validateWave(obj,ReferenceWave,ReferenceWavePattern,plot='on') compares the MER waveform specified by MER object obj with the specified reference waveform and plots the comparison results.

Input Arguments

collapse all

Reconstructed MER waveform, specified as an object.

Data Types: double

Reference waveform used to validate the reconstructed time-domain MER waveform, specified as a matrix.

Data Types: double

Data pattern of the reference waveform, specified as a vector containing integers in the range [0, (Modulation−1)].

Data Types: double

Plot the reconstructed MER waveform overlayed on top of the reference waveform.

Data Types: char

Version History

Introduced in R2024b