summaryrefslogtreecommitdiffstats
path: root/gr-channels (follow)
Commit message (Expand)AuthorAgeFilesLines
* clang-format: Ordering all the includesMarcus Müller2019-08-0913-36/+36
* sincostable: Include what you use: <vector>Marcus Müller2019-08-091-0/+1
* Tree: clang-format without the include sortingMarcus Müller2019-08-0928-1672/+1820
* channel: Convert last GRC example to YAML formatJohannes Demel2019-07-231-762/+418
* Fix for misc. documentation + trivial typosluz.paz2019-07-174-4/+4
* Issue #1974 Reduce the history from ntaps+1 to ntapsJosh Morman2019-05-234-8/+8
* cmake: Update to modern CMake usageAndrej Rode2019-03-043-83/+23
* channels: Convert GRC flowgraphs to YAML formatJohannes Demel2019-01-156-7235/+3121
* includes: use quotes for local includesAndrej Rode2019-01-078-11/+11
* cmake: remove unused *_generated_swigs syntaxAndrej Rode2019-01-071-1/+0
* cmake: Only go into grc/ subdirs when ENABLE_GRC=ONMartin Braun2018-12-171-1/+3
* channels: Fix GRC bindings for channel modelMartin Braun2018-11-231-3/+1
* Merge remote-tracking branch 'origin/next' into merge_nextMarcus Müller2018-08-3171-1162/+1420
|\
| * cmake: remove unused generated_includes targetsAndrej Rode2018-08-261-2/+1
| * blocks/analog: includes for C++ templatesAndrej Rode2018-08-255-16/+16
| * blocks: replace gengen with C++ templatesAndrej Rode2018-08-253-3/+3
| * Cleaned up lots of blocksHåkon Vågsether2018-08-255-12/+33
| * channels: Restrict docs in iqbal yaml to multiline stringAndrej Rode2018-07-301-8/+7
| * Additional YML forward port fixesHåkon Vågsether2018-07-301-3/+2
| * grc: forward port fixes from master XML to block.yaml definitionsAndrej Rode2018-07-301-1/+38
| * Merge branch 'next_python3' into nextMarcus Müller2018-06-2550-1102/+870
| |\
| | * Merge branch 'python3_fix' into nextAndrej Rode2018-06-2450-1102/+870
| | |\
| | | * Added auto-generated YAML blocksHåkon Vågsether2017-10-1037-1080/+831
| | | * Merge branch 'next' into python3Johnathan Corgan2017-08-276-8/+8
| | | |\
| | | * | python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-2613-22/+39
| * | | | math: replace M_PI and derivatives with GR_M_PI definesAndrej Rode2018-02-176-32/+37
| |/ / /
| * | | Merge branch 'master' into nextMartin Braun2018-02-035-2/+2
| |\ \ \ | | |_|/ | |/| |
| * | | renamed fractional_{resampler|interpolator} to mmse_Marcus Müller2017-08-186-8/+8
| | |/ | |/|
| * | cmake: nuke cpack from existenceJohnathan Corgan2016-08-037-43/+3
| * | Merge branch 'master' into nextJohnathan Corgan2016-06-201-1/+1
| |\ \
| * | | channels: clean up some of the fader normalization values and storage sizesTim O'Shea2016-06-061-6/+6
| * | | channels: provide CSI via message ports optionallyTim O'Shea2016-06-042-0/+14
| * | | channels: adding selective fading model 2 (PDP slowly changes without bounds as well so fades move ...)Tim O'Shea2016-06-049-1/+502
| * | | channels: generate fading taps in blocks for minor speedupTim O'Shea2016-06-044-21/+43
| * | | channels: update LOS model to reflect NLOS changes to long term modelsTim O'Shea2016-06-041-7/+6
| * | | channels: ensure flat fader behaves appropriately on long runsTim O'Shea2016-06-041-27/+17
| * | | Merge branch 'master' into nextJohnathan Corgan2016-05-271-1/+1
| |\ \ \
| * | | | channels: use correct number of sinusoidsBastian Bloessl2016-02-101-8/+8
| * | | | channel: normalize to avg power 1Bastian Bloessl2016-02-101-1/+1
| * | | | channels: delete obsolete includes and definitionsBastian Bloessl2016-02-101-11/+0
* | | | | Convert set_relative_rate(double) to the new integer or receiprocal callAndy Walls2018-08-231-2/+2
* | | | | channels: interpolate `dist` with `M_PI`, not `2*M_PI`jan-safar2018-03-301-1/+1
* | | | | Test: adds swig dirs to python tests to allow ctest to run on win buildsgnieboer2018-03-221-0/+6
* | | | | gr-channels: Added a block diagram for the IQ imbalance models under monospace conditions to the python hierarchical file.Bill Clark2018-03-221-0/+23
* | | | | gr-channels: iqbal_gen.xml added more detail to the 'doc' heading, ascii art to give an idea of what is under the hood. Added the reference source material book title to both the hier py script and the GRC 'doc'Bill Clark2018-03-222-0/+39
* | | | | gr-channels: Reduced the redundancy in iqbal_gen.py seeing as both modes use the same blocks, just the connect order is different.Bill Clark2018-03-221-16/+7
* | | | | gr-channels: Updating the iq_imbal block to be able to represent transmitter or receiver IQ imbalance based on signal component offsets.Bill Clark2018-03-222-17/+55
* | | | | gr-channels: Fixing the formula behind the IQ_imbal block to be true mathematically. X' = (1+mag_lin)*cos(theta)*real(X) + j*((1+mag_lin)*sin(theta)*real(X) + imag(X)) is the proper equation for handling the IQ imblance purely within the Inphase component.Bill Clark2018-03-221-14/+17
| |_|_|/ |/| | |
* | | | Comment typo fixing.luz.paz2018-02-031-1/+1
* | | | Rename subdir doc to docs where appropriateBogdan Radulescu2018-02-034-1/+1
| |_|/ |/| |