Statistics
| Branch: | Tag: | Revision:

root / gnuradio-core / src / python / gnuradio / gr @ 3c443c0b

Name Size
Makefile.am 2.3 kB
__init__.py 1.3 kB
basic_flow_graph.py 9.7 kB
benchmark_filters.py 2.6 kB
exceptions.py 922 Bytes
flow_graph.py 8.2 kB
gr_threading.py 1.2 kB
gr_threading_23.py 21.4 kB
gr_threading_24.py 24.9 kB
hier_block.py 4.2 kB
hier_block2.py 3.3 kB
prefs.py 3.7 kB
qa_add_and_friends.py 4.2 kB
qa_add_v_and_friends.py 11.8 kB
qa_agc.py 18.4 kB
qa_argmax.py 2.1 kB
qa_basic_flow_graph.py 6.2 kB
qa_bin_statistics.py 7.2 kB
qa_cma_equalizer.py 1.5 kB
qa_complex_to_xxx.py 5.2 kB
qa_constellation_decoder_cb.py 1.9 kB
qa_correlate_access_code.py 2.5 kB
qa_delay.py 1.9 kB
qa_diff_encoder.py 2.9 kB
qa_diff_phasor_cc.py 1.6 kB
qa_feval.py 3.5 kB
qa_fft_filter.py 9.2 kB
qa_filter_delay_fc.py 18.4 kB
qa_flow_graph.py 11.3 kB
qa_fractional_interpolator.py 1.2 kB
qa_frequency_modulator.py 1.7 kB
qa_fsk_stuff.py 2.6 kB
qa_glfsr_source.py 3.3 kB
qa_goertzel.py 1.9 kB
qa_head.py 1.4 kB
qa_hier_block2.py 8.3 kB
qa_hilbert.py 6.5 kB
qa_iir.py 5.3 kB
qa_interleave.py 2.8 kB
qa_interp_fir_filter.py 1.8 kB
qa_kludge_copy.py 2.9 kB
qa_kludged_imports.py 1.2 kB
qa_max.py 1.5 kB
qa_message.py 3.6 kB
qa_mute.py 2.9 kB
qa_nlog10.py 1.5 kB
qa_noise.py 1.2 kB
qa_ofdm_insert_preamble.py 5.4 kB
qa_packed_to_unpacked.py 11.5 kB
qa_pipe_fittings.py 4.1 kB
qa_pll_carriertracking.py 7.7 kB
qa_pll_freqdet.py 5.9 kB
qa_pll_refout.py 7.6 kB
qa_pn_correlator_cc.py 1.5 kB
qa_rational_resampler.py 10.3 kB
qa_regenerate.py 2.5 kB
qa_sig_source.py 5.5 kB
qa_single_pole_iir.py 2.5 kB
qa_single_pole_iir_cc.py 2.9 kB
qa_skiphead.py 3.4 kB
qa_stream_mux.py 6.1 kB
qa_unpack_k_bits.py 1.7 kB
run_tests.in 507 Bytes
scheduler.py 2.3 kB
top_block.py 3.8 kB

Latest revisions

# Date Author Comment
3c443c0b 11/27/2007 03:29 pm Johnathan Corgan

Merged r7001:7035 from jcorgan/t202 into trunk. Implements ticket:202, converting qa code in core to new top block code.

Three issues exist and have been separately logged:

qa_bin_statistics.py - ticket:199
qa_rational_resampler.py - ticket:210
qa_stream_mux.py - ticket:211...

d5066151 10/22/2007 05:13 pm Johnathan Corgan

Add methods in shim to allow derived class override in Python

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6669 221aa14e-8319-0410-a670-987f0aec2ac5

e692e713 09/18/2007 06:59 pm Johnathan Corgan

Merge r6461:6464 from jcorgan/t162-staging into trunk.

  • Final gr.top_block and gr.hier_block2 implementation inside
    gnuradio-core/src/lib/runtime
  • Implementation of gr.hier_block2 versions of all the old-style blocks
    in blks. These live in blks2....
c3dbdb6a 08/29/2007 08:44 pm Eric Blossom

loosened tolerance so that it passes on Cell/PPC

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6210 221aa14e-8319-0410-a670-987f0aec2ac5

c088a546 08/27/2007 06:49 pm Johnathan Corgan

Merged r6171:6186 from jcorgan/fg into trunk.

Changes hierarchical flow graph API to use gr.top_block instead
of gr.runtime.

See discuss-gnuradio mailing list for explanation of changes.

GRC has not been updated to use the changed API.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6187 221aa14e-8319-0410-a670-987f0aec2ac5

f561a45c 08/23/2007 06:46 pm Johnathan Corgan

Merge r6160:6168 from jcorgan/fg into trunk.

Refactors gr_simple_flowgraph into gr_flowgraph and gr_flat_flowgraph.

Adds cppunit-based QA.

Trial fix for ticket:164 included for free.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6169 221aa14e-8319-0410-a670-987f0aec2ac5

937b719d 07/21/2007 03:44 am Eric Blossom

Updated license from GPL version 2 or later to GPL version 3 or later.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6044 221aa14e-8319-0410-a670-987f0aec2ac5

2e458356 07/15/2007 06:05 pm Tom Rondeau

merged -r5947:5965 on trondeau/regen into trunk. Fixes ticket:154 on gr_regenerate_bb block.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5966 221aa14e-8319-0410-a670-987f0aec2ac5

a663f5b4 06/10/2007 06:16 pm Tom Rondeau

Merging OFDM features branch r5661:5759 into trunk. OFDM works over the air with BPSK and QPSK modulations on subcarriers. Passes make distcheck.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5761 221aa14e-8319-0410-a670-987f0aec2ac5

c7dbfcc7 06/04/2007 04:08 pm Tom Rondeau

merge ordm/receiver branch -r5574:5659. Reworks OFDM receiver with refactored OFDM blocks. A few bug fixes for other blocks have also been slipped in.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5661 221aa14e-8319-0410-a670-987f0aec2ac5

View revisions

Also available in: Atom