Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-28 | core: pfb channelizer: can now set a channel map to direct the channels to a ↵ | Tom Rondeau | |
specific output stream. Now, not all output channels must be connected; can connect M of N channels (M <= N) and use the channel_map to set which channel from the original wideband signal go to which output streams. | |||
2012-02-16 | core: core: change to the delay QA code. | Tom Rondeau | |
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 | |||
2012-02-06 | core: expose nthreads setting through to fft_filters. | Tom Rondeau | |
Can set nthreads as last arg to filter; defaults to 1 so no change in default behavior. | |||
2012-02-06 | core: expose nthreads capabilities to gr_fft_vcc. | Tom Rondeau | |
Can set and get nthreads; defaults to 1, so no change in default behavior. | |||
2012-01-07 | core: comment out QA debug output | Johnathan Corgan | |
2012-01-01 | scheduler: access to set max noutput_items in start method through Python. | Tom Rondeau | |
2011-12-22 | core: added accessors to noise_source to get type and amplitude of object. | Tom Rondeau | |
2011-12-22 | filters: added accessor functions to FFT and FIR filter classes to return ↵ | Tom Rondeau | |
vector of taps. | |||
2011-10-24 | usrp: these guys shouldn't still be here... | Tom Rondeau | |
2011-10-24 | core: really fixed this on 32-bit machines (actually tested). Forced to ↵ | Tom Rondeau | |
promote to a 64-bit int to handle the overflow, so this is going to take a hit on 32-bit machines. | |||
2011-10-23 | core: added a test for float_to_int overflow clipping. | Tom Rondeau | |
2011-10-23 | core: Added type conversion int->float (issue #192). Added with a gri file ↵ | Tom Rondeau | |
and also added a gri file for float->int to perform function inside gr_float_to_int. Also added QA code for the new block. | |||
2011-10-19 | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | |
2011-10-19 | Removing usrp, usrp2, gr-usrp, gr-usrp2. Everything is moving to using UHD. ↵ | Tom Rondeau | |
Also removes related M4 and dependency requirements for USRP-related libs. | |||
2011-10-19 | uhd: updating examples to use args and better default for all UHD examples; ↵ | Tom Rondeau | |
also fixed the wfm_rcv blocks to use new PLL constructor. | |||
2011-10-17 | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | |
Conflicts: gnuradio-core/src/lib/filter/gr_dc_blocker_cc.h gnuradio-core/src/lib/filter/gr_dc_blocker_ff.h gnuradio-core/src/lib/general/gr_ofdm_demapper_vcb.h gr-digital/include/digital_ofdm_cyclic_prefixer.h gr-digital/include/digital_ofdm_frame_acquisition.h gr-digital/include/digital_ofdm_frame_sink.h gr-digital/include/digital_ofdm_insert_preamble.h gr-digital/include/digital_ofdm_mapper_bcv.h gr-digital/include/digital_ofdm_sampler.h | |||
2011-10-12 | digital: fixed QA tests for ofdm. | Tom Rondeau | |
2011-10-12 | digital: removed psk and qam from gnuradio-core; unnecessary now. | Tom Rondeau | |
2011-10-12 | digital: wip: changes to get benchmark_ofdm_tx to produce output (runs but ↵ | Tom Rondeau | |
untested/verified). | |||
2011-10-12 | digital: wip: moved all OFDM examples and blks2impl to gr-digital. | Tom Rondeau | |
2011-10-08 | gr: the CMakeLists.txt took a chill pill | Josh Blum | |
2011-10-08 | Merge branch 'next' of http://gnuradio.org/git/gnuradio into digital | Josh Blum | |
2011-10-07 | uhd: adding uhd_rx_nogui app to uhd apps directory. | Tom Rondeau | |
2011-10-06 | Merge branch 'next' into digital | Tom Rondeau | |
2011-10-06 | Formatting and normalizing freq limits. | Tom Rondeau | |
2011-10-06 | Added FFF version of pfb_arb_resampler to Python hier block (where only the ↵ | Tom Rondeau | |
rate is required). | |||
2011-09-28 | Merge branch 'next' into digital | Josh Blum | |
Conflicts: gnuradio-core/src/lib/filter/gr_pfb_clock_sync_ccf.h gnuradio-core/src/lib/general/general.i gnuradio-core/src/lib/general/gr_pll_carriertracking_cc.cc gnuradio-core/src/lib/general/gr_pll_freqdet_cf.cc gnuradio-core/src/lib/general/gr_pll_refout_cc.cc gnuradio-core/src/python/gnuradio/gr/qa_pll_carriertracking.py gnuradio-core/src/python/gnuradio/gr/qa_pll_freqdet.py gnuradio-core/src/python/gnuradio/gr/qa_pll_refout.py | |||
2011-09-26 | Merge branch 'next' into digital | Tom Rondeau | |
Conflicts: gnuradio-core/src/lib/general/general.i gnuradio-core/src/lib/general/gr_pll_carriertracking_cc.cc gnuradio-core/src/lib/general/gr_pll_freqdet_cf.cc gnuradio-core/src/lib/general/gr_pll_refout_cc.cc gnuradio-core/src/python/gnuradio/gr/qa_pll_carriertracking.py gnuradio-core/src/python/gnuradio/gr/qa_pll_freqdet.py gnuradio-core/src/python/gnuradio/gr/qa_pll_refout.py gr-digital/lib/digital_constellation_receiver_cb.cc gr-digital/python/Makefile.am gr-digital/python/__init__.py gr-digital/python/generic_mod_demod.py gr-digital/python/pkt.py gr-digital/python/psk2.py gr-digital/python/qam.py | |||
2011-09-24 | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digital | Josh Blum | |
2011-09-24 | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | |
2011-09-23 | updated QA codes for fixed PLL blocks. | Tom Rondeau | |
2011-09-23 | Merge branch 'master' into next | Tom Rondeau | |
2011-09-23 | fixed QA code for PLL changes | Tom Rondeau | |
2011-09-12 | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | |
2011-09-09 | Merge branch 'master' into next | Tom Rondeau | |
Fixed some strange conflicts where a Makefile.am and .gitignore were disappeared. | |||
2011-09-08 | logpwrfft.py -- need to average the square, not square the average. Then do ↵ | Matt Ettus | |
proper scaling (no more 3dB kludge). | |||
2011-09-08 | Merge branch 'master' into next | Tom Rondeau | |
2011-09-07 | logpwrfft.py -- need to average the square, not square the average. Then do ↵ | Matt Ettus | |
proper scaling (no more 3dB kludge). | |||
2011-09-05 | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digital | Josh Blum | |
Conflicts: gnuradio-core/src/lib/general/gr_pll_carriertracking_cc.h gnuradio-core/src/lib/general/gr_pll_freqdet_cf.h gr-digital/lib/digital_constellation.h gr-digital/lib/digital_constellation_receiver_cb.h gr-digital/lib/digital_fll_band_edge_cc.h gr-digital/lib/digital_mpsk_receiver_cc.h | |||
2011-09-01 | digital: adding CPM C++ hier block, which adds a hier directory to ↵ | Tom Rondeau | |
gr-digital. Reworked build system to include this in the libraries and modules built. | |||
2011-08-30 | Merge remote branch 'mbant/cpm' into digital | Tom Rondeau | |
Conflicts: gnuradio-core/src/lib/general/Makefile.am gnuradio-core/src/lib/general/general.i gnuradio-core/src/lib/hier/Makefile.am grc/blocks/Makefile.am | |||
2011-08-29 | Updating QA code for PLL blocks. Setting gains using new loop bw concept ↵ | Tom Rondeau | |
changes the behavior slightly so new values were necessary. By explicitly setting alpha and beta to the previous values still worked, though. | |||
2011-07-28 | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digital | Josh Blum | |
Conflicts: gnuradio-core/src/lib/filter/gr_cma_equalizer_cc.h gnuradio-core/src/lib/general/gr_constellation_decoder_cb.h gnuradio-core/src/lib/general/gr_costas_loop_cc.h gnuradio-core/src/lib/general/gr_lms_dfe_cc.h gnuradio-core/src/lib/general/gr_lms_dfe_ff.h gr-digital/lib/Makefile.am gr-digital/lib/digital_binary_slicer_fb.h gr-digital/lib/digital_clock_recovery_mm_cc.h gr-digital/lib/digital_clock_recovery_mm_ff.h gr-digital/lib/digital_correlate_access_code_bb.h gr-digital/lib/digital_crc32.h gr-digital/lib/digital_mpsk_receiver_cc.h gr-digital/python/Makefile.am gr-digital/python/__init__.py gr-digital/python/generic_mod_demod.py gr-digital/python/pkt.py gr-digital/python/psk2.py gr-digital/python/qam.py | |||
2011-07-24 | digital: moving Python digital stuff to gr-digital. Fixing some build issues. | Tom Rondeau | |
2011-07-24 | digital: moved CRC32 from gnuradio-core to gr-digital. Also added QA code ↵ | Tom Rondeau | |
for it. | |||
2011-07-21 | digital: moving correlate_access_code to gr-digital. | Tom Rondeau | |
2011-07-20 | gr: squashed cmakelists.txt into one commit | Josh Blum | |
2011-07-20 | digital: removed LMS and CMA equalizers from core that are supplanted in ↵ | Tom Rondeau | |
gr-digital. | |||
2011-07-20 | core: use gendir envvar to optionally generate makfile.gen into the build dir | Josh Blum | |
2011-07-19 | digital: removed references to modulators that were moved to gr-digital. | Tom Rondeau | |