Re: [Discuss-gnuradio] Phase errors and expected behavior of in-flight samples when a flowgraph is reconfigured

2014-04-23 Thread Kevin Reid
[quoting reordered for regularity] On Apr 22, 2014, at 2:24, Alexandru Csete oz9...@gmail.com wrote: On Tue, Apr 22, 2014 at 2:42 AM, Kevin Reid kpr...@switchb.org wrote: On Apr 21, 2014, at 10:43, Tom Rondeau t...@trondeau.com wrote: Seems like you could disconnect the entire flowgraph

Re: [Discuss-gnuradio] Phase errors and expected behavior of in-flight samples when a flowgraph is reconfigured

2014-04-21 Thread Kevin Reid
On Apr 21, 2014, at 0:53, Alexandru Csete oz9...@gmail.com wrote: On Mon, Apr 21, 2014 at 2:31 AM, Kevin Reid kpr...@switchb.org wrote: I've seen three different intermittent misbehaviors in my application which can be described as parallel signal paths getting out of phase with each other

Re: [Discuss-gnuradio] Phase errors and expected behavior of in-flight samples when a flowgraph is reconfigured

2014-04-21 Thread Kevin Reid
the behavior I am seeing could be explained by them being inconsistently kept or discarded. -- Kevin Reid http://switchb.org/kpreid/ ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman

Re: [Discuss-gnuradio] Phase errors and expected behavior of in-flight samples when a flowgraph is reconfigured

2014-04-21 Thread Kevin Reid
for confirming my understanding of the expected behavior. -- Kevin Reid http://switchb.org/kpreid/ ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] Phase errors and expected behavior of in-flight samples when a flowgraph is reconfigured

2014-04-20 Thread Kevin Reid
, what is intended to happen to samples which are buffered between two blocks (A-B) when that connection is removed? Are they discarded, delivered to B, or delivered to whatever A's output is now?) -- Kevin Reid http://switchb.org/kpreid

Re: [Discuss-gnuradio] Multiply block problem in GRC 3.6.5.1

2014-03-27 Thread Kevin Reid
to complex (leaving the imaginary input unconnected, implicitly zero), then multiply it with the sine. -- Kevin Reid http://switchb.org/kpreid/ ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https

Re: [Discuss-gnuradio] gr-audio OSX fixes test branch

2014-02-26 Thread Kevin Reid
that there are also, of course, non-OSX audio sinks/sources; I don't know how they signal failure to the caller but it should be made the same on all platforms. If there's an existing failure-signaling path for non-OSX then we should just use that everywhere.) -- Kevin Reid

Re: [Discuss-gnuradio] gr-audio OSX fixes test branch

2014-02-25 Thread Kevin Reid
to warn on ought to be exposed to the caller, not just stderr/stdout, if nothing else so that non-console-based applications can communicate the information to their actual user interface, as well as performing appropriate error handling. -- Kevin Reid http

Re: [Discuss-gnuradio] problem with top_block.stop()

2013-12-18 Thread Kevin Reid
() The wait() occurs last so that what it is waiting for is only for the stop() to complete, not for anything else. -- Kevin Reid http://switchb.org/kpreid/ ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https

Re: [Discuss-gnuradio] quadrature_demod losing weak signals

2013-11-30 Thread Kevin Reid
On Nov 30, 2013, at 2:09, Alexandru Csete oz9...@gmail.com wrote: On Sat, Nov 30, 2013 at 2:50 AM, Kevin Reid kpr...@switchb.org wrote: If the amplitude of the input to quadrature_demod_cf is less than about 10^(-2.23), then the output samples are zero instead of the demodulated signal

Re: [Discuss-gnuradio] quadrature_demod losing weak signals

2013-11-30 Thread Kevin Reid
On Nov 30, 2013, at 8:22, Tom Rondeau t...@trondeau.com wrote: On Sat, Nov 30, 2013 at 10:55 AM, Kevin Reid kpr...@switchb.org wrote: /* don't divide by zero! */ if((y_abs 1.5E-5) (x_abs 1.5E-5)) return 0.0; Since the preceding multiply_conjugate should square the magnitude

[Discuss-gnuradio] quadrature_demod losing weak signals

2013-11-29 Thread Kevin Reid
with the behavior, and a screenshot of what the demodulated output looks like just at the threshold of failure (the signal is 200 samples per cycle). fm_weak_test_simple.grc Description: Binary data inline: Screen Shot 2013-11-29 at 17.42.21.png -- Kevin Reid http

Re: [Discuss-gnuradio] WX FFT in 3.7 (master)

2013-08-27 Thread Kevin Reid
currently don't have WX GUI available, due to the current issues with MacPorts wxPython.) -- Kevin Reid http://switchb.org/kpreid/ ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman

[Discuss-gnuradio] Possible diagnosis for issue 520, hier_block2::disconnect_all() misbehavior

2013-08-17 Thread Kevin Reid
removing elements. (I don't know how to write that in idiomatic C++.) I hope someone who has a working GNU Radio development environment (I've tried and failed, which is an unrelated problem) can try this fix. -- Kevin Reid http://switchb.org/kpreid

<    1   2