|
|
@ -25,6 +25,7 @@
|
|
|
|
#include "srslte/config.h"
|
|
|
|
#include "srslte/config.h"
|
|
|
|
|
|
|
|
|
|
|
|
#include <inttypes.h>
|
|
|
|
#include <inttypes.h>
|
|
|
|
|
|
|
|
#include <stdbool.h>
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
extern "C" {
|
|
|
@ -45,6 +46,8 @@ srslte_random_uniform_complex_dist_vector(srslte_random_t q, cf_t* vector, uint3
|
|
|
|
|
|
|
|
|
|
|
|
SRSLTE_API float srslte_random_gauss_dist(srslte_random_t q, float std_dev);
|
|
|
|
SRSLTE_API float srslte_random_gauss_dist(srslte_random_t q, float std_dev);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SRSLTE_API bool srslte_random_bool(srslte_random_t q, float prob_true);
|
|
|
|
|
|
|
|
|
|
|
|
SRSLTE_API void srslte_random_free(srslte_random_t q);
|
|
|
|
SRSLTE_API void srslte_random_free(srslte_random_t q);
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
#ifdef __cplusplus
|
|
|
|