[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 11/15: gnuradio-runtime: append docs to set
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 11/15: gnuradio-runtime: append docs to set_history regarding initialization |
Date: |
Wed, 10 Feb 2016 15:44:48 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch master
in repository gnuradio.
commit bd10336e4e1fcf2bb841c51f6580bddc1b28eb3e
Author: Andrej Rode <address@hidden>
Date: Tue Feb 9 18:38:40 2016 +0100
gnuradio-runtime: append docs to set_history regarding initialization
---
gnuradio-runtime/include/gnuradio/block.h | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnuradio-runtime/include/gnuradio/block.h
b/gnuradio-runtime/include/gnuradio/block.h
index c6185d9..a484ccf 100644
--- a/gnuradio-runtime/include/gnuradio/block.h
+++ b/gnuradio-runtime/include/gnuradio/block.h
@@ -80,7 +80,9 @@ namespace gr {
* History is the number of x_i's that are examined to produce one y_i.
* This comes in handy for FIR filters, where we use history to
* ensure that our input contains the appropriate "history" for the
- * filter. History should be equal to the number of filter taps.
+ * filter. History should be equal to the number of filter taps. First
+ * history samples (when there are no previous samples) are
+ * initialized with zeroes.
*/
unsigned history() const;
void set_history(unsigned history);
- [Commit-gnuradio] [gnuradio] branch master updated (b4eb87f -> 9ba484a), git, 2016/02/10
- [Commit-gnuradio] [gnuradio] 15/15: Merge remote-tracking branch 'noc0lour/append_set_history_doc', git, 2016/02/10
- [Commit-gnuradio] [gnuradio] 11/15: gnuradio-runtime: append docs to set_history regarding initialization,
git <=
- [Commit-gnuradio] [gnuradio] 03/15: blocks: adding QA code to test max_noutput_items., git, 2016/02/10
- [Commit-gnuradio] [gnuradio] 07/15: grc: user-selectable transparent bg screen shots, git, 2016/02/10
- [Commit-gnuradio] [gnuradio] 05/15: grc: #fff as canvas bg color, git, 2016/02/10
- [Commit-gnuradio] [gnuradio] 13/15: Merge remote-tracking branch 'tom/issue713', git, 2016/02/10
- [Commit-gnuradio] [gnuradio] 09/15: Merge branch 'maint_grcwg' into docstring_gui_fixes, git, 2016/02/10
- [Commit-gnuradio] [gnuradio] 12/15: Merge remote-tracking branch 'gnuradio-wg-grc/master_grcwg', git, 2016/02/10
- [Commit-gnuradio] [gnuradio] 14/15: Merge remote-tracking branch 'tom/set_max_noutput_items', git, 2016/02/10
- [Commit-gnuradio] [gnuradio] 08/15: grc: remove [] around categories in the block library, git, 2016/02/10
- [Commit-gnuradio] [gnuradio] 06/15: grc: optional transparent bg in screen shots, git, 2016/02/10
- [Commit-gnuradio] [gnuradio] 02/15: filter: Uses last commit to make a better fix for issue #882., git, 2016/02/10