sdrangel/sdrbase/dsp
f4exb c6d7207b1a Reorganized sdrbase library code 2016-03-08 04:54:12 +01:00
..
afsquelch.cpp Adapt to Qt Android #1 2016-02-28 10:53:37 +01:00
afsquelch.h Reorganized sdrbase library code 2016-03-08 04:54:12 +01:00
agc.cpp NFM demod: added display of channel power in dB. Changed minus radio button for a iconified toggle button 2015-10-04 06:26:06 +02:00
agc.h Reorganized sdrbase library code 2016-03-08 04:54:12 +01:00
bandpass.h Reorganized sdrbase library code 2016-03-08 04:54:12 +01:00
channelizer.cpp Fixed NFM strong signals handling 2015-09-07 01:15:55 +02:00
channelizer.h Reorganized sdrbase library code 2016-03-08 04:54:12 +01:00
channelmarker.cpp Replaced direct output to console for debug messages with qDebug 2015-08-09 10:33:04 +02:00
channelmarker.h Reorganized sdrbase library code 2016-03-08 04:54:12 +01:00
complex.h Reorganized sdrbase library code 2016-03-08 04:54:12 +01:00
ctcssdetector.cpp Adapt to Qt Android #1 2016-02-28 10:53:37 +01:00
ctcssdetector.h Reorganized sdrbase library code 2016-03-08 04:54:12 +01:00
decimators.h Reorganized sdrbase library code 2016-03-08 04:54:12 +01:00
dspcommands.cpp Attempt at fixing some race conditions #1 2015-10-21 02:32:21 +02:00
dspcommands.h Reorganized sdrbase library code 2016-03-08 04:54:12 +01:00
dspdeviceengine.cpp Attempt at fixing some race conditions #1 2015-10-21 02:32:21 +02:00
dspdeviceengine.h Reorganized sdrbase library code 2016-03-08 04:54:12 +01:00
dspengine.cpp Create own class for logical device DSP engine. Use this class in main DSP engine 2015-10-15 04:05:19 +02:00
dspengine.h Reorganized sdrbase library code 2016-03-08 04:54:12 +01:00
dsptypes.h Reorganized sdrbase library code 2016-03-08 04:54:12 +01:00
fftengine.cpp git clone git://git.osmocom.org/sdrangelove.git 2014-05-18 16:52:39 +01:00
fftengine.h Reorganized sdrbase library code 2016-03-08 04:54:12 +01:00
fftfilt.cxx Started implementation of a Channel Analyzer plugin. Works basically 2015-06-21 12:46:47 +02:00
fftfilt.h Reorganized sdrbase library code 2016-03-08 04:54:12 +01:00
fftwengine.cpp git clone git://git.osmocom.org/sdrangelove.git 2014-05-18 16:52:39 +01:00
fftwengine.h Reorganized sdrbase library code 2016-03-08 04:54:12 +01:00
fftwindow.cpp git clone git://git.osmocom.org/sdrangelove.git 2014-05-18 16:52:39 +01:00
fftwindow.h Reorganized sdrbase library code 2016-03-08 04:54:12 +01:00
filesink.cpp Deep redesign: use references for the iterator parameters of the sample sinks feed method 2015-08-25 08:24:23 +02:00
filesink.h Reorganized sdrbase library code 2016-03-08 04:54:12 +01:00
filterrc.cpp BFM demod: apply de-emphasis 2015-12-08 02:00:30 +01:00
filterrc.h Reorganized sdrbase library code 2016-03-08 04:54:12 +01:00
gfft.h Reorganized sdrbase library code 2016-03-08 04:54:12 +01:00
highpass.h Reorganized sdrbase library code 2016-03-08 04:54:12 +01:00
interpolator.cpp Quiet some warnings. 2014-11-21 15:41:58 +00:00
interpolator.h Reorganized sdrbase library code 2016-03-08 04:54:12 +01:00
inthalfbandfilter.cpp git clone git://git.osmocom.org/sdrangelove.git 2014-05-18 16:52:39 +01:00
inthalfbandfilter.h Reorganized sdrbase library code 2016-03-08 04:54:12 +01:00
kissengine.cpp git clone git://git.osmocom.org/sdrangelove.git 2014-05-18 16:52:39 +01:00
kissengine.h Reorganized sdrbase library code 2016-03-08 04:54:12 +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 Reorganized sdrbase library code 2016-03-08 04:54:12 +01:00
misc.h Reorganized sdrbase library code 2016-03-08 04:54:12 +01:00
movingaverage.cpp git clone git://git.osmocom.org/sdrangelove.git 2014-05-18 16:52:39 +01:00
movingaverage.h Reorganized sdrbase library code 2016-03-08 04:54:12 +01:00
nco.cpp git clone git://git.osmocom.org/sdrangelove.git 2014-05-18 16:52:39 +01:00
nco.h Reorganized sdrbase library code 2016-03-08 04:54:12 +01:00
nullsink.cpp Deep redesign: phase #2 2015-08-14 05:00:28 +02:00
nullsink.h Reorganized sdrbase library code 2016-03-08 04:54:12 +01:00
phasediscri.h Reorganized sdrbase library code 2016-03-08 04:54:12 +01:00
phaselock.cpp Unset PLL lock status as soon as condition is lost 2015-12-09 00:02:21 +01:00
phaselock.h Reorganized sdrbase library code 2016-03-08 04:54:12 +01:00
pidcontroller.cpp git clone git://git.osmocom.org/sdrangelove.git 2014-05-18 16:52:39 +01:00
pidcontroller.h git clone git://git.osmocom.org/sdrangelove.git 2014-05-18 16:52:39 +01:00
samplefifo.cpp git clone git://git.osmocom.org/sdrangelove.git 2014-05-18 16:52:39 +01:00
samplefifo.h Reorganized sdrbase library code 2016-03-08 04:54:12 +01:00
samplesink.cpp Deep redesign: reverted message deqeuing changes 2015-08-30 23:22:18 +02:00
samplesink.h Reorganized sdrbase library code 2016-03-08 04:54:12 +01:00
samplesource.cpp Deep redesign: reverted message deqeuing changes 2015-08-30 23:22:18 +02:00
samplesource.h Reorganized sdrbase library code 2016-03-08 04:54:12 +01:00
scopevis.cpp Make it buildable for Android with QtCreator 2016-03-06 15:10:22 +01:00
scopevis.h Reorganized sdrbase library code 2016-03-08 04:54:12 +01:00
spectrumscopecombovis.cpp Deep redesign: use references for the iterator parameters of the sample sinks feed method 2015-08-25 08:24:23 +02:00
spectrumscopecombovis.h Reorganized sdrbase library code 2016-03-08 04:54:12 +01:00
spectrumvis.cpp Make it buildable for Android with QtCreator 2016-03-06 15:10:22 +01:00
spectrumvis.h Reorganized sdrbase library code 2016-03-08 04:54:12 +01:00
threadedsamplesink.cpp Code fix: threaded sample sink handle message method should take a const message argument 2015-12-10 01:56:38 +01:00
threadedsamplesink.h Reorganized sdrbase library code 2016-03-08 04:54:12 +01:00