Statistics
| Branch: | Tag: | Revision:

root / gnuradio-core / src / lib / gengen / gr_noise_source_X.h.t @ 5d3d5cf4

History | View | Annotate | Download (2.4 kB)

# Date Author Comment
0d6871b3 03/13/2012 03:57 pm Tom Rondeau

core: updated the documentation for the noise source to explain the seed better.

Also changed the default seed to 0. Since the current distributions enabled only change with negative seeds, this causes no change in the behavior of these sources, but will hopefully not mislead users with the use of a positive number.

5cd411a7 12/22/2011 11:20 pm Tom Rondeau

core: added accessors to noise_source to get type and amplitude of object.

f914499f 07/21/2011 01:38 am Josh Blum

core: API declaration macros for core class and function symbols

ed236703 05/22/2009 04:11 pm Eric Blossom

doc fixes! work-in-progress

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11085 221aa14e-8319-0410-a670-987f0aec2ac5

937b719d 07/21/2007 03:44 am Eric Blossom

Updated license from GPL version 2 or later to GPL version 3 or later.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6044 221aa14e-8319-0410-a670-987f0aec2ac5

cbe1628f 01/13/2007 04:14 am Eric Blossom

SWIG compilation speedup! Fixes ticket:9.
Merged -r4203:4254 from eb/swig-split into trunk.

This refactors gnuradio_swig_python.{cc,py} into 5 separate .so's
These correspond to the runtime, general, filter and io directories,
and also includes a new directory, gengen. gengen contains that part...