summaryrefslogtreecommitdiff
path: root/gr-channels/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* channels: setting up callbacks for most dynamic channel model parameters in GRCTim O'Shea2013-11-085-4/+47
|
* channels: new block documentation/grc cleanup, dynamic fading model AWGN ↵Tim O'Shea2013-11-081-1/+1
| | | | ampl bug fix
* Adding models for sample rate and center frequency driftTim O'Shea2013-11-077-0/+579
| | | | Adding hier block "dynamic channel" model which combines these with AWGN and frequency selective fading
* channels: Added option to block tags from propagatingMartin Braun2013-10-274-8/+25
|
* channels: added _USE_MATH_DEFINES definition to allow use of M_PI in MSVCNicholas Corgan2013-08-271-0/+2
|
* channels: added second channel model that takes in a function to change ↵Tom Rondeau2013-08-273-0/+251
| | | | freq/timing offsets.
* channels: fix missing include fileJaroslav Škarvada2013-06-281-0/+1
|
* channels: selective fading model cleanupTim O'Shea2013-06-061-2/+2
|
* channels: new frequency selective fading blockTim O'Shea2013-06-068-117/+462
|
* channels: use fractional_resampler instead of fractional_interpolator.Tom Rondeau2013-05-232-5/+5
|
* filter: moved include dir to gnuradio/filterJohnathan Corgan2013-04-291-2/+2
|
* channels: moved include dir to gnuradio/channelsJohnathan Corgan2013-04-292-2/+2
|
* analog: update include dir to gnuradio/analogJohnathan Corgan2013-04-291-2/+2
|
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-294-19/+19
|
* gruel: moved gruel into subdirs of gnuradio-runtime.Tom Rondeau2013-04-011-1/+0
| | | | PMTs are handled slightly different and are installed into their own module and include dir.
* runtime: migrate remaining gnuradio-core contents into gnuradio-runtimeJohnathan Corgan2013-03-261-3/+3
|
* Revert "blocks: removed all nco/vco and fxpt stuff from core; now in gr-blocks."Tom Rondeau2013-03-182-7/+7
| | | | | | | | | | 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
* channels: fix for duplicate exportTim O'Shea2013-03-131-15/+0
|
* Fixed where Windows builds look for GrVersion.cmakeNicholas Corgan2013-03-121-1/+1
|
* blocks: removed all nco/vco and fxpt stuff from core; now in gr-blocks.Tom Rondeau2013-03-082-7/+7
| | | | Moved the nco/vco tests to gr-blocks/test and enabled them.
* Added Windows DLL resource files to next-only branchesNicholas Corgan2013-03-042-1/+70
|
* channels: defined _USE_MATH_DEFINES in sincostable.hNicholas Corgan2013-02-211-0/+1
|
* ctrlport: made display type in ControlPort setup field into an options mask.Tom Rondeau2013-02-202-16/+16
| | | | | | Options are used to determine default plot type, type of plots available, initial states. qtgui: fixed enabling stem plot to properly check the menu option.
* Merge branch 'next' of gnuradio.org:gnuradio into nextTom Rondeau2013-02-171-0/+14
|\ | | | | | | | | Conflicts: gr-channels/lib/fading_model_impl.cc
| * channels: fix for phase imbalance/alias in the specular component for Rician ↵Tim O'Shea2013-02-152-7/+22
| | | | | | | | channels, switch phase accumulator to double precision, exporting step size to grcp
* | ctrlport: adding display type for stripchart as opposed to timeseries.Tom Rondeau2013-02-172-10/+10
| | | | | | | | Stripcharts add data to the back of what's plotted; time series plots just plot the vector given. All single-value RPC vars have been converted to use stripchart mode.
* | channels: fix for phase imbalance/alias in the specular component for Rician ↵Tim O'Shea2013-02-172-7/+22
|/ | | | channels, switch phase accumulator to double precision, exporting step size to grcp
* channels: updating copyright year.Tom Rondeau2013-02-142-2/+2
|
* channels: adding Rayliegh/Rician fading modelTim O'Shea2013-02-144-0/+317
|
* Merge branch 'master' into nextTom Rondeau2013-02-062-4/+4
| | | | | | | | | | | 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
* ctrlport: updated all blocks using controlport to use new style of setup_rpc.Tom Rondeau2013-01-232-25/+23
| | | | QA fixed and passing.
* Merge master/fix_build_dir_order into next, then fix conflicts and redo come ↵Michael L Dickens2013-01-041-2/+4
| | | | of the INCLUDE_DIRS order
* gruel: updating all GR blocks that use PMTs to use new naming.Tom Rondeau2012-12-211-3/+3
|
* ctrlport: cleaning up contorlport builds.Tom Rondeau2012-12-042-3/+3
| | | | I was getting confused with where ENABLE_GR_CTRLPORT was used, so this uses that in cmake and GR_CTRLPORT for the C++ and Swig files.
* ctrlport: fixing up controlport integration into gnuradio-core for merge ↵Tom Rondeau2012-12-033-0/+72
| | | | with next.
* channels: switch to using gr-blocksJohnathan Corgan2012-11-103-7/+9
|
* channels: adding new component gr-channels to hold channel models.Tom Rondeau2012-11-103-0/+267
Currently, only holds our simple channel_model block.