sdrangel/sdrbase/dsp
f4exb b9a06b2966 Simplified some shifted decimators 2019-04-02 02:03:54 +02:00
..
afsquelch.cpp NFM demod: fixed AF squelch setting according to audio sample rate. Fixed discriminator. Added details to documentation. 2018-04-14 21:45:45 +02:00
afsquelch.h NFM demod: fixed AF squelch setting according to audio sample rate. Fixed discriminator. Added details to documentation. 2018-04-14 21:45:45 +02:00
agc.cpp SSB demod: yet again another clamping algorithm 2018-05-28 02:40:26 +02:00
agc.h AM demod: synchronous AM: implemented sidebands selection 2018-05-13 22:30:50 +02:00
autocorrector.h Test Source: new combo box for auto correction options (2) 2018-02-04 22:52:31 +01:00
bandpass.h Windows build: corrections for the new tool chain 2017-09-18 13:41:08 +02:00
basebandsamplesink.cpp qrtplib: NFM demod implementation. Also solve issue Cannot create children for a parent that is in a different thread on UDP sink used for copy audio to UDP 2018-03-06 02:23:47 +01:00
basebandsamplesink.h Windows: MSVC2017: adapt more channel plugin modules (1) 2018-11-13 17:29:34 +01:00
basebandsamplesource.cpp Tx: new handling of multiple channel sources (1) 2018-01-02 03:40:55 +01:00
basebandsamplesource.h Windows: MSVC2017: changes in sdrbase (1) 2018-11-12 14:04:16 +01:00
channelmarker.cpp Removed UDP address and port from Channel marker 2018-03-30 19:06:27 +02:00
channelmarker.h Removed UDP address and port from Channel marker 2018-03-30 19:06:27 +02:00
complex.h Reorganized sdrbase library code 2016-03-08 04:54:12 +01:00
ctcssdetector.cpp Fixes for new build for Windows 64 2017-09-16 04:50:25 +02:00
ctcssdetector.h Moved export.h file to root of exports directory and removed util 2018-03-20 13:49:21 +01:00
cwkeyer.cpp PVS-Studio static analysis corrections (2) issue #137 2018-02-22 03:04:42 +01:00
cwkeyer.h Windows: MSVC2017: adapt more channel plugin modules (1) 2018-11-13 17:29:34 +01:00
cwkeyersettings.cpp Web API: /sdrangel/deviceset/{deviceSetIndex}/channel/{channelIndex}/settings GET for NFM demod and mod 2017-12-10 20:27:08 +01:00
cwkeyersettings.h Moved export.h file to root of exports directory and removed util 2018-03-20 13:49:21 +01:00
decimators.h Simplified some shifted decimators 2019-04-02 02:03:54 +02:00
decimatorsff.cpp Floating point to floating point decimator optimization using the even/odd algorithm 2018-04-30 11:08:08 +02:00
decimatorsff.h Floating point to floating point decimator optimization using the even/odd algorithm 2018-04-30 11:08:08 +02:00
decimatorsfi.cpp Floating point to integer decimator optimization using the even/odd algorithm 2018-04-29 22:56:34 +02:00
decimatorsfi.h Floating point to integer decimator optimization using the even/odd algorithm 2018-04-29 22:56:34 +02:00
decimatorsif.cpp Benchmarking: added int to float decimation 2018-05-01 19:49:47 +02:00
decimatorsif.h Benchmarking: added int to float decimation 2018-05-01 19:49:47 +02:00
decimatorsu.h Windows: MSVC2017: fixed more attribute unused cases (2) 2018-11-13 08:51:14 +01:00
devicesamplesink.cpp HackRF output: compensate shifted interpolators 2019-04-01 14:40:01 +02:00
devicesamplesink.h HackRF: 2 way Rx/Tx frequency synchronization 2019-03-31 00:40:42 +01:00
devicesamplesource.cpp Series of shifted decimators matching shifted interpolators. Applied to HackRF input 2019-04-02 01:10:03 +02:00
devicesamplesource.h Series of shifted decimators matching shifted interpolators. Applied to HackRF input 2019-04-02 01:10:03 +02:00
downchannelizer.cpp Adaptation of cmake files to MSVC 2018-12-02 03:06:04 +01:00
downchannelizer.h Windows: MSVC2017: adapt channel analyzer, AM and ATV demods plugin modules 2018-11-13 16:02:26 +01:00
dspcommands.cpp Windows: MSVC2017: changes in sdrbase (4) qrtplib (2) 2018-11-12 17:50:52 +01:00
dspcommands.h Windows: MSVC2017: changes in sdrbase (4) qrtplib (2) 2018-11-12 17:50:52 +01:00
dspdevicesinkengine.cpp Device engines: unified some debug messages 2019-01-04 10:49:47 +01:00
dspdevicesinkengine.h Moved export.h file to root of exports directory and removed util 2018-03-20 13:49:21 +01:00
dspdevicesourceengine.cpp Device engines: unified some debug messages 2019-01-04 10:49:47 +01:00
dspdevicesourceengine.h Moved export.h file to root of exports directory and removed util 2018-03-20 13:49:21 +01:00
dspengine.cpp Windows: MSVC2017: fixed more attribute unused cases (2) 2018-11-13 08:51:14 +01:00
dspengine.h DSD demod: allow use of audio rates that are integer multiples of 8k other than 48k (x2,3,4,5) 2018-04-23 01:04:47 +02:00
dsptypes.h Benchmarking: added float->float decimators and corresponding benchmark test 2018-04-25 18:01:01 +02:00
dvserialengine.cpp Windows: MSVC2017: changes in sdrbase (3) serialdv 2018-11-12 17:22:19 +01:00
dvserialengine.h DSD demod: allow use of audio rates that are integer multiples of 8k other than 48k (x2,3,4,5) 2018-04-23 01:04:47 +02:00
dvserialworker.cpp Windows: MSVC2017: changes in sdrbase (3) serialdv 2018-11-12 17:22:19 +01:00
dvserialworker.h DSD demod: use audio compressor when processing voice with serial DV 2018-06-25 00:01:25 +02:00
fftcorr.cpp Channel analyzer NG: autocorrelation corrections (2): corrected FFT aliasing 2018-05-20 20:23:41 +02:00
fftcorr.h Channel analyzer NG: autocorrelation corrections (2): corrected FFT aliasing 2018-05-20 20:23:41 +02:00
fftengine.cpp PVS-Studio static analysis corrections (2) issue #137 2018-02-22 03:04:42 +01:00
fftengine.h Moved export.h file to root of exports directory and removed util 2018-03-20 13:49:21 +01:00
fftfilt.cpp Windows: MSVC2017: changes in sdrbase (2) 2018-11-12 16:58:20 +01:00
fftfilt.h Channel analyzer NG: implemented optional RRC filter 2018-05-22 02:20:36 +02:00
fftwengine.cpp git clone git://git.osmocom.org/sdrangelove.git 2014-05-18 16:52:39 +01:00
fftwengine.h Moved export.h file to root of exports directory and removed util 2018-03-20 13:49:21 +01:00
fftwindow.cpp git clone git://git.osmocom.org/sdrangelove.git 2014-05-18 16:52:39 +01:00
fftwindow.h Moved export.h file to root of exports directory and removed util 2018-03-20 13:49:21 +01:00
filerecord.cpp Windows: MSVC2017: changes in sdrbase (2) 2018-11-12 16:58:20 +01:00
filerecord.h FileRecord improvement: update FileSink plugin and writeHeader private method in FileRecord accordingly 2018-10-10 14:05:21 +02:00
filtermbe.cpp DV serial: use HP filter before interpolation and LP filter. Set HP -3dB corner at 300 Hz (for 8 kHz sampling rate) 2018-06-24 02:29:54 +02:00
filtermbe.h Windows: MSVC2017: changes in sdrbase (2) 2018-11-12 16:58:20 +01:00
filterrc.cpp BFM demod: apply de-emphasis 2015-12-08 02:00:30 +01:00
filterrc.h Moved export.h file to root of exports directory and removed util 2018-03-20 13:49:21 +01:00
freqlockcomplex.cpp Windows: MSVC2017: changes in sdrbase (1) 2018-11-12 14:04:16 +01:00
freqlockcomplex.h ChannelAnalyzerNG: fixed FLL and removed IIR and FIR kit that is now useless 2018-05-18 02:36:29 +02:00
gfft.h PVS-Studio static analysis corrections (2) issue #137 2018-02-22 03:04:42 +01:00
hbfiltertraits.cpp Benchmarking: added int to float decimation 2018-05-01 19:49:47 +02:00
hbfiltertraits.h Windows: MSVC2017: changes in sdrbase (1) 2018-11-12 14:04:16 +01:00
highpass.h Reorganized sdrbase library code 2016-03-08 04:54:12 +01:00
iirfilter.h DSD demod: highpass filtering for audio completed 2017-12-26 20:29:23 +01:00
interpolator.cpp Reformat rational interpolator code 2018-12-09 22:11:39 +01:00
interpolator.h Reformat rational interpolator code 2018-12-09 22:11:39 +01:00
interpolators.h Implemented shifted interpolators by 64 and fixed some shifted interpolators inf/sup chains 2019-04-01 03:24:45 +02:00
inthalfbandfilter.h HackRF output: implementation of Fc position selection in the GUI 2019-03-31 23:09:50 +02:00
inthalfbandfilterdb.h HackRF output: implementation of Fc position selection in the GUI 2019-03-31 23:09:50 +02:00
inthalfbandfilterdbf.h HackRF output: implementation of Fc position selection in the GUI 2019-03-31 23:09:50 +02:00
inthalfbandfilterdbff.h HackRF output: implementation of Fc position selection in the GUI 2019-03-31 23:09:50 +02:00
inthalfbandfilterdbfi.h HackRF output: implementation of Fc position selection in the GUI 2019-03-31 23:09:50 +02:00
inthalfbandfiltereo.h HackRF output: implementation of Fc position selection in the GUI 2019-03-31 23:09:50 +02:00
inthalfbandfiltereo1.h HackRF output: implementation of Fc position selection in the GUI 2019-03-31 23:09:50 +02:00
inthalfbandfiltereo1i.h IntHalfbandFilterEO1: simplification for SSE 4.1 only and fix 2016-11-07 18:23:59 +01:00
inthalfbandfiltereo2.h HackRF output: implementation of Fc position selection in the GUI 2019-03-31 23:09:50 +02:00
inthalfbandfiltereof.h HackRF output: implementation of Fc position selection in the GUI 2019-03-31 23:09:50 +02:00
inthalfbandfilterst.h Moved export.h file to root of exports directory and removed util 2018-03-20 13:49:21 +01:00
inthalfbandfiltersti.h Improve int halfband filter even/odd I/Q stride variant 2016-11-10 02:56:49 +01:00
kissengine.cpp git clone git://git.osmocom.org/sdrangelove.git 2014-05-18 16:52:39 +01:00
kissengine.h Moved export.h file to root of exports directory and removed util 2018-03-20 13:49:21 +01:00
kissfft.h Reorganized sdrbase library code 2016-03-08 04:54:12 +01:00
lowpass.cpp git clone git://git.osmocom.org/sdrangelove.git 2014-05-18 16:52:39 +01:00
lowpass.h Fixes for new build for Windows 64 2017-09-16 04:50:25 +02:00
misc.h Fixes for new build for Windows 64 2017-09-16 04:50:25 +02:00
movingaverage.h Moving average: fixed initialization 2018-04-27 20:40:17 +02:00
nco.cpp PVS-Studio static analysis corrections (2) issue #137 2018-02-22 03:04:42 +01:00
nco.h Moved export.h file to root of exports directory and removed util 2018-03-20 13:49:21 +01:00
ncof.cpp PVS-Studio static analysis corrections (2) issue #137 2018-02-22 03:04:42 +01:00
ncof.h Moved export.h file to root of exports directory and removed util 2018-03-20 13:49:21 +01:00
nullsink.cpp Windows: MSVC2017: changes in sdrbase (2) 2018-11-12 16:58:20 +01:00
nullsink.h Moved export.h file to root of exports directory and removed util 2018-03-20 13:49:21 +01:00
phasediscri.h Windows build: corrections for the new tool chain 2017-09-18 13:41:08 +02:00
phaselock.cpp ChanelAnalyzerNG: added PLL option 2018-05-12 06:01:54 +02:00
phaselock.h Windows: MSVC2017: changes in sdrbase (1) 2018-11-12 14:04:16 +01:00
phaselockcomplex.cpp Windows: MSVC2017: changes in sdrbase (1) 2018-11-12 14:04:16 +01:00
phaselockcomplex.h PLL lock indication fixes 2018-05-20 03:50:22 +02:00
projector.cpp Windows: MSVC2017: changes in sdrbase (1) 2018-11-12 14:04:16 +01:00
projector.h Windows: MSVC2017: changes in sdrgui and sdrbase (5) 2018-11-12 18:36:27 +01:00
recursivefilters.cpp AM demod: synchronous AM: implemented sidebands selection 2018-05-13 22:30:50 +02:00
recursivefilters.h AM demod: synchronous AM: implemented sidebands selection 2018-05-13 22:30:50 +02:00
samplesinkfifo.cpp SDRDaemon input: adaptation for 24 bit Rx DSP 2018-01-24 08:49:18 +01:00
samplesinkfifo.h Moved export.h file to root of exports directory and removed util 2018-03-20 13:49:21 +01:00
samplesinkfifodecimator.h Templatize the accumulator type of integer half-band filters (non SIMD) 2018-01-21 19:39:51 +01:00
samplesinkfifodoublebuffered.cpp Added a double buffered sample sink FIFO class 2016-10-06 15:39:18 +02:00
samplesinkfifodoublebuffered.h Moved export.h file to root of exports directory and removed util 2018-03-20 13:49:21 +01:00
samplesourcefifo.cpp PVS-Studio static analysis corrections (1) issue #137 2018-02-21 18:54:59 +01:00
samplesourcefifo.h BladeRF2 output: fixed SO mode 2018-09-29 21:40:22 +02:00
symsync.cpp Removed liquid-dsp internal build and dependencies. Abandon clock recovery in ScopeNG 2018-04-04 02:03:37 +02:00
symsync.h Removed liquid-dsp internal build and dependencies. Abandon clock recovery in ScopeNG 2018-04-04 02:03:37 +02:00
threadedbasebandsamplesink.cpp Windows: MSVC2017: changes in sdrbase (2) 2018-11-12 16:58:20 +01:00
threadedbasebandsamplesink.h Moved export.h file to root of exports directory and removed util 2018-03-20 13:49:21 +01:00
threadedbasebandsamplesource.cpp ThreadedBasebandSampleSource: destructor: call stop only if thread is running 2018-03-24 22:39:16 +01:00
threadedbasebandsamplesource.h Moved export.h file to root of exports directory and removed util 2018-03-20 13:49:21 +01:00
upchannelizer.cpp Use always 16 bit DSP on Tx side 2018-01-22 10:46:57 +01:00
upchannelizer.h Windows: MSVC2017: adapt more channel plugin modules (1) 2018-11-13 17:29:34 +01:00
wfir.cpp Fixes for new build for Windows 64 2017-09-16 04:50:25 +02:00
wfir.h Moved export.h file to root of exports directory and removed util 2018-03-20 13:49:21 +01:00