From b086f7337f144a48296bdfd9e2a09ad9979e7bdd Mon Sep 17 00:00:00 2001 From: jblum Date: Tue, 19 May 2009 23:56:09 +0000 Subject: Re-implemented variable sink so that it can pass vector-aligned samples. Created backend grc blks2 block to sample the stream and set callback. Renamed variable sink and moved it into the sinks category. Added example of variable sink reading taps from a stream and setting them to a FIR filter. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11062 221aa14e-8319-0410-a670-987f0aec2ac5 --- grc/examples/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'grc/examples/Makefile.am') diff --git a/grc/examples/Makefile.am b/grc/examples/Makefile.am index 9a2fbd53d..95f352a64 100644 --- a/grc/examples/Makefile.am +++ b/grc/examples/Makefile.am @@ -30,7 +30,8 @@ dist_audiodata_DATA = \ simpledatadir = $(grc_examples_prefix)/simple dist_simpledata_DATA = \ simple/ber_simulation.grc \ - simple/dpsk_loopback.grc + simple/dpsk_loopback.grc \ + simple/var_sink_taps.grc trellisdatadir = $(grc_examples_prefix)/trellis dist_trellisdata_DATA = \ -- cgit