#include <it/vec.h>#include <it/source.h>#include <it/random.h>#include <it/channel.h>Go to the source code of this file.
Functions | |
| vec | modulate_bpsk (bvec b) |
| bvec | channel_bsc (bvec v, double crossover_proba) |
| vec | channel_awgn (vec v, double sigma) |
Definition at line 58 of file channel.c.
References source_gaussian(), vec_add(), and vec_length().
Referenced by main().
Definition at line 31 of file channel.c.
References bvec_length(), and vec_new().
Referenced by main().
|
|