#include <stdlib.h>
#include <stdio.h>
#include <inttypes.h>
#include <math.h>
#include "spandsp/dc_restore.h"
#include "spandsp/awgn.h"
Defines | |
#define | M1 259200 |
#define | IA1 7141 |
#define | IC1 54773 |
#define | RM1 (1.0/M1) |
#define | M2 134456 |
#define | IA2 8121 |
#define | IC2 28411 |
#define | RM2 (1.0/M2) |
#define | M3 243000 |
#define | IA3 4561 |
#define | IC3 51349 |
Functions | |
void | awgn_init (awgn_state_t *s, int idum, int level) |
int16_t | awgn (awgn_state_t *s) |