Project

General

Profile

Revision 3a73516c

ID3a73516cb7efbc966fcdb130af4e5c176a4ca90f
Parent ca9029b7
Child ae23d242

Added by Alex Zirbel almost 11 years ago

Added doxygen documentation to many files.

View differences:

scout/scoutsim/src/noise_gen.cpp
27 27
 * @file noise_gen.c
28 28
 * @brief Contains functions that generate noise for scoutsim sensor data
29 29
 *
30
 * @ingroup scoutsim
31
 *
30 32
 * Uses central limit theorem to generate gaussian noise.
31 33
 *
32 34
 * @author Colony Project, CMU Robotics Club
33 35
 * @author Priyanka Deo
36
 * @{
34 37
 **/
35 38

  
36 39
#include "noise_gen.h"
......
66 69
  sum *= 2.0/(float)n;
67 70
  return sum;
68 71
}
72

  
73
/** @} */

Also available in: Unified diff