sdrangel/sdrbase/dsp
f4exb 059228e39f PVS-Studio Analysis corrections for serious issues 2018-11-18 09:39:22 +01: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 Windows: MSVC2017: adapt decimators.h to handle packing with MSVC 2018-11-13 10:51:57 +01: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 Server: implemented add device set and remove last device set and associated web API entry points 2017-12-20 01:01:53 +01:00
devicesamplesink.h Windows: MSVC2017: changes in sdrbase (1) 2018-11-12 14:04:16 +01:00
devicesamplesource.cpp Inf/Sup frequency shift scheme change to set bandwidth closer to device center frequency 2018-05-10 22:17:39 +02:00
devicesamplesource.h Windows: MSVC2017: changes in sdrbase (1) 2018-11-12 14:04:16 +01:00
downchannelizer.cpp PVS-Studio Analysis corrections for serious issues 2018-11-18 09:39:22 +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 LibbladeRF2: make bladeRF1 work 2018-09-18 23:12:00 +02: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 DSP source enging DC and IQ correction: reset averages when changing settings 2018-02-16 01:23:49 +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 activated compiler warnings 2017-05-25 20:13:34 +02:00
interpolator.h Windows: MSVC2017: adapt channel analyzer, AM and ATV demods plugin modules 2018-11-13 16:02:26 +01:00
interpolators.h Use always 16 bit DSP on Tx side 2018-01-22 10:46:57 +01:00
inthalfbandfilter.h Moved export.h file to root of exports directory and removed util 2018-03-20 13:49:21 +01:00
inthalfbandfilterdb.h Windows: MSVC2017: completed SoapySDR support 2018-11-16 08:15:10 +01:00
inthalfbandfilterdbf.h Simplified float halfband filters with unique class for floating point 2018-04-29 11:48:46 +02:00
inthalfbandfilterdbff.h Benchmarking: added float->float decimators and corresponding benchmark test 2018-04-25 18:01:01 +02:00
inthalfbandfilterdbfi.h Benchmarking: added float->float decimators and corresponding benchmark test 2018-04-25 18:01:01 +02:00
inthalfbandfiltereo.h Windows: MSVC2017: remove export from templated class IntHalfbandFilterEO 2018-11-13 10:52:41 +01:00
inthalfbandfiltereo1.h Windows: MSVC2017: remove export from templated class IntHalfbandFilterEO1 2018-11-13 11:17:21 +01:00
inthalfbandfiltereo1i.h IntHalfbandFilterEO1: simplification for SSE 4.1 only and fix 2016-11-07 18:23:59 +01:00
inthalfbandfiltereo2.h Removed intrinsics completely from IntHalfbandFilterEO2 2018-04-29 11:38:42 +02:00
inthalfbandfiltereof.h Windows: MSVC2017: remove export from templated class IntHalfbandFilterEOF 2018-11-13 10:55:10 +01: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