equal
deleted
inserted
replaced
41 double IntegralFunction (double x, void *params); |
41 double IntegralFunction (double x, void *params); |
42 #endif |
42 #endif |
43 |
43 |
44 /** |
44 /** |
45 * \brief an implementation of DSSS error rate model |
45 * \brief an implementation of DSSS error rate model |
|
46 * \ingroup wifi |
46 * |
47 * |
47 * The 802.11b modulations: |
48 * The 802.11b modulations: |
48 * - 1 Mbps mode is based on DBPSK. BER is from equation 5.2-69 from John G. Proakis |
49 * - 1 Mbps mode is based on DBPSK. BER is from equation 5.2-69 from John G. Proakis |
49 * Digitial Communications, 2001 edition |
50 * Digitial Communications, 2001 edition |
50 * - 2 Mbps model is based on DQPSK. Equation 8 from "Tight bounds and accurate |
51 * - 2 Mbps model is based on DQPSK. Equation 8 from "Tight bounds and accurate |