[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 08/11: analog: additional docs for noise so
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 08/11: analog: additional docs for noise sources. |
Date: |
Thu, 9 Jan 2014 21:52:40 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
trondeau pushed a commit to branch maint
in repository gnuradio.
commit 513e94794d8663b85bd2ab9d60b876d17967bd41
Author: Tom Rondeau <address@hidden>
Date: Thu Jan 9 09:33:23 2014 -0500
analog: additional docs for noise sources.
---
gr-analog/include/gnuradio/analog/fastnoise_source_X.h.t | 4 ++--
gr-analog/include/gnuradio/analog/noise_source_X.h.t | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/gr-analog/include/gnuradio/analog/fastnoise_source_X.h.t
b/gr-analog/include/gnuradio/analog/fastnoise_source_X.h.t
index 5f94a7e..a6377ad 100644
--- a/gr-analog/include/gnuradio/analog/fastnoise_source_X.h.t
+++ b/gr-analog/include/gnuradio/analog/fastnoise_source_X.h.t
@@ -48,10 +48,10 @@ namespace gr {
/*! \brief Make a fast noise source
* \param type the random distribution to use (see
gnuradio/analog/noise_type.h)
- * \param ampl a scaling factor for the output
+ * \param ampl a scaling factor for the output; for Gaussian sources,
this is the std. dev.
* \param seed seed for random generators. Note that for uniform and
+ * Gaussian distributions, this should be a negative
number.
* \param samples Number of samples to pre-generate
- * Gaussian distributions, this should be a negative number.
*/
static sptr make(noise_type_t type, float ampl,
long seed = 0, long samples=1024*16);
diff --git a/gr-analog/include/gnuradio/analog/noise_source_X.h.t
b/gr-analog/include/gnuradio/analog/noise_source_X.h.t
index b7b0906..6e3ff3e 100644
--- a/gr-analog/include/gnuradio/analog/noise_source_X.h.t
+++ b/gr-analog/include/gnuradio/analog/noise_source_X.h.t
@@ -48,7 +48,7 @@ namespace gr {
/*! Build a noise source
* \param type the random distribution to use (see
gnuradio/analog/noise_type.h)
- * \param ampl a scaling factor for the output
+ * \param ampl a scaling factor for the output; for Gaussian sources,
this is the std. dev.
* \param seed seed for random generators. Note that for uniform and
* Gaussian distributions, this should be a negative number.
*/
- [Commit-gnuradio] [gnuradio] branch maint updated (ccfd5aa -> 7bb1182), git, 2014/01/09
- [Commit-gnuradio] [gnuradio] 01/11: runtime: Disable CPU_SET macros for FreeBSD., git, 2014/01/09
- [Commit-gnuradio] [gnuradio] 05/11: volk: some versions of clang have problems with cvtpi32_ps., git, 2014/01/09
- [Commit-gnuradio] [gnuradio] 03/11: qtgui: fixed naming of classes for long-term use., git, 2014/01/09
- [Commit-gnuradio] [gnuradio] 11/11: grc: fix variable vlen for grc generated hier blocks, git, 2014/01/09
- [Commit-gnuradio] [gnuradio] 09/11: cmake: If Ice 3.4 found, check version of GCC and disable if >= 4.7., git, 2014/01/09
- [Commit-gnuradio] [gnuradio] 04/11: volk: clang sets GNUC_MINOR only to 2, so we need to check if we're building with clang. This patch enables xgetbv for clang >= 3.0., git, 2014/01/09
- [Commit-gnuradio] [gnuradio] 06/11: volk: test for clang version; if less than 3.2, disable SSE4a machine due to a bug in the compiler support., git, 2014/01/09
- [Commit-gnuradio] [gnuradio] 08/11: analog: additional docs for noise sources.,
git <=
- [Commit-gnuradio] [gnuradio] 10/11: volk: modifying tests for AVX and SSE4a support in compiler/CPU., git, 2014/01/09
- [Commit-gnuradio] [gnuradio] 07/11: filter: fixed an issue with filter delays for interp and rational_resampler filters., git, 2014/01/09
- [Commit-gnuradio] [gnuradio] 02/11: qtgui: fixed thread-safety in GRC variable-type blocks, git, 2014/01/09