Pulse Amplitude Modulation (PAM)

Calling sequence

x = pam(b,osf,k)

Parameters

b:

Input binary sequence

osf:

Over-Sampling Factor

k:

Number of bits / symbol

x:

Output signal

Description

This function convert a binary sequence (0 and 1) to a sequence of number between -1 and 1 (each symbols maps k bits). Each symbol is repeated osf times (the same as if the pulse shaping filter is rectangular / moving average).


See also