Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | channels: setting up callbacks for most dynamic channel model parameters in GRC | Tim O'Shea | 2013-11-08 | 5 | -4/+47 | |
| | ||||||
* | channels: new block documentation/grc cleanup, dynamic fading model AWGN ↵ | Tim O'Shea | 2013-11-08 | 1 | -1/+1 | |
| | | | | ampl bug fix | |||||
* | Adding models for sample rate and center frequency drift | Tim O'Shea | 2013-11-07 | 7 | -0/+579 | |
| | | | | Adding hier block "dynamic channel" model which combines these with AWGN and frequency selective fading | |||||
* | channels: Added option to block tags from propagating | Martin Braun | 2013-10-27 | 4 | -8/+25 | |
| | ||||||
* | channels: added _USE_MATH_DEFINES definition to allow use of M_PI in MSVC | Nicholas Corgan | 2013-08-27 | 1 | -0/+2 | |
| | ||||||
* | channels: added second channel model that takes in a function to change ↵ | Tom Rondeau | 2013-08-27 | 3 | -0/+251 | |
| | | | | freq/timing offsets. | |||||
* | channels: fix missing include file | Jaroslav Škarvada | 2013-06-28 | 1 | -0/+1 | |
| | ||||||
* | channels: selective fading model cleanup | Tim O'Shea | 2013-06-06 | 1 | -2/+2 | |
| | ||||||
* | channels: new frequency selective fading block | Tim O'Shea | 2013-06-06 | 8 | -117/+462 | |
| | ||||||
* | channels: use fractional_resampler instead of fractional_interpolator. | Tom Rondeau | 2013-05-23 | 2 | -5/+5 | |
| | ||||||
* | filter: moved include dir to gnuradio/filter | Johnathan Corgan | 2013-04-29 | 1 | -2/+2 | |
| | ||||||
* | channels: moved include dir to gnuradio/channels | Johnathan Corgan | 2013-04-29 | 2 | -2/+2 | |
| | ||||||
* | analog: update include dir to gnuradio/analog | Johnathan Corgan | 2013-04-29 | 1 | -2/+2 | |
| | ||||||
* | runtime: converting runtime core to gr namespace, gnuradio include dir. | Tom Rondeau | 2013-04-29 | 4 | -19/+19 | |
| | ||||||
* | gruel: moved gruel into subdirs of gnuradio-runtime. | Tom Rondeau | 2013-04-01 | 1 | -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-runtime | Johnathan Corgan | 2013-03-26 | 1 | -3/+3 | |
| | ||||||
* | Revert "blocks: removed all nco/vco and fxpt stuff from core; now in gr-blocks." | Tom Rondeau | 2013-03-18 | 2 | -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 export | Tim O'Shea | 2013-03-13 | 1 | -15/+0 | |
| | ||||||
* | Fixed where Windows builds look for GrVersion.cmake | Nicholas Corgan | 2013-03-12 | 1 | -1/+1 | |
| | ||||||
* | blocks: removed all nco/vco and fxpt stuff from core; now in gr-blocks. | Tom Rondeau | 2013-03-08 | 2 | -7/+7 | |
| | | | | Moved the nco/vco tests to gr-blocks/test and enabled them. | |||||
* | Added Windows DLL resource files to next-only branches | Nicholas Corgan | 2013-03-04 | 2 | -1/+70 | |
| | ||||||
* | channels: defined _USE_MATH_DEFINES in sincostable.h | Nicholas Corgan | 2013-02-21 | 1 | -0/+1 | |
| | ||||||
* | ctrlport: made display type in ControlPort setup field into an options mask. | Tom Rondeau | 2013-02-20 | 2 | -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 next | Tom Rondeau | 2013-02-17 | 1 | -0/+14 | |
|\ | | | | | | | | | Conflicts: gr-channels/lib/fading_model_impl.cc | |||||
| * | channels: fix for phase imbalance/alias in the specular component for Rician ↵ | Tim O'Shea | 2013-02-15 | 2 | -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 Rondeau | 2013-02-17 | 2 | -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'Shea | 2013-02-17 | 2 | -7/+22 | |
|/ | | | | channels, switch phase accumulator to double precision, exporting step size to grcp | |||||
* | channels: updating copyright year. | Tom Rondeau | 2013-02-14 | 2 | -2/+2 | |
| | ||||||
* | channels: adding Rayliegh/Rician fading model | Tim O'Shea | 2013-02-14 | 4 | -0/+317 | |
| | ||||||
* | Merge branch 'master' into next | Tom Rondeau | 2013-02-06 | 2 | -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 Rondeau | 2013-01-23 | 2 | -25/+23 | |
| | | | | QA fixed and passing. | |||||
* | Merge master/fix_build_dir_order into next, then fix conflicts and redo come ↵ | Michael L Dickens | 2013-01-04 | 1 | -2/+4 | |
| | | | | of the INCLUDE_DIRS order | |||||
* | gruel: updating all GR blocks that use PMTs to use new naming. | Tom Rondeau | 2012-12-21 | 1 | -3/+3 | |
| | ||||||
* | ctrlport: cleaning up contorlport builds. | Tom Rondeau | 2012-12-04 | 2 | -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 Rondeau | 2012-12-03 | 3 | -0/+72 | |
| | | | | with next. | |||||
* | channels: switch to using gr-blocks | Johnathan Corgan | 2012-11-10 | 3 | -7/+9 | |
| | ||||||
* | channels: adding new component gr-channels to hold channel models. | Tom Rondeau | 2012-11-10 | 3 | -0/+267 | |
Currently, only holds our simple channel_model block. |