discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] standard squelch crashing?


From: davek
Subject: Re: [Discuss-gnuradio] standard squelch crashing?
Date: Thu, 14 May 2009 18:56:23 -0400

Works! thanks

On Thu, May 14, 2009 at 6:49 PM, Josh Blum <address@hidden> wrote:
fixed in gnuradio trunk r11033

_josh

davek wrote:
im trying to implement standard squelch into one of my flowgraps however
crashes when excuted.
 a test flowgraph null source -> squelch -> null sink heres what i get in
top_block.py

##################################################
# Blocks
##################################################
self.blks2_standard_squelch_0 = -------->
cannot find 'set_threshold' while searching for 'set_threshold':
blks2.standard_squelch(audio_rate=$audio_rate)
$id.set_threshold($threshold)
<--------
self.gr_null_sink_0 = gr.null_sink(gr.sizeof_float*1)
self.gr_null_source_0 = gr.null_source(gr.sizeof_float*1)


Any ideas?
dave



------------------------------------------------------------------------

_______________________________________________
Discuss-gnuradio mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


reply via email to

[Prev in Thread] Current Thread [Next in Thread]