34 #ifndef __PDSBIAWGN_H__ 35 #define __PDSBIAWGN_H__ 43 #include <pds/pdscmglobal.h> 44 #include <pds/pdsgaussian.h> 45 #include <pds/pdsvector.h> 46 #include <pds/pdsbvector.h>
int pds_biawgn_evaluate(PdsBiAwgn *Channel, const PdsBVector *BVectorInput, PdsVector *VectorOutput)
Evalua un vector binario en un canal BIAWGN.
PdsBiAwgn * pds_biawgn_new(PdsCmReal A, PdsCmReal Sigma)
Crea un canal de tipo PdsBiAwgn.
void pds_biawgn_destroy(PdsBiAwgn **Channel)
Libera un canal de tipo puntero PdsBiAwgn y lo carga con NULL.
void pds_biawgn_free(PdsBiAwgn *Channel)
Libera un canal de tipo puntero PdsBiAwgn.
La estructura tipo PdsBiAwgn . Esta estructura genera una canal AWGN. Para usar incluir pds/pdsbiawgn...