summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-01fix gr-analog to detect and compile 'sincos(f)' correctlyMichael L Dickens
2012-11-01fix gr-analog to detect and compile 'sincos(f)' correctlyMichael L Dickens
2012-10-31Merge branch 'analog'Tom Rondeau
2012-10-31analog: adding quadrature_demod_cf to gr-analog with QA and GRC.Tom Rondeau
2012-10-31analog: adding rail_ff block to gr-analog with QA and GRC.Tom Rondeau
2012-10-31analog: adding pwr_squelch blocks to gr-analog with QA and GRC.Tom Rondeau
2012-10-31analog: adding simple_squelch block to gr-analog with QA and GRC.Tom Rondeau
2012-10-31analog: adding sig_source to gr-analog with QA and GRC.Tom Rondeau
2012-10-30analog: adding rotator to gr-analog with QA.Tom Rondeau
2012-10-30analog: adding sincos functions to gr-analog.Tom Rondeau
Adds QA test in C++ for sincos and the structure for running CppUnit tests in gr-analog.
2012-10-30Revert "core: adding int32_t and uint32_t types to swig."Tom Rondeau
This reverts commit 4c2330d08927e6436652c1cd3f651633b6b9e2d1. Instead, using stdint.i in analog_swig.i for the data type.
2012-10-30Revert "core: adding int32_t and uint32_t types to swig."Tom Rondeau
This reverts commit 4c2330d08927e6436652c1cd3f651633b6b9e2d1.
2012-10-30digital: switched digital components over to using LFSR class now in gr-analog.Tom Rondeau
2012-10-30analog: executable flag for python QA codes.Tom Rondeau
2012-10-30analog: export lfsr class to Python and adding QA code for it.Tom Rondeau
2012-10-30core: adding int32_t and uint32_t types to swig.Tom Rondeau
2012-10-30analog: moving LFSR code into gr-analog.Tom Rondeau
2012-10-30analog: adding probe_avg_mag_sqrd blocks to gr-analog with QA and GRC.Tom Rondeau
2012-10-30analog: added PLL blocks to gr-analog with QA and GRC.Tom Rondeau
2012-10-30analog: fixing noise source in GRC.Tom Rondeau
2012-10-30analog: adding phase_modulator_fc to gr-analog with QA and GRC.Tom Rondeau
2012-10-25analog: adding noise_source to gr-analog with GRC and QA.Tom Rondeau
2012-10-25core: update to build_utils to help with '_i_impl' blocks.Tom Rondeau
2012-10-25analog: adding frequency_modulator_fc to gr-analog, with QA and GRC.Tom Rondeau
2012-10-23analog: added fmdet block to gr-analog.Tom Rondeau
2012-10-22analog: adding GRC blocks for:Tom Rondeau
- AGC - AGC2 - Feedforward AGC - CPFSK - CTCSS squelch - DPLL
2012-10-22analog: adding dpll_bb to gr-analog.Tom Rondeau
2012-10-22analog: added cpfsk to gr-analog.Tom Rondeau
2012-10-21analog: implemented all AGC classes in gr-analog with QA code.Tom Rondeau
2012-10-21analog: adding complex squelch base class.Tom Rondeau
2012-10-20analog: adding squelch_base_ff and ctcss_squelch_ff to analog.Tom Rondeau
This addresses the issues of inheriting from both gr_block and another block (squelch_base_ff, in this case).
2012-10-19Merge branch 'maint'Johnathan Corgan
2012-10-19cmake: Ubuntu 12.10 package supportNicholas Corgan
2012-10-15digital: Add symbol output to constellation_receiver block for debugging.Ben Reynwar
Cherry-picked from a commit on 'next.' Reworked for master style. Conflicts: gr-digital/lib/constellation_receiver_cb_impl.cc
2012-10-15Merge remote-tracking branch 'benreynwar/master_constellation_scale'Tom Rondeau
2012-10-13Merge branch 'maint'Johnathan Corgan
2012-10-13uhd: fix pmt tuple ref namespace issueJosh Blum
The pmt_tuple_ref should be prefixed with pmt:: just like all of the other calls. I am uncertain as to why this is compiling (we are not using namespace pmt), unless there is a hidden using namespace somewhere in a global header. But it will be good to get the code right as a general purpose example.
2012-10-13core: fix several tag includes throughout coreJosh Blum
Techinically this include should be the tags header which brings in the pmt *and* the tags struct definition. This happens to be working because the struct definition is implicitly included by the gr_block* and subclass headers.
2012-10-12Merge branch 'maint'Tom Rondeau
2012-10-12qtgui: fixed qtgui time sink to take the bandwidth parameter to set x-axis ↵Tom Rondeau
correctly.
2012-10-05Merge remote branch 'jblum/grc_optional_pads'Johnathan Corgan
2012-10-05blocks: fix XML definitions for block treeJohnathan Corgan
2012-10-05grc: added wildcard type to pad source/sinkJosh Blum
2012-10-05grc: revert changes to flow_graph.tmpl, runtime enforces thisJosh Blum
2012-10-04grc: added optional flag to pad source and sinkJosh Blum
2012-10-03blocks: fixed MSVC compatibility issueNicholas Corgan
2012-10-03Merge branch 'maint'Tom Rondeau
2012-10-03grc: ability to automatically create hier_blocks from a flowgraph.Tom Rondeau
Highlight a set of blocks and hit 'c' or right-click and 'Create Hier' to automatically build a new hier_block that opens in GRC with the probes in place. Any parameter/variables become parameters in the new graph. Save, generate, and hit the 'Reload Blocks' to get access to new block.
2012-10-03grc: populate file variable correctly when we save.Tom Rondeau
2012-10-03UHD: improved capabilities for uhd_fft.grc.Ben Hilburn