summaryrefslogtreecommitdiff
path: root/gr-analog/lib
Commit message (Expand)AuthorAgeFilesLines
* purge boost/math/special_functions/erf.hppJohannes Demel2018-03-041-13/+10
* Merge branch 'master' into nextJohnathan Corgan2017-06-221-5/+5
|\
| * gr-analog: added memory alignment for MSVC to agc3gnieboer2017-06-111-5/+5
* | Merge branch 'master' into nextJohnathan Corgan2016-11-111-2/+2
|\|
| * Add config check for Xrand48() functionsPaul Cercueil2016-11-111-2/+2
* | cmake: nuke cpack from existenceJohnathan Corgan2016-08-031-2/+2
|/
* Fixing `Sdot` calculation in `fmdet_cf_impl` `work()`Ben Hilburn2016-07-141-1/+1
* analog: Adds ability to set the sig_source frequency using a key:value pair.Tom Rondeau2016-03-082-2/+32
* analog: add ControlPort interfaces to frequency_modulator block.Tom Rondeau2016-02-123-11/+24
* analog: removed superfluous debug codeJohannes Demel2015-11-121-1/+1
* analog: added freq msg port to sig_sourceJohannes Demel2015-11-122-1/+5
* random-analog: fixed reseed issueJohannes Demel2015-09-282-3/+3
* random-analog: added new uniform integer distribution sourceJohannes Demel2015-09-283-0/+138
* frequency_modulator_fc: float modulo using cmathMarcus Müller2015-07-071-6/+4
* float internally, double in API: Honest signatures for honest peopleMarcus Müller2015-06-302-3/+3
* analog: fixes calculation of complex noise sources from the amplitudeTom Rondeau2015-05-112-2/+16
* analog: Power Squelch now emit tags on start/end of burstsMarcus Müller2015-04-234-88/+123
* Merge remote-tracking branch 'pinkavaj/clear-int-00'Johnathan Corgan2015-04-031-1/+1
|\
| * do not use deprecated gr_int* typesJiří Pinkava2015-03-291-1/+1
* | cmake: reorder VOLK library to be after all other internal ones, and before b...Michael Dickens2015-03-311-1/+1
* | cmake: abs path for external volkSebastian Koslowski2015-03-301-1/+1
|/
* Merge remote-tracking branch 'jynik/ctcss_squelch_add_freq_getset'Johnathan Corgan2015-03-285-22/+80
|\
| * analog: Wrapped squelch blocks' setter methods with lockJon Szymaniak2015-03-245-9/+37
| * analog: Added frequency accessor and modifier to CTCSS squelchJon Szymaniak2015-02-252-5/+27
| * analog: Moved CTCSS squelch FFT parameter calculationsJon Szymaniak2015-02-252-13/+21
| * analog: Made CTCSS squelch find_tone() a static member functionJon Szymaniak2015-02-251-1/+1
* | analog: typo fix in cmake file.Tom Rondeau2015-02-261-1/+1
|/
* reset() for probe_avg_mag_sqrdStefan-Olt2014-10-256-0/+21
* cmake: follow-up to previous mergeTom Rondeau2014-08-081-1/+0
* Merge branch 'maint'Tom Rondeau2014-08-081-1/+0
|\
| * controlport: removing use of ice for a controlport rpc.Tom Rondeau2014-08-081-1/+0
* | Merge branch 'maint'Tom Rondeau2014-07-251-0/+1
|\|
| * build: adding fstream include files for pedantic compilers.Tom Rondeau2014-07-251-0/+1
* | cmake: coalesce EXPAND macros into 3 common macros, and switch to using those...Michael Dickens2014-07-241-66/+6
* | build: better support for static libs.Tom Rondeau2014-07-181-0/+12
|/
* Merge branch 'maint'Tom Rondeau2014-07-0726-52/+52
|\
| * Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-0727-58/+58
* | build: adds an ENABLE_STATIC_LIB option to cmake to build static (.a) version...Tom Rondeau2014-06-281-6/+22
|/
* blocks: agc3 invsqrt volk kernel aligned assumption is not safeTim O'Shea2014-05-231-1/+1
* Revert "GNU Radio EXPAND macros for template files:"Johnathan Corgan2013-12-181-5/+65
* GNU Radio EXPAND macros for template files:Michael Dickens2013-12-141-65/+5
* analog: fixed Linux assumption, added ifdef to use rand() instead of lrand48(...Nicholas Corgan2013-11-081-0/+4
* Adding models for sample rate and center frequency driftTim O'Shea2013-11-072-5/+28
* analog: agc3_cc_impl Windows compatibilityNicholas Corgan2013-09-261-2/+12
* Merge branch 'maint'Johnathan Corgan2013-09-252-2/+2
|\
| * gr-analog : Fix initialization bugs in cc anf ff power squelch blocks.Philip Balister2013-09-252-2/+2
* | new volk inverse square root kernel and agc3 speedupsTim O'Shea2013-09-052-17/+39
|/
* blocks: agc3_cc bug fix for input values of zeroTim O'Shea2013-08-161-1/+1
* agc3_cc_impl.cc : Fix uninitialized variable error.Philip Balister2013-07-101-1/+1
* goertzel.h : Remove the default constructor for fft::goertzel.Philip Balister2013-07-092-13/+16