sdrangel/sdrbase/dsp
f4exb c495f82235 Imported Iowa Hills Software IIR and FIR calculator 2018-05-17 00:09:56 +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 Mag AGC: corrected step calculation. Added method to combine step up and down smoothing 2018-05-06 02:39:39 +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 Moved export.h file to root of exports directory and removed util 2018-03-20 13:49:21 +01:00
basebandsamplesource.cpp Tx: new handling of multiple channel sources (1) 2018-01-02 03:40:55 +01:00
basebandsamplesource.h Moved export.h file to root of exports directory and removed util 2018-03-20 13:49:21 +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 Moved export.h file to root of exports directory and removed util 2018-03-20 13:49:21 +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 RTL-SDR: fixed inf/sup decimators 2018-05-12 07:25:53 +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 RTL-SDR: fixed inf/sup decimators (2) 2018-05-12 08:05:46 +02: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 Moved export.h file to root of exports directory and removed util 2018-03-20 13:49:21 +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 Inf/Sup frequency shift scheme change to set bandwidth closer to device center frequency 2018-05-10 22:17:39 +02:00
downchannelizer.cpp Use unified even/odd half band decimator 2018-05-08 01:35:08 +02:00
downchannelizer.h Use unified even/odd half band decimator 2018-05-08 01:35:08 +02:00
dspcommands.cpp Multiple audio support: New audio preferences dialog (3). Application to AM demod 2018-03-26 11:55:45 +02:00
dspcommands.h Multiple audio support: New audio preferences dialog (3). Application to AM demod 2018-03-26 11:55:45 +02:00
dspdevicesinkengine.cpp Fixed DSP device source/sink run command 2018-02-14 17:33:08 +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 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 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
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 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
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 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.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
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.cxx AM demod: basic synchronous AM detection option 2018-05-13 17:27:24 +02:00
fftfilt.h AM demod: basic synchronous AM detection option 2018-05-13 17:27:24 +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 modified unique file name 2018-05-11 09:08:20 +02:00
filerecord.h modified unique file name 2018-05-11 09:08:20 +02:00
filtermbe.cpp DSD demod: use lower cutoff for optional audio high pass filter 2018-01-02 20:02:30 +01:00
filtermbe.h Moved export.h file to root of exports directory and removed util 2018-03-20 13:49:21 +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
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 Benchmarking: added int to float decimation 2018-05-01 19:49:47 +02: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 Moved export.h file to root of exports directory and removed util 2018-03-20 13:49:21 +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 Moved export.h file to root of exports directory and removed util 2018-03-20 13:49:21 +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 Inf/Sup frequency shift scheme change to set bandwidth closer to device center frequency 2018-05-10 22:17:39 +02:00
inthalfbandfiltereo1.h Unified the even/odd integer halfband filters 2018-05-02 14:00:03 +02: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 Benchmarking: added int to float decimation 2018-05-01 19:49:47 +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 Fixed -Woverloaded-virtual warnings 2018-03-03 10:06:47 +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 ChanelAnalyzerNG: added PLL option 2018-05-12 06:01:54 +02:00
phaselockcomplex.cpp Imported Iowa Hills Software IIR and FIR calculator 2018-05-17 00:09:56 +02:00
phaselockcomplex.h Imported Iowa Hills Software IIR and FIR calculator 2018-05-17 00:09:56 +02:00
projector.cpp Removed liquid-dsp internal build and dependencies. Abandon clock recovery in ScopeNG 2018-04-04 02:03:37 +02:00
projector.h Removed liquid-dsp internal build and dependencies. Abandon clock recovery in ScopeNG 2018-04-04 02:03:37 +02: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 Moved export.h file to root of exports directory and removed util 2018-03-20 13:49:21 +01: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 ThreadedBasebandSampleSink: destructor: call stop only if thread is running 2018-03-24 22:37:36 +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 Moved export.h file to root of exports directory and removed util 2018-03-20 13:49:21 +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