summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-05-09filter: wip: working on adaptive FIR filter. Moved ccc and created parent cla...Tom Rondeau
2012-05-08filter: created polyphase_filterbank parent class to handle some initializati...Tom Rondeau
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
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
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
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
2012-05-02gruel: conditional linking for pthreadJosh Blum
2012-05-02filter: fixed fft_filter tests.Tom Rondeau
2012-05-02filter: adding fff version of FFT filter.Tom Rondeau
2012-05-02filter: fixed FIR filter taps and added complex FFT filter.Tom Rondeau
2012-05-02Merge branch 'digital_moves'Johnathan Corgan
2012-05-02filter: Reworking filter to have a set of basic implementation classes for fi...Tom Rondeau
2012-05-02filter: adding examples folder.Tom Rondeau
2012-05-02filter: fixing up fir_filter_fff to handle taps appropriately, also does deci...Tom Rondeau
2012-05-02fft: export the FFTW malloc and free helper functions.Tom Rondeau
2012-05-02build: reworking cmake structure for include and lib directories. I think thi...Tom Rondeau
2012-05-01filter: work on creating gr-filter top-level component.Tom Rondeau
2012-05-01fft: enabling doc and grc subdirs.Tom Rondeau
2012-05-01docs: fixed bug in doxygen looking at howto dir.Tom Rondeau
2012-05-01docs: adds a 'make sphinx' target that can be run after 'make install' to gen...Tom Rondeau
2012-04-30Adding sphinx documentation.Ben Reynwar
2012-04-30Merge branch 'maint'Johnathan Corgan
2012-04-30gruel: fix linker assumption made explicit on Ubuntu 12.04Tim Oshea
2012-04-30Merge branch 'master' of http://gnuradio.org/git/gnuradioBen Reynwar
2012-04-30Merge branch 'gr_fft'Johnathan Corgan
2012-04-29fft: put helper classes in namespaceJohnathan Corgan
2012-04-29fft: make interface functions pure virtualJohnathan Corgan
2012-04-27gr-fft: creates a gr-fft top-level component.Tom Rondeau
2012-04-27Merge branch 'maint'Johnathan Corgan