summaryrefslogtreecommitdiff
path: root/gr-analog/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* build: remove config.h from any header files; only use it in source files.Tom Rondeau2013-03-271-0/+4
|
* runtime: migrate remaining gnuradio-core contents into gnuradio-runtimeJohnathan Corgan2013-03-261-4/+4
|
* blocks: removed plateau from gr-analog; now in gr-blocks.Tom Rondeau2013-03-183-133/+0
|
* blocks: removing lfsr and friends from core; now in gr-blocks.Tom Rondeau2013-03-181-0/+1
|
* Revert "blocks: removed all nco/vco and fxpt stuff from core; now in gr-blocks."Tom Rondeau2013-03-183-7/+5
| | | | | | | | | | This reverts commit fe70fa72ea22a133874337da2d03d30611e5ab1c. Conflicts: gnuradio-core/src/lib/general/CMakeLists.txt gnuradio-core/src/lib/general/general.i gnuradio-core/src/tests/CMakeLists.txt
* analog, digital: fixed control_loop-derived blocks to inherit control_loop ↵Tom Rondeau2013-03-183-9/+3
| | | | functions through SWIG.
* some more cleanup from past modifications.Tom Rondeau2013-03-171-89/+0
|
* core: moving core sincos functions back into core to act as deps for ↵Tom Rondeau2013-03-174-136/+0
| | | | anything else.
* Merge branch 'ofdm-master' into ofdm-nextJohnathan Corgan2013-03-153-0/+133
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added fixups for next branch changes Conflicts: CMakeLists.txt gnuradio-core/src/lib/io/gr_message_sink.cc gnuradio-core/src/lib/io/gr_message_sink.h gnuradio-core/src/lib/io/gr_message_sink.i gnuradio-core/src/lib/io/gr_message_source.cc gnuradio-core/src/lib/io/gr_message_source.h gnuradio-core/src/lib/io/gr_message_source.i gr-blocks/CMakeLists.txt gr-digital/CMakeLists.txt gr-digital/grc/digital_block_tree.xml gr-digital/include/digital/CMakeLists.txt gr-digital/include/digital_ofdm_cyclic_prefixer.h gr-digital/lib/CMakeLists.txt gr-digital/lib/digital_ofdm_cyclic_prefixer.cc gr-digital/lib/ofdm_cyclic_prefixer_impl.h gr-digital/python/CMakeLists.txt gr-digital/swig/CMakeLists.txt gr-digital/swig/digital_swig.i
| * analog: minor cleanup for added blockJohnathan Corgan2013-03-151-1/+2
| |
| * Squash/rebased martin/ofdm-master onto trial merge branchMartin Braun2013-03-153-1/+133
| | | | | | | | | | Conflicts: gr-blocks/include/blocks/CMakeLists.txt
* | blocks: removing gri_control_loop; using gr::blocks::control_loop now.Tom Rondeau2013-03-106-59/+59
| |
* | blocks: removed all nco/vco and fxpt stuff from core; now in gr-blocks.Tom Rondeau2013-03-083-5/+7
| | | | | | | | Moved the nco/vco tests to gr-blocks/test and enabled them.
* | Merge branch 'master' into nextTom Rondeau2013-03-052-1/+71
|\| | | | | | | | | | | | | | | Conflicts: gr-atsc/src/lib/CMakeLists.txt gr-noaa/lib/CMakeLists.txt gr-trellis/src/lib/CMakeLists.txt gr-video-sdl/src/CMakeLists.txt
| * Added Windows DLL resource filesNicholas Corgan2013-03-052-1/+71
| |
* | ctrlport: allowing all components to use ControlPort.Tom Rondeau2013-03-011-0/+5
| |
* | analog: adding mutex locking when updating the fastnoise source parameters.Tom Rondeau2013-02-262-2/+20
| |
* | Merge branch 'master' into nextTom Rondeau2013-02-262-2/+18
|\|
| * core: adding a mutex as a protected member of gr_block for use in protecting ↵Tom Rondeau2013-02-262-2/+18
| | | | | | | | | | | | set and work function access to variables. This is used in gr-analog's noise_source and gr-filter's fir_filter_XXX since these two cause particular problems (in next's channel model). This shows the use of the mutex for general protection when needed.
* | Merge branch 'master' into nextTom Rondeau2013-02-121-3/+4
|\|
| * analog: fix a floating point accuracy issue in the CTCSS squelch block.Tom Rondeau2013-02-121-3/+4
| |
* | Merge branch 'master' into nextTom Rondeau2013-02-063-0/+188
|\| | | | | | | | | | | | | | | | | | | | | Merges fastnoise_source from master and reorganizes it to gr-analog. Conflicts: gnuradio-core/src/lib/general/CMakeLists.txt gnuradio-core/src/lib/general/general.i gnuradio-core/src/lib/gengen/CMakeLists.txt gnuradio-core/src/lib/hier/gr_channel_model.cc gnuradio-core/src/lib/hier/gr_channel_model.h
* | Merge master/fix_build_dir_order into next, then fix conflicts and redo come ↵Michael L Dickens2013-01-041-6/+7
|\| | | | | | | of the INCLUDE_DIRS order
| * Tweak INCLUDE dirs such that INCLUDE_DIRECTORIES and LINK_DIRECTORIES are ↵Michael L Dickens2013-01-011-6/+7
| | | | | | | | ordered as: internal build and source for this component, other components (internal build and source, or already installed), non-project non-system dependencies (e.g., Qt, Boost, Python), system dependencies (e.g., CoreAudio).
* | Merge branch 'master' into nextTom Rondeau2012-12-031-5/+5
|\|
| * build: cleaned up some warnings.Tom Rondeau2012-12-031-5/+5
| |
* | Merge branch 'master' into nextJohnathan Corgan2012-11-141-0/+2
|\| | | | | | | | | | | | | | | | | Conflicts: gr-atsc/src/lib/CMakeLists.txt gr-digital/python/CMakeLists.txt gr-trellis/src/python/CMakeLists.txt gr-vocoder/python/CMakeLists.txt gr-wavelet/python/CMakeLists.txt
| * analog: add analog dependencies to testJosh Blum2012-11-141-0/+2
| |
* | analog: removing rotator from gr-analog.Tom Rondeau2012-11-104-128/+0
| | | | | | | | Will go into gr-blocks (it's used in gr-filter). QA code is in gnuradio-core/.../filter but is not activated.
* | analog: Removing reference to gr.sig_source_X and gr.noise_source_X where ↵Tom Rondeau2012-11-061-1/+1
|/ | | | | | | | possible. Passing make and make test. Examples and apps need testing. gr-filter relies on sig_source and noise_source, so can't remove them from core.
* Fix infinite recursion/loop when sincos is presentJohnathan Corgan2012-11-021-1/+1
| | | | (This was introduced by d9a292ac)
* fix gr-analog to detect and compile 'sincos(f)' correctlyMichael L Dickens2012-11-012-0/+12
|
* fix gr-analog to detect and compile 'sincos(f)' correctlyMichael L Dickens2012-11-011-0/+0
|
* analog: adding quadrature_demod_cf to gr-analog with QA and GRC.Tom Rondeau2012-10-313-0/+124
|
* analog: adding rail_ff block to gr-analog with QA and GRC.Tom Rondeau2012-10-313-0/+149
|
* analog: adding pwr_squelch blocks to gr-analog with QA and GRC.Tom Rondeau2012-10-315-0/+304
|
* analog: adding simple_squelch block to gr-analog with QA and GRC.Tom Rondeau2012-10-313-0/+166
|
* analog: adding sig_source to gr-analog with QA and GRC.Tom Rondeau2012-10-313-0/+324
|
* analog: adding rotator to gr-analog with QA.Tom Rondeau2012-10-304-0/+129
|
* analog: adding sincos functions to gr-analog.Tom Rondeau2012-10-307-0/+359
| | | | Adds QA test in C++ for sincos and the structure for running CppUnit tests in gr-analog.
* analog: adding probe_avg_mag_sqrd blocks to gr-analog with QA and GRC.Tom Rondeau2012-10-307-0/+459
|
* analog: added PLL blocks to gr-analog with QA and GRC.Tom Rondeau2012-10-307-0/+845
|
* analog: adding phase_modulator_fc to gr-analog with QA and GRC.Tom Rondeau2012-10-303-0/+129
|
* analog: adding noise_source to gr-analog with GRC and QA.Tom Rondeau2012-10-253-1/+175
|
* analog: adding frequency_modulator_fc to gr-analog, with QA and GRC.Tom Rondeau2012-10-253-0/+135
|
* analog: added fmdet block to gr-analog.Tom Rondeau2012-10-233-0/+192
|
* analog: adding dpll_bb to gr-analog.Tom Rondeau2012-10-223-0/+157
|
* analog: added cpfsk to gr-analog.Tom Rondeau2012-10-223-0/+141
|
* analog: implemented all AGC classes in gr-analog with QA code.Tom Rondeau2012-10-2111-0/+655
|
* analog: adding complex squelch base class.Tom Rondeau2012-10-212-0/+205
|