aboutsummaryrefslogtreecommitdiffstats
path: root/src/FIRFilter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add eventsMatthias P. Braendli2023-07-191-2/+2
|
* Change RC showjson commandMatthias P. Braendli2023-07-191-2/+2
|
* Add JSON output to RCMatthias P. Braendli2023-03-311-1/+8
|
* Catch all exceptions as constMatthias P. Braendli2019-01-281-1/+1
|
* Keep RC-modified settings across modulator restartsMatthias P. Braendli2018-08-071-1/+1
|
* Replace a few fprintf calls by etiLogMatthias P. Braendli2018-03-201-10/+9
|
* Avoid race condition on teardown of pipelined pluginsMatthias P. Braendli2018-01-141-0/+5
|
* Fix some PDEBUG callsMatthias P. Braendli2017-12-221-1/+1
|
* Fix all the warnings shown since previous commitMatthias P. Braendli2017-12-111-3/+0
|
* Fix race condition for PipelinedModCodec thread startupMatthias P. Braendli2017-03-251-0/+2
| | | | | The thread could start before the vtable containing the subclass function is ready, leading to a crash because the thread calls a pure virtual function.
* Fix FIRFilter compilation on non-SSE systemsMatthias P. Braendli2017-03-231-8/+0
|
* Simplify FIRFilter and make it use PipelinedModCodecMatthias P. Braendli2017-03-171-161/+103
|
* Remove ModFormatMatthias P. Braendli2016-12-251-1/+1
|
* Include default firfilter taps in binary and enable by defaultMatthias P. Braendli2016-12-111-27/+60
|
* Remove unused AVX implementation of FIRFilterMatthias P. Braendli2016-12-111-71/+3
|
* Set custom names to threadsMatthias P. Braendli2016-06-171-0/+1
|
* Set SCHED_RR prio for all data processing threadsMatthias P. Braendli2016-06-171-0/+3
| | | | This includes Modulator, FIR Filter and UHD worker
* FIRFilter, use vector to save filter tapsMatthias P. Braendli2016-01-311-30/+18
|
* Keep FIR filtertaps after modulator restartMatthias P. Braendli2015-09-181-9/+8
|
* Switch to C++11, remove boost::shared_ptrMatthias P. Braendli2015-08-011-7/+6
|
* Use shared_ptr in FIRFilterMatthias P. Braendli2015-05-301-11/+10
|
* remove using directives from .h filesMatthias P. Braendli2014-04-161-0/+1
|
* Update RemoteControl from dabmuxMatthias P. Braendli2014-03-141-2/+2
|
* Replace CRC-DABMOD by ODR-DabModMatthias P. Braendli2014-02-071-4/+4
|
* fix some errors seen by cppcheckMatthias P. Braendli2014-01-201-1/+1
|
* dabmod: add file input to separate class, change versionMatthias P. Braendli (think)2013-11-101-2/+2
|
* crc-dabmod: added AVX FIRFilter implementationMatthias P. Braendli (think)2012-09-261-3/+71
| | | | | that is disabled by default because it's slower than the SSE version.
* crc-dabmod: FIRFilter delete[] operator correctionr5Matthias P. Braendli (think)2012-08-201-2/+2
|
* crc-dabmod: FIRFilter: solved double free() issueMatthias P. Braendli (think)2012-08-181-0/+2
|
* crc-dabmod: remote control for FIRFilterMatthias P. Braendli (think)2012-08-171-49/+125
|
* crc-dabmod: const-correctness corrections necessary forMatthias P. Braendli (think)2012-08-141-1/+1
| | | | ini parser
* added crc-dabmod patchMatthias (think)2012-07-111-0/+311