1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-16 13:21:50 -05:00
sdrangel/sdrbase/dsp
2017-10-24 16:45:47 +02:00
..
afsquelch.cpp Fixes for new build for Windows 64 2017-09-16 04:50:25 +02:00
afsquelch.h Attempt to fix AF squelch 2017-05-31 00:30:00 +02:00
agc.cpp SSB demod: clamp AGC value 2017-08-06 00:02:16 +02:00
agc.h SSB demod: clamp AGC value 2017-08-06 00:02:16 +02:00
bandpass.h Windows build: corrections for the new tool chain 2017-09-18 13:41:08 +02:00
basebandsamplesink.cpp Channel Rx / GUI new messaging system 2017-09-27 23:47:29 +02:00
basebandsamplesink.h Channel Rx / GUI new messaging system 2017-09-27 23:47:29 +02:00
basebandsamplesource.cpp ATV modulator: fixed segfault when there is no GUI message queue 2017-10-01 10:12:54 +02:00
basebandsamplesource.h Baseband sample source: change messaging mechanism between channel sink and GUI 2017-09-28 08:33:05 +02:00
channelmarker.cpp
channelmarker.h Created a Serializable interface for where only the serialization methods are needed from an object. Applied to AM demod channel marker 2017-10-01 16:52:23 +02:00
complex.h
ctcssdetector.cpp Fixes for new build for Windows 64 2017-09-16 04:50:25 +02:00
ctcssdetector.h
cwkeyer.cpp CW keyer: have the smoother as a class member so it can be controlled by the keyer to determine the ramp length depending on dot length 2017-10-21 05:00:23 +02:00
cwkeyer.h CW keyer: have the smoother as a class member so it can be controlled by the keyer to determine the ramp length depending on dot length 2017-10-21 05:00:23 +02:00
decimators.h
devicesamplesink.cpp CRLF problem 2017-09-28 14:07:41 +02:00
devicesamplesink.h DeviceSampleSink: removed output queue to GUI 2017-10-14 07:34:00 +02:00
devicesamplesource.cpp Implemented connection from device sample source/sink to GUI input message queue 2017-09-16 23:44:00 +02:00
devicesamplesource.h RTLSDR: fixed gains retrieval in the GUI 2017-09-23 05:51:29 +02:00
downchannelizer.cpp
downchannelizer.h
dspcommands.cpp
dspcommands.h
dspdevicesinkengine.cpp Removed start threaded sink from device engine 2017-10-17 23:41:30 +02:00
dspdevicesinkengine.h Finalized the new source/sink GUI messaging scheme 2017-09-17 17:35:03 +02:00
dspdevicesourceengine.cpp Tentative fix for possible lockup of mutex at DSPDevieSourceEngine thread exit 2017-10-04 00:50:42 +02:00
dspdevicesourceengine.h Finalized the new source/sink GUI messaging scheme 2017-09-17 17:35:03 +02:00
dspengine.cpp Implemented a master timer in DSPEngine 2017-10-24 16:45:47 +02:00
dspengine.h Implemented a master timer in DSPEngine 2017-10-24 16:45:47 +02:00
dsptypes.h Moved audio sample definitions to dsp types definitions 2017-08-24 15:24:28 +02:00
dvserialengine.cpp Removed wrong connect 2017-10-04 09:14:43 +02:00
dvserialengine.h
dvserialworker.cpp
dvserialworker.h
fftengine.cpp git clone git://git.osmocom.org/sdrangelove.git 2014-05-18 16:52:39 +01:00
fftengine.h
fftfilt.cxx ATV Modulator: use assymetrical filter for vestigial sideband modulation 2017-03-16 10:11:03 +01:00
fftfilt.h Windows build: corrections for the new tool chain 2017-09-18 13:41:08 +02:00
fftwengine.cpp
fftwengine.h
fftwindow.cpp git clone git://git.osmocom.org/sdrangelove.git 2014-05-18 16:52:39 +01:00
fftwindow.h Windows build: restored mingW32 compilation 2017-09-12 13:54:32 +02:00
filerecord.cpp
filerecord.h
filtermbe.cpp
filtermbe.h
filterrc.cpp
filterrc.h
gfft.h
hbfiltertraits.cpp
hbfiltertraits.h
highpass.h
interpolator.cpp activated compiler warnings 2017-05-25 20:13:34 +02:00
interpolator.h
interpolators.h
inthalfbandfilter.h
inthalfbandfilterdb.h
inthalfbandfiltereo1.h
inthalfbandfiltereo1i.h
inthalfbandfilterst.h
inthalfbandfiltersti.h
kissengine.cpp
kissengine.h Reorganized sdrbase library code 2016-03-08 04:54:12 +01:00
kissfft.h
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
nco.cpp Fixes for new build for Windows 64 2017-09-16 04:50:25 +02:00
nco.h ATV Demod: implement NCO and interpolator change 2017-03-18 00:11:48 +01:00
ncof.cpp Fixes for new build for Windows 64 2017-09-16 04:50:25 +02:00
ncof.h
nullsink.cpp
nullsink.h
phasediscri.h Windows build: corrections for the new tool chain 2017-09-18 13:41:08 +02:00
phaselock.cpp Fixes for new build for Windows 64 2017-09-16 04:50:25 +02:00
phaselock.h
pidcontroller.cpp
pidcontroller.h
recursivefilters.cpp Fixes for new build for Windows 64 2017-09-16 04:50:25 +02:00
recursivefilters.h
samplesinkfifo.cpp
samplesinkfifo.h RxTx semantic move: renamed SampleFifo to SampleSinkFifo 2016-10-06 19:18:02 +02:00
samplesinkfifodecimator.h
samplesinkfifodoublebuffered.cpp
samplesinkfifodoublebuffered.h
samplesourcefifo.cpp
samplesourcefifo.h
threadedbasebandsamplesink.cpp
threadedbasebandsamplesink.h Channel Rx / GUI new messaging system 2017-09-27 23:47:29 +02:00
threadedbasebandsamplesource.cpp Modulators: changed single Tx channel samples feed handling 2016-12-22 23:39:06 +01:00
threadedbasebandsamplesource.h Baseband sample source: change messaging mechanism between channel sink and GUI 2017-09-28 08:33:05 +02:00
upchannelizer.cpp
upchannelizer.h
wfir.cpp Fixes for new build for Windows 64 2017-09-16 04:50:25 +02:00
wfir.h