..
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
Multi device support: fixed core dump (seg fault) brutally by commenting out failing instruction (disconnect)
2016-05-20 00:49:55 +02:00
dspdeviceengine.h
Multi device support: add a unique ID to DSPDeviceEngine
2016-05-11 19:14:23 +02:00
dspengine.cpp
Multi device support: moved audio output multi client support to audio output object itself
2016-05-18 11:32:19 +02:00
dspengine.h
Multi device support: moved audio output multi client support to audio output object itself
2016-05-18 11:32:19 +02:00
dsptypes.h
Reorganized sdrbase library code
2016-03-08 04:54:12 +01:00
dvserialengine.cpp
DSD Demod: DV Serial support: popup message to list devices when enabling
2016-05-09 18:17:53 +02:00
dvserialengine.h
DSD Demod: DV Serial support: popup message to list devices when enabling
2016-05-09 18:17:53 +02:00
dvserialworker.cpp
DSD demod: DV serial support: set audio buffer length to 1s (48000 samples)
2016-05-09 23:02:48 +02:00
dvserialworker.h
DSD demod DV serial support revised audio processing
2016-05-09 01:26:39 +02: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
Multi device support: removed as much as possible (now) DSPDeviceEngine dependencies in MainWindow to source plugin GUIs. This includes file sink handling. Applies to BladeRF only.
2016-05-12 10:31:57 +02:00
filesink.h
Multi device support: removed as much as possible (now) DSPDeviceEngine dependencies in MainWindow to source plugin GUIs. This includes file sink handling. Applies to BladeRF only.
2016-05-12 10:31:57 +02: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
DSD demod: increase volume span
2016-05-09 11:02:27 +02: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
NFM demod and UDP source: revised FM completely rationalizing deviation. New input in UDP source GUI to specify the FM deviation
2016-04-04 03:44:06 +02:00
phaselock.cpp
Updated CMake files for QTEditor cmake style.
2016-06-29 10:10:24 +02: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
Scope: block incoming traces (trigger) while in trace memory
2016-04-01 04:42:47 +02:00
scopevis.h
Scope: block incoming traces (trigger) while in trace memory
2016-04-01 04:42:47 +02: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