discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] gr.pwr_squelch_cc committed to CVS


From: Johnathan Corgan
Subject: [Discuss-gnuradio] gr.pwr_squelch_cc committed to CVS
Date: Sun, 18 Jun 2006 00:03:00 -0700
User-agent: Thunderbird 1.5.0.2 (X11/20060522)

Per the discussion in a previous thread the first of the new squelch
blocks has been committed:

gr.pwr_squelch_cc(threshold, alpha=1e-3, ramp=0, gate=False)

threshold is the power in db to set the threshold.

alpha is the power filter iir tap, defaulting to 1e-3

ramp is the number of samples over which to apply a raised cosine window
when turning on or off squelch, defaulting to 0 (no windowing)

gate determines whether the block outputs zeros when power is below the
threshold or nothing at all, defaulting to outputting zeros (False)

I have not written any qa code yet, so caller beware.

-Johnathan, AE6HO




reply via email to

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