Main Content

makeWave

Create symbol pattern waveform

Since R2024b

Description

waveOut = makeWave(obj, Pattern) creates a symbol pattern waveform from the MER object and symbol pattern.

Input Arguments

collapse all

MER waveform used to create symbol pattern waveform, specified as an object.

Data Types: double

Symbol patterns used to create the symbol pattern waveform, specified as a vector. The elements of the vector are integers ranging from 0 to (Modulation−1).

Data Types: double

Output Arguments

collapse all

Synthesized symbol pattern waveform, returned as a matrix.

Version History

Introduced in R2024b