summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-05-22Fixing cmake doc dependencies for gr-fft and gr-wavelet.Ben Reynwar
2012-05-22docs: Adding gr-fft to sphinx docsBen Reynwar
2012-05-21docs: Fixing swig_doc and sphinx so that it can deal with 3.7 style.Ben Reynwar
2012-05-21Merge branch 'sphinxdocs'Tom Rondeau
2012-05-21wxgui: allows LEFT click to set a flow-graph variable to the adjusted X ↵Marcus Leech
value on either the FFT or waterfall display.
2012-05-21docs: Fixed copyright in sphinx docs.Ben Reynwar
2012-05-21docs: Added version number to sphinx docs.Ben Reynwar
2012-05-21docs: Extended README for sphinx docs.Ben Reynwar
2012-05-21core: minor formatting changes to vector_map for style consistency.Tom Rondeau
2012-05-21Merge remote-tracking branch 'trondeau-github/sphinxdocs' into sphinxdocsBen Reynwar
2012-05-20sphinx: Added a README for explaining the documentation process.Tom Rondeau
2012-05-20docs: fixing up docs from sphinx warnings.Tom Rondeau
2012-05-20sphinx: dummy toctree entries to remove warnings.Tom Rondeau
2012-05-20Merge branch 'sphinxdocs' of https://github.com/benreynwar/gnuradio into ↵Tom Rondeau
sphinxdocs
2012-05-20sphinx: create a conf.py and run_sphinx_build.sh files.Tom Rondeau
These files help a user run Sphinx on the installed system. The shell script is designed for ease of use.
2012-05-17Fixed package dependencies for gnuradio-core and gr-wavelet, added support ↵Nicholas Corgan
for Ubuntu 12.04 and Fedora 17
2012-05-17gr: Added vector_map block.Ben Reynwar
2012-05-17Add sphinx mathjax extension.Ben Reynwar
2012-05-15digital: these classes are part of the digital libraryJosh Blum
2012-05-15fft: should not export for static class memberJosh Blum
2012-05-12volk: fix some signedness and unused variable warningsJohnathan Corgan
2012-05-12volk: fix profiler comparisonJohnathan Corgan
2012-05-11volk: add SIMD implementation for fixed phase rotationNick McCarthy
2012-05-09filter: wip: working on adaptive FIR filter. Moved ccc and created parent ↵Tom Rondeau
class that is not a gr_block.
2012-05-08filter: created polyphase_filterbank parent class to handle some ↵Tom Rondeau
initialization and setting taps of PFB blocks. Converted pfb_channelizer_ccf over to new parent class. Passes QA.
2012-05-08filter: copied over pfb_channelizer to gr-filter with QA and GRC.Tom Rondeau
2012-05-08docs: Modified swig_doc.py to put parameter info in docstrings.Ben Reynwar
2012-05-08doxyxml: Added parsing of parameters from xml.Ben Reynwar
2012-05-08Merge branch 'maint'Johnathan Corgan
2012-05-08volk: fixed popcnt.Moritz Fischer
2012-05-07volk: fixed popcnt.Moritz Fischer
2012-05-07filter: fixed typo.Tom Rondeau
2012-05-06filter: added fir_filter_with_buffer to gr-filter.Tom Rondeau
Only fff and ccc versions so far. Needs work on Volk to be followed from fir_filter.
2012-05-06filter: added filter_delay_fc to gr-filter with QA and GRC files.Tom Rondeau
2012-05-06filter: some cleanup with the dc_blocker code.Tom Rondeau
2012-05-06filter: moved dc_blocker to gr-filter with QA and GRC blocks.Tom Rondeau
2012-05-05filter: added hilbert xform block with QA and GRC block.Tom Rondeau
2012-05-05filter: actually run the C++ unit tests.Tom Rondeau
2012-05-05filter: added Parks-McClellen algorithm.Tom Rondeau
Renamed gr_remez to pm_remez here. Added QA code and fixed coding style.
2012-05-05filter: cleanup and moving calls from gr.firdes to filter.firdes.Tom Rondeau
2012-05-05filter: added firdes for generating FIR filters to gr-filter.Tom Rondeau
Addes QA code in both Python and C++.
2012-05-03filter: added GRC block for FFT filters. Fixed example install.Tom Rondeau
2012-05-03filter: improved documentation for fft_filters.Tom Rondeau
2012-05-03Merge branch 'maint'Johnathan Corgan
2012-05-03pfb: properly deleting d_fft to close some memory leaks.Tom Rondeau
2012-05-03GRC: patch to allow users to specify max_noutput_items in GRC options block.Jose Quaresma
2012-05-03pfb: properly deleting d_fft to close some memory leaks.Tom Rondeau
2012-05-03Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau
2012-05-03filter: preparing to handle alignment better in FIR filters.Tom Rondeau
2012-05-03Merge branch 'maint'Johnathan Corgan