[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r10036 - gnuradio/trunk/grc/data/platforms/python/bloc
From: |
jblum |
Subject: |
[Commit-gnuradio] r10036 - gnuradio/trunk/grc/data/platforms/python/blocks |
Date: |
Sat, 22 Nov 2008 13:03:38 -0700 (MST) |
Author: jblum
Date: 2008-11-22 13:03:38 -0700 (Sat, 22 Nov 2008)
New Revision: 10036
Modified:
gnuradio/trunk/grc/data/platforms/python/blocks/random_source_x.xml
Log:
clarification for random source
Modified: gnuradio/trunk/grc/data/platforms/python/blocks/random_source_x.xml
===================================================================
--- gnuradio/trunk/grc/data/platforms/python/blocks/random_source_x.xml
2008-11-22 19:01:29 UTC (rev 10035)
+++ gnuradio/trunk/grc/data/platforms/python/blocks/random_source_x.xml
2008-11-22 20:03:38 UTC (rev 10036)
@@ -40,7 +40,7 @@
<param>
<name>Maximum</name>
<key>max</key>
- <value>1</value>
+ <value>2</value>
<type>int</type>
</param>
<param>
@@ -69,5 +69,7 @@
</source>
<doc>
Generate num samples of random numbers of [min, max). Repeat samples if
specified.
+
+Ex: With min=0 and max=2, the sequence 01110101... will be generated.
</doc>
</block>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r10036 - gnuradio/trunk/grc/data/platforms/python/blocks,
jblum <=