34#include <itpp/itexports.h>
67 void set_state(
const bvec &
state);
69 void set_state(
const ivec &
state);
79 bvec memory, Connections;
110 int get_sequence_length(
void);
118 bmat get_family(
void);
int get_sequence_length(void)
Returns the length (period) of a Gold-sequence.
bin shift(void)
Shift one step and output binary symbol.
Binary Linear Feedback Shift Register (LFSR)
int get_length(void)
Return length of shift register.
bvec get_state(void)
Returns the state of the shift register.
bin shift(void)
Shift one step and output binary symbol.
Binary arithmetic (boolean) class.
smat wcdma_spreading_codes(int SF)
Generates the OVSF (orthogonal variable spreading factor) spreading codes used in WCDMA.
Matrix Class Definitions.
Mat< bin > bmat
bin matrix
Templated Vector Class Definitions.