itpp::Multicode_Spread_2d Class Reference
[Digital Modulation]

Multicode spreading of complex symbols to complex output. More...

#include <spread.h>

List of all members.

Public Member Functions

 Multicode_Spread_2d ()
 Constructor.
 Multicode_Spread_2d (const mat &incodesI, const mat &incodesQ)
 Constructor.
cvec spread (const cvec &symbols)
 Spreading of signal.
cvec despread (const cvec &receivedsignal, int timing)
 Despreading of signal. timing is the start position of the first symbol, given in number of samples.
void set_codes (const mat &incodesI, const mat &incodesQ)
 Set the spreading codes.
mat get_codesI ()
 Return the matrix containing the in-phase codes (as rows).
mat get_codesQ ()
 Return the matrix containing the quadrature-phase codes (as rows).
int get_period ()
 Returns the spreading factor.

Protected Attributes

Multicode_Spread_1d mcspreadI
Multicode_Spread_1d mcspreadQ


Detailed Description

Multicode spreading of complex symbols to complex output.

The spreading are done independently for the I and Q phases. That is real(symbols) are spread by the incodeI and imag(symbols) are spread by incodeQ.

Before despreading the phase should be corrected, that is the complex baseband signal should be multiplied by exp(j*PHIk), where PHIk is the phase of that user (and path).

Obeserve that the spreading is normalized so that the energy per bit is preserved before and after spreading (that is each symbol is multiplied with 1/sqrt(N)). Hence, for the multicode case the energy is normalized for one symbol (code) but the transmitted signal consist of a sum of several signals.

Example: See Spread_1d


Member Function Documentation

void itpp::Multicode_Spread_2d::set_codes ( const mat &  incodesI,
const mat &  incodesQ 
)

Set the spreading codes.

The codes are given as rows in the matricies incodesI and incodesQ. The number of rows shall equal the number of multiple spreading codes

References it_assert, mcspreadI, and itpp::Multicode_Spread_1d::set_codes().

Referenced by Multicode_Spread_2d().


Member Data Documentation

The multicode spreaders for the I and Q channels respectively

Referenced by despread(), get_codesI(), get_period(), set_codes(), and spread().


The documentation for this class was generated from the following files:

Generated on Tue Jun 2 10:02:19 2009 for mixpp by  doxygen 1.5.8