Statistics
| Branch: | Tag: | Revision:

root / gnuradio-core / src / python / gnuradio / gr @ 0c73985a

Name Size
.gitignore 74 Bytes
CMakeLists.txt 1.8 kB
Makefile.am 2.4 kB
__init__.py 2 kB
benchmark_filters.py 2.6 kB
exceptions.py 922 Bytes
gr_threading.py 1.2 kB
gr_threading_23.py 21.4 kB
gr_threading_24.py 24.9 kB
hier_block2.py 4.3 kB
prefs.py 3.7 kB
pubsub.py 4.6 kB
qa_add_and_friends.py 5.5 kB
qa_add_v_and_friends.py 11.9 kB
qa_agc.py 18.4 kB
qa_argmax.py 2.1 kB
qa_bin_statistics.py 7.3 kB
qa_boolean_operators.py 5.9 kB
qa_classify.py 5 kB
qa_complex_to_xxx.py 5.3 kB
qa_conjugate.py 1.6 kB
qa_copy.py 1.8 kB
qa_dc_blocker.py 3.5 kB
qa_delay.py 1.9 kB
qa_diff_encoder.py 3 kB
qa_diff_phasor_cc.py 1.6 kB
qa_ecc_ccsds_27.py 1.5 kB
qa_feval.py 3.5 kB
qa_fft.py 9.7 kB
qa_fft_filter.py 12.6 kB
qa_filter_delay_fc.py 18.5 kB
qa_float_to_char.py 2.5 kB
qa_float_to_int.py 2.6 kB
qa_float_to_short.py 2.6 kB
qa_float_to_uchar.py 1.9 kB
qa_fractional_interpolator.py 1.2 kB
qa_frequency_modulator.py 1.8 kB
qa_fsk_stuff.py 2.6 kB
qa_glfsr_source.py 3.4 kB
qa_goertzel.py 2 kB
qa_head.py 1.5 kB
qa_hier_block2.py 13.3 kB
qa_hilbert.py 6.5 kB
qa_iir.py 5.3 kB
qa_int_to_float.py 2.2 kB
qa_integrate.py 2.2 kB
qa_interleave.py 2.8 kB
qa_interp_fir_filter.py 1.8 kB
qa_kludge_copy.py 3 kB
qa_kludged_imports.py 1.3 kB
qa_max.py 1.9 kB
qa_message.py 4.3 kB
qa_multiply_conjugate.py 1.9 kB
qa_mute.py 3 kB
qa_nlog10.py 1.5 kB
qa_noise.py 1.5 kB
qa_packed_to_unpacked.py 11.6 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.6 kB
qa_rational_resampler.py 10.4 kB
qa_regenerate.py 2.5 kB
qa_repeat.py 1.4 kB
qa_scrambler.py 2.4 kB
qa_short_to_char.py 2.1 kB
qa_short_to_float.py 2.1 kB
qa_sig_source.py 5.5 kB
qa_single_pole_iir.py 2.5 kB
qa_single_pole_iir_cc.py 3 kB
qa_skiphead.py 3.5 kB
qa_stream_mux.py 6.1 kB
qa_udp_sink_source.py 3 kB
qa_unpack_k_bits.py 1.8 kB
qa_vector_sink_source.py 2 kB
qa_wavefile.py 1.8 kB
run_tests.in 507 Bytes
test_16bit_1chunk.wav 52 Bytes
top_block.py 6 kB

Latest revisions

# Date Author Comment
0c73985a 04/07/2012 06:37 pm Johnathan Corgan

core: loosen fm modulator QA to 5 decimal places of agreement

e8d64487 02/23/2012 07:28 pm Tom Rondeau

volk: float to short conversion is consistent between archs and tail cases. Rounds to nearest number.

5c6877db 02/23/2012 04:14 pm Tom Rondeau

Merge remote branch 'bistromath/volk_fix' into safe_align

Conflicts:
volk/apps/volk_profile.cc

7fce7e3b 02/16/2012 07:33 pm Tom Rondeau

core: core: change to the delay QA code.

The full vector is received because of the switch to a gr_block, so we exted the expected_data vector; otherwise, the results are the same

f0a1631d 02/14/2012 08:34 pm Johnathan Corgan

Merge branch 'master' into safe_align

Conflicts:
gnuradio-core/src/lib/filter/gr_fft_filter_ccc.cc
gnuradio-core/src/lib/filter/gr_fft_filter_fff.cc

f671319c 02/13/2012 07:57 pm Tom Rondeau

core: reverting float_to_int to non-Volk due to precision/wrapping issues.

Using the Volk function causes too much of a change in the output values right now. Will have to relook at it for the right thing to do. Keeping the use of vlen and scale, though.

75bb99df 02/13/2012 07:57 pm Tom Rondeau

core: using volk for conjugate block and added QA code for it.

f34b4963 02/13/2012 07:57 pm Tom Rondeau

core: added Volk-optimized gr_multiply_conjugate_cc at one block with QA code.

47c39028 02/13/2012 07:56 pm Tom Rondeau

core: new multiply_const_ff and multiply_ff blocks done using Volk.

ae663dec 02/13/2012 07:56 pm Tom Rondeau

core: moving multiply_const_ff from gengen to general to take advantage of volk.

Also adds SSE and AVX and unaligned Volk versions for this.

View revisions

Also available in: Atom