aboutsummaryrefslogtreecommitdiffstats
path: root/gr-analog (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update python bindingsNick M2021-12-102-2/+2
* Update pwr_squelch_ff.hNick2021-12-101-1/+1
* Update pwr_squelch_cc.hNick2021-12-101-1/+1
* cmake: change how test files are build when cross compilingPhilip Balister2021-12-031-0/+3
* analog: pep8 formattingJosh Morman2021-11-2414-249/+325
* Fix issue 4595 qa_agc Assertion Error.John Sallay2021-10-251-1/+3
* c++ generation: escape "." in translationsJeff Long2021-07-271-1/+1
* grc: allow short and byte as valid types in an enumJeff Long2021-07-191-1/+1
* classic modules: use common precompiled headersMarcus Müller2021-07-191-4/+12
* Add missing declaration for cpp template of analog_noise_sourceVolker Schroer2021-07-191-1/+2
* gr-channels: fix "hide" expressions in yml filesJeff Long2021-07-161-1/+1
* rebaseVolker Schroer2021-06-2121-21/+21
* gr-analog: Use Soapy instead of UHD source block for flow graph testing.Ron Economos2021-06-011-104/+214
* analog: qa_sig_source use cmd portJosh Morman2021-04-211-2/+6
* analog: remove deprecated freq portJosh Morman2021-04-213-23/+0
* analog: PLL Freq Det: refactor (implementation in .cc, not .h)Marcus Müller2021-04-172-20/+16
* analog: PLL GRC blocks: better naming, parameter labelsMarcus Müller2021-04-173-14/+14
* analog: Add example for PLL Frequency DetectorMarcus Müller2021-04-171-0/+352
* analog/fastnoise: avoid modulo operation when picking indicesMarcus Müller2021-03-254-21/+63
* gr-analog: Rename wfm_rcv_pll blocksDavid Pi2021-01-201-42/+41
* clang-tidy: run full .clang-tidy on C++17 codebaseMarcus Müller2021-01-194-4/+4
* analog: fix AGC classes QA test to match updated sig_source outputArtem Pisarenko2021-01-171-250/+250
* analog: fm: Add audio_rate variable and deemph_tau parametersefardin2021-01-152-4/+11
* analog: fm: Fix orientation of L and R audio; Remove hard coded parametersefardin2021-01-151-20/+17
* C++14: Use std::make_unique instead of boost::make_uniqueMarcus Müller2021-01-041-4/+4
* filter: update python binding hashesJosh Morman2020-12-182-2/+4
* replace fft.window.WIN_ with window.win_ and include in grc default importJosh Morman2020-12-183-9/+9
* add import fft to python files that reference fft.windowJosh Morman2020-12-184-4/+4
* global replace of firdes.WIN_ with fft.window.WIN_Josh Morman2020-12-184-12/+12
* global replace of filter.firdes.WIN_ with fft.window.WIN_Josh Morman2020-12-183-6/+6
* analog: WFM tools: proper integer div, decimation handlingMarcus Müller2020-11-094-7/+18
* modernization: `override` instead of virtual in all compilation unitsMarcus Müller2020-11-0339-282/+300
* Add `override` for common virtual function overridesThomas Habets2020-11-0329-29/+29
* qa: run autopep8 formatting on qa python filesmormj2020-10-3018-543/+623
* qa: remove xml file parameter causing deprecation warningsmormj2020-10-3019-19/+19
* Remove freqz and gnuplot_freqz from gru moduleClayton Smith2020-10-301-12/+0
* pybind: add implicit conversion from int to enummormj2020-10-283-0/+6
* add an option to enable/disable examplesGwenhael Goavec-Merou2020-09-021-2/+4
* python: Remove unnecessary 'from __future__ import'Oleksandr Kravchuk2020-08-0325-49/+0
* Replace all calls to `get_initial_sptr` with `make_block_sptr`Thomas Habets2020-07-3027-41/+34
* gr-analog: Install new example flow graphs.Ron Economos2020-07-301-0/+2
* analog: cast integer divide to type int for nbfm_txduggabe2020-07-221-1/+1
* correct left and right outputs; change filter cutoff frequencyduggabe2020-07-202-9/+10
* correct fm stereo heir block, add example grcduggabe2020-07-202-156/+718
* gr-analog: Remove spurious hide in Signal Source block YAML.Ron Economos2020-06-291-1/+0
* analog: signal source block accepts cmd messagesalekhgupta14412020-06-235-34/+363
* analog: remap enums in yml from int to raw for pybind compatibilityJosh Morman2020-06-043-3/+3
* msg_handler: Use lambdas in most componentsJohannes Demel2020-06-041-1/+1
* pybind: add hash check to binding file creation (#3472)mormj2020-06-0434-34/+298
* analog: change waveform grc type to enumJosh Morman2020-06-041-1/+1