1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-30 16:56:35 -04:00
sdrangel/sdrbase/dsp
2019-01-04 10:49:47 +01:00
..
afsquelch.cpp
afsquelch.h
agc.cpp SSB demod: yet again another clamping algorithm 2018-05-28 02:40:26 +02:00
agc.h
autocorrector.h
bandpass.h
basebandsamplesink.cpp
basebandsamplesink.h
basebandsamplesource.cpp
basebandsamplesource.h Windows: MSVC2017: changes in sdrbase (1) 2018-11-12 14:04:16 +01:00
channelmarker.cpp
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
ctcssdetector.h Moved export.h file to root of exports directory and removed util 2018-03-20 13:49:21 +01:00
cwkeyer.cpp
cwkeyer.h Windows: MSVC2017: adapt more channel plugin modules (1) 2018-11-13 17:29:34 +01:00
cwkeyersettings.cpp
cwkeyersettings.h
decimators.h Windows: MSVC2017: adapt decimators.h to handle packing with MSVC 2018-11-13 10:51:57 +01:00
decimatorsff.cpp
decimatorsff.h
decimatorsfi.cpp
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
devicesamplesink.cpp
devicesamplesink.h
devicesamplesource.cpp
devicesamplesource.h Windows: MSVC2017: changes in sdrbase (1) 2018-11-12 14:04:16 +01:00
downchannelizer.cpp
downchannelizer.h Windows: MSVC2017: adapt channel analyzer, AM and ATV demods plugin modules 2018-11-13 16:02:26 +01:00
dspcommands.cpp
dspcommands.h Windows: MSVC2017: changes in sdrbase (4) qrtplib (2) 2018-11-12 17:50:52 +01:00
dspdevicesinkengine.cpp
dspdevicesinkengine.h
dspdevicesourceengine.cpp
dspdevicesourceengine.h
dspengine.cpp
dspengine.h
dsptypes.h
dvserialengine.cpp
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
dvserialworker.h
fftcorr.cpp Channel analyzer NG: autocorrelation corrections (2): corrected FFT aliasing 2018-05-20 20:23:41 +02:00
fftcorr.h
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
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
fftwindow.cpp
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
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
filterrc.cpp
filterrc.h
freqlockcomplex.cpp
freqlockcomplex.h
gfft.h
hbfiltertraits.cpp
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
interpolator.cpp
interpolator.h
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
inthalfbandfilterdbf.h
inthalfbandfilterdbff.h
inthalfbandfilterdbfi.h
inthalfbandfiltereo1.h
inthalfbandfiltereo1i.h
inthalfbandfiltereo2.h Removed intrinsics completely from IntHalfbandFilterEO2 2018-04-29 11:38:42 +02:00
inthalfbandfiltereo.h Windows: MSVC2017: remove export from templated class IntHalfbandFilterEO 2018-11-13 10:52:41 +01:00
inthalfbandfiltereof.h
inthalfbandfilterst.h
inthalfbandfiltersti.h
kissengine.cpp
kissengine.h
kissfft.h
lowpass.cpp
lowpass.h
misc.h Fixes for new build for Windows 64 2017-09-16 04:50:25 +02:00
movingaverage.h
nco.cpp PVS-Studio static analysis corrections (2) issue #137 2018-02-22 03:04:42 +01:00
nco.h
ncof.cpp PVS-Studio static analysis corrections (2) issue #137 2018-02-22 03:04:42 +01:00
ncof.h
nullsink.cpp
nullsink.h Moved export.h file to root of exports directory and removed util 2018-03-20 13:49:21 +01:00
phasediscri.h
phaselock.cpp
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
recursivefilters.cpp
recursivefilters.h
samplesinkfifo.cpp
samplesinkfifo.h
samplesinkfifodecimator.h
samplesinkfifodoublebuffered.cpp
samplesinkfifodoublebuffered.h Moved export.h file to root of exports directory and removed util 2018-03-20 13:49:21 +01:00
samplesourcefifo.cpp
samplesourcefifo.h
symsync.cpp
symsync.h
threadedbasebandsamplesink.cpp
threadedbasebandsamplesink.h
threadedbasebandsamplesource.cpp ThreadedBasebandSampleSource: destructor: call stop only if thread is running 2018-03-24 22:39:16 +01:00
threadedbasebandsamplesource.h
upchannelizer.cpp
upchannelizer.h
wfir.cpp
wfir.h