PAM
| Directory | DOS Name | Type |
| Modem |
pam |
m-function |
Purpose
Encodes the data vector x onto the n bit PAM constellation
Calling Sequence
y = PAM(x, n)
INPUTS
|
Input |
Description |
|
x
|
input symbols, integers from 0 to 2^n-1
|
Optional INPUTS
|
Input |
Description |
Default Value |
|
n
|
the number of data bits
|
1
|
|
precode_state
|
the state of the differential precoder
|
'no' (which means no precoding)
|
OUTPUTS
|
Output |
Description |
|
y
|
the PAM symbols corresponding to x
|
|
precode_state
|
the next state of the differential precoder
|
Notes
Also -- [y, ns] = PAM(x, n, precode_state) where precode_state
the state of the precoding filter 1/1-z^-1 (mod 2 for PAM)
DigComT Licensee: Chris Heegard
Native Intelligence
Last modified: Tuesday, January 11, 2000
Date created: Tuesday, January 11, 2000
Copyright © 1997-2000, Native Intelligence, All rights reserved.