summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-28core: simple formatting.Tom Rondeau
2012-02-28examples: adding an example of using the channelizer and synthesize together ↵Tom Rondeau
to reconstruct a signal.
2012-02-28core: 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-28core: pfb synth: can now set channel map and to use 1 or 2 sps on output.Tom Rondeau
The channel map allows the user to set the streams anywhere in the channel output.
2012-02-27core: wip on pfb synthesis. It works, but is a bit hacked together.Tom Rondeau
Need to determine the best way to handle the two filter cases, with and without oversampling.
2012-02-17core: protection if set_delay is called before the last delay update has ↵Tom Rondeau
finished.
2012-02-17Merge branch 'dyn_delay'Tom Rondeau
2012-02-17core: in delay block, protect against repeated calls to set_delay with the ↵Tom Rondeau
same value.
2012-02-16copyright adjustment.Tom Rondeau
2012-02-16core: 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-16core: allowing delay to be dynamic for runtime changes to set_delay.Tom Rondeau
This converts the block from a gr_sync_block to a gr_block since it has to return and consume different amounts when the delay setting changes.
2012-02-16Merge branch 'maint'Johnathan Corgan
2012-02-16small tweaks to get stream sizes "more correct"Michael L Dickens
2012-02-16allow any input hardware audio rate; fix use of deprecated function ↵Michael Dickens
'AudioHardwareGetProperty'
2012-02-15Merge branch 'maint'Tom Rondeau
2012-02-15digital: install OFDM examples into installed examples directory.Michael Dickens
2012-02-14Merge branch 'maint'Johnathan Corgan
2012-02-14Fixed GRC bindings for vocoder (this also fixes GRC example cvsd_sweep)Martin Braun
2012-02-14uhd: fix source block xml file generationMichael Dickens
2012-02-14Merge branch 'maint'Tom Rondeau
2012-02-14docs: removing old Doxygen groups (radar and usrp(2)).Martin Braun
2012-02-10docs: applying operator fix to howto-write-a-block, too.Marcus Mueller
2012-02-10docs: swig_docs don't look at operators when building Python documentation.Marcus Mueller
2012-02-10Merge branch 'maint'Tom Rondeau
2012-02-10cmake: adding uninstall target for howto-write-a-block-cmake.Martin Braun
2012-02-08cmake: fix for handling fftw_threads as an optional library only.Tom Rondeau
2012-02-07Merge branch 'maint'Tom Rondeau
2012-02-07docs: better handling of html only for formulas.Tom Rondeau
2012-02-06gui: better handling of buffers in oscope for stripchart/non-stripchart.Marcus Leech
2012-02-06Merge branch 'maint'Johnathan Corgan
2012-02-06Merge remote branch 'ncorgan/package-version-fix' into maintJohnathan Corgan
2012-02-06CMake package uses "X.X.X" version number instead of "vX.X.X"Nicholas Corgan
2012-02-06Merge branch 'maint'Johnathan Corgan
2012-02-06Revert "dpkg rejects "vX.X.X" version number because it doesn't start with a ↵Johnathan Corgan
number, CMake assigns "X.X.X" version number to generated executables" This reverts commit c2a9dedc9ff7027c55ace3bf356bc452067e1b86.
2012-02-06Merge branch 'maint'Tom Rondeau
2012-02-06grc: add nthread parameter to FFT-based blocks.Tom Rondeau
2012-02-06core: updated missed vfc version of fft block to use nthreads.Tom Rondeau
Also updates copyright dates.
2012-02-06Merge branch 'maint' of gnuradio.org:gnuradio into maintTom Rondeau
2012-02-06Merge branch 'maint'Johnathan Corgan
2012-02-06Merge remote branch 'ncorgan/package-version-fix' into maintJohnathan Corgan
2012-02-06docs: fixed some markup of formulas between html and xml (and therefore the ↵Tom Rondeau
swigdocs).
2012-02-06dpkg rejects "vX.X.X" version number because it doesn't start with a number, ↵Nicholas Corgan
CMake assigns "X.X.X" version number to generated executables
2012-02-06core: fix a warning.Tom Rondeau
2012-02-06Merge branch 'maint'Tom Rondeau
2012-02-06Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau
2012-02-06Merge branch 'maint' of gnuradio.org:gnuradio into maintTom Rondeau
2012-02-06core: 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-06Merge branch 'maint'Johnathan Corgan
2012-02-06howto: fix cmake swig header installationJohnathan Corgan
2012-02-06core: expose nthreads capabilities to gr_fft_vcc.Tom Rondeau
Can set and get nthreads; defaults to 1, so no change in default behavior.