Statistics
| Branch: | Tag: | Revision:

root / gnuradio-core / src / python / gnuradio / gr / qa_bin_statistics.py @ 76ed4c2f

History | View | Annotate | Download (7 kB)

# Date Author Comment
2c103248 10/31/2006 04:07 pm Eric Blossom

Merged eb/binstats -r3848:3906 into trunk. These changes
(1) fix a problem with gr_feval* where when called from a live
flowgraph, they resulted in the call back into Python occuring without
holding the Global Interpreter Lock causing a SIGSEGV.

(2) add gr_bin_statistics_f which combines statistics gathering...