P = wave2pulse(W,D,N)
converts a data pattern waveform W to a pulse response
P, given the symbol pattern D and the number of
samples per symbol N.
P = wave2pulse(___,K)
converts a data pattern waveform to a truncated pulse response so that the first dimension
of P is of size (N·K), where
K is the desired length of the pulse response.
Converted pulse response, returned as a column matrix. The first column contains the
primary pulse response and the subsequent columns (if any) contain the crosstalk pulse
responses.
Data Types: double
Extended Capabilities
C/C++ Code Generation Generate C and C++ code using MATLAB® Coder™.