1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-28 07:46:37 -04:00
sdrangel/sdrbase/dsp
2017-11-14 00:06:42 +01:00
..
afsquelch.cpp
afsquelch.h
agc.cpp
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 New channel marker signal handling. Applied to channel analyzer 2017-11-14 00:06:42 +01:00
channelmarker.h New channel marker signal handling. Applied to channel analyzer 2017-11-14 00:06:42 +01: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 SDRplay plugin: adjust documentation. Corrections and re-organization of the main readme.md file 2016-11-21 18:07:58 +01:00
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 Tx ph.1: Sample source FIFO read with signal. Use a specific spectrum sink (vis) reference in Device sink engine for main spectrum rendering 2016-10-24 18:06:44 +02:00
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 DSD demod plugin: fixed DV Serial concurrent support 2016-09-11 03:57:35 +02:00
dvserialworker.cpp
dvserialworker.h
fftengine.cpp Corrected some error messages 2017-11-12 16:34:38 +01:00
fftengine.h
fftfilt.cxx
fftfilt.h Windows build: corrections for the new tool chain 2017-09-18 13:41:08 +02:00
fftwengine.cpp
fftwengine.h
fftwindow.cpp
fftwindow.h
filerecord.cpp activated compiler warnings 2017-05-25 20:13:34 +02:00
filerecord.h
filtermbe.cpp
filtermbe.h DSD demod plugin: lowpass filter for DV serial upsample 2016-09-10 20:03:06 +02:00
filterrc.cpp
filterrc.h
gfft.h
hbfiltertraits.cpp
hbfiltertraits.h
highpass.h
interpolator.cpp
interpolator.h
interpolators.h activated compiler warnings 2017-05-25 20:13:34 +02:00
inthalfbandfilter.h
inthalfbandfilterdb.h IntHalfbandFilters: set workInterpolateLowerHalf and UpperHalf optimized methods as defaults 2017-04-26 02:20:07 +02:00
inthalfbandfiltereo1.h
inthalfbandfiltereo1i.h
inthalfbandfilterst.h
inthalfbandfiltersti.h
kissengine.cpp
kissengine.h
kissfft.h Reorganized sdrbase library code 2016-03-08 04:54:12 +01:00
lowpass.cpp
lowpass.h
misc.h
movingaverage.h
nco.cpp
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 Added a NCO with floating point phase calculation before conversion to int for table indexing. This increases frequency precision and is mandatory for CTCSS tone generator 2016-12-19 02:41:31 +01:00
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 activated compiler warnings 2017-05-25 20:13:34 +02:00
pidcontroller.cpp
pidcontroller.h
recursivefilters.cpp Fixes for new build for Windows 64 2017-09-16 04:50:25 +02:00
recursivefilters.h ATV Demod: implemented BFU with PLL for single sideband modes 2017-03-19 10:28:54 +01:00
samplesinkfifo.cpp
samplesinkfifo.h
samplesinkfifodecimator.h Tx ph.2: Templatized IntHalfbandFilter and improved coefficients. Changed to order 80 for upsamplers and 48 for downsamplers 2016-10-29 17:01:02 +02:00
samplesinkfifodoublebuffered.cpp
samplesinkfifodoublebuffered.h Added a double buffered sample sink FIFO class 2016-10-06 15:39:18 +02:00
samplesourcefifo.cpp
samplesourcefifo.h
threadedbasebandsamplesink.cpp activated compiler warnings 2017-05-25 20:13:34 +02:00
threadedbasebandsamplesink.h Channel Rx / GUI new messaging system 2017-09-27 23:47:29 +02:00
threadedbasebandsamplesource.cpp
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 UpChannelizer: pass baseband sample rate in notification message 2017-08-06 17:10:29 +02:00
wfir.cpp
wfir.h