P = impulse2pulse(I,N,dt)
converts the impulse response I to a pulse response
P, given the number of samples per symbol N and
the uniform sampling interval dt.
Input impulse response, specified as a column matrix. The first column contains the
primary impulse response and the subsequent columns (if any) contain the crosstalk
impulse responses.
Data Types: double
N — Number of samples per symbol positive integer scalar
Number of samples per symbol, specified as a positive integer scalar.
Data Types: double
dt — Uniform sampling interval positive real scalar
Uniform timestep of the waveform, specified as a real positive scalar in
seconds.
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™.