1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-19 06:41:47 -05:00
sdrangel/sdrbase/dsp
2022-02-25 23:47:53 +01:00
..
afsquelch.cpp
afsquelch.h ixed incomplete copyright headers (3): sdrbase 2019-04-11 14:32:15 +02:00
agc.cpp
agc.h
autocorrector.h
basebandsamplesink.cpp
basebandsamplesink.h Channel API rework: make it inherit from QObject and removed QObject inheritance from DSP interfaces. Fixes #1147 2022-02-13 00:57:33 +01:00
basebandsamplesource.cpp
basebandsamplesource.h Channel API rework: make it inherit from QObject and removed QObject inheritance from DSP interfaces. Fixes #1147 2022-02-13 00:57:33 +01:00
channelmarker.cpp
channelmarker.h
channelsamplesink.cpp
channelsamplesink.h Rx plugins: refactoring of classes (1) 2019-11-23 07:40:36 +01:00
channelsamplesource.cpp
channelsamplesource.h
complex.h
costasloop.cpp
costasloop.h Fix msvc compiler warnings 2021-03-05 13:59:33 +00:00
ctcssdetector.cpp Fixed -Wunused-parameter warnings 2020-11-14 11:13:32 +01:00
ctcssdetector.h
ctcssfrequencies.cpp
ctcssfrequencies.h NFM: augmented CTCSS tones. Implements #664 2020-10-31 22:56:12 +01:00
cwkeyer.cpp
cwkeyer.h CW keyer: make webapi adapters static 2019-08-01 02:34:50 +02:00
cwkeyersettings.cpp
cwkeyersettings.h Implement serialize and deserialize to/from API in Serializable interface. Related changes and fixes 2021-12-01 00:21:19 +01:00
datafifo.cpp Message pipes rework (2) 2022-02-25 23:47:53 +01:00
datafifo.h
dcscodes.cpp NFM demod: DCS squelch (1) 2021-04-17 23:13:09 +02:00
dcscodes.h
decimatorc.cpp
decimatorc.h
decimators.h
decimatorsff.cpp
decimatorsff.h Fixes for clang-cl build 2020-11-22 04:01:02 +01:00
decimatorsfi.cpp Fixes for clang-cl build 2020-11-22 04:01:02 +01:00
decimatorsfi.h
decimatorsif.h
decimatorsu.h
devicesamplemimo.cpp
devicesamplemimo.h Removed SampleSourceFifoDB completely 2021-04-26 20:06:04 +02:00
devicesamplesink.cpp
devicesamplesink.h
devicesamplesource.cpp
devicesamplesource.h
devicesamplestatic.cpp
devicesamplestatic.h Test MO sync 2020-11-10 20:32:57 +01:00
downchannelizer.cpp
downchannelizer.h
dspcommands.cpp
dspcommands.h Removed ThreadedBasebandSampleSink 2019-12-13 00:42:37 +01:00
dspdevicemimoengine.cpp
dspdevicemimoengine.h
dspdevicesinkengine.cpp
dspdevicesinkengine.h
dspdevicesourceengine.cpp Channel API rework: make it inherit from QObject and removed QObject inheritance from DSP interfaces. Fixes #1147 2022-02-13 00:57:33 +01:00
dspdevicesourceengine.h
dspengine.cpp
dspengine.h
dsptypes.h
fftcorr.cpp
fftcorr.h
fftengine.cpp
fftengine.h FFT factory: reuse flag 2020-03-16 21:38:21 +01:00
fftfactory.cpp FFTFactory: add mutex for thread safety. Implements issue #514 2020-05-15 23:34:28 +02:00
fftfactory.h FFTFactory: add mutex for thread safety. Implements issue #514 2020-05-15 23:34:28 +02:00
fftfilt.cpp Fixed -Wclass-memaccess warnings 2020-11-15 00:03:34 +01:00
fftfilt.h
fftwengine.cpp
fftwengine.h
fftwindow.cpp
fftwindow.h
filerecord.cpp
filerecord.h
filerecordinterface.cpp
filerecordinterface.h
filtermbe.cpp
filtermbe.h
filterrc.cpp
filterrc.h SampleSourceFifo refactoring and Tx code reorganization 2019-11-15 01:05:32 +01:00
firfilter.cpp
firfilter.h
fmpreemphasis.cpp Define _USE_MATH_DEFINES and clean M_PI redefinitions 2020-11-04 23:05:41 +01:00
fmpreemphasis.h
freqlockcomplex.cpp Define _USE_MATH_DEFINES and clean M_PI redefinitions 2020-11-04 23:05:41 +01:00
freqlockcomplex.h
gaussian.h Fix gcc warnings 2021-05-07 22:06:51 +01:00
gfft.h PVS-Studio static analysis corrections (2) issue #137 2018-02-22 03:04:42 +01:00
glscopeinterface.h
glscopesettings.cpp Implement serialize and deserialize to/from API in Serializable interface. Related changes and fixes 2021-12-01 00:21:19 +01:00
glscopesettings.h Implement serialize and deserialize to/from API in Serializable interface. Related changes and fixes 2021-12-01 00:21:19 +01:00
glspectruminterface.h
goertzel.cpp
goertzel.h
hbfilterchainconverter.cpp
hbfilterchainconverter.h
hbfiltertraits.cpp ixed incomplete copyright headers (3): sdrbase 2019-04-11 14:32:15 +02:00
hbfiltertraits.h
iirfilter.h removed asserts 2020-11-04 21:51:55 +01:00
interpolator.cpp
interpolator.h
interpolators.h Fixed center interpolator by 64 missing some code. Fixes #884 2021-05-04 16:59:14 +02:00
interpolatorsif.h
inthalfbandfilter.h ixed incomplete copyright headers (3): sdrbase 2019-04-11 14:32:15 +02:00
inthalfbandfilterdb.h
inthalfbandfilterdbf.h
inthalfbandfilterdbff.h
inthalfbandfilterdbfi.h ixed incomplete copyright headers (3): sdrbase 2019-04-11 14:32:15 +02:00
inthalfbandfiltereo1.h
inthalfbandfiltereo1i.h
inthalfbandfiltereo2.h
inthalfbandfiltereo.h
inthalfbandfiltereof.h
inthalfbandfilterst.h
inthalfbandfiltersti.h
kissengine.cpp
kissengine.h
kissfft.h
mimochannel.cpp Channel API rework: make it inherit from QObject and removed QObject inheritance from DSP interfaces. Fixes #1147 2022-02-13 00:57:33 +01:00
mimochannel.h
misc.h
movingaverage.h Moving average: fixed initialization 2018-04-27 20:40:17 +02:00
nco.cpp
nco.h ixed incomplete copyright headers (3): sdrbase 2019-04-11 14:32:15 +02:00
ncof.cpp
ncof.h ixed incomplete copyright headers (3): sdrbase 2019-04-11 14:32:15 +02:00
phasediscri.h
phaselock.cpp
phaselock.h ATV demod: full refactoring 2019-12-02 02:10:55 +01:00
phaselockcomplex.cpp
phaselockcomplex.h
physicalunit.h
projector.cpp ScopeVis: never use projection cache. Fixes #872 2021-07-15 17:05:16 +02:00
projector.h
raisedcosine.h
recursivefilters.cpp
recursivefilters.h ixed incomplete copyright headers (3): sdrbase 2019-04-11 14:32:15 +02:00
rootraisedcosine.h
samplemififo.cpp
samplemififo.h
samplemofifo.cpp
samplemofifo.h
samplesimplefifo.cpp
samplesimplefifo.h Added a simple circular sample FIFO 2020-07-20 11:16:46 +02:00
samplesinkfifo.cpp Revision of mutex locks in FIFOs 2021-04-26 19:33:02 +02:00
samplesinkfifo.h
samplesourcefifo.cpp Sample source FIFO: limit read count to FIFO size 2019-11-17 03:16:50 +01:00
samplesourcefifo.h
scopevis.cpp
scopevis.h
sigmf_forward.h
sigmffilerecord.cpp
sigmffilerecord.h
spectrumcalibrationpoint.cpp
spectrumcalibrationpoint.h
spectrummarkers.cpp
spectrummarkers.h Spectrum Markers: tri-state show marker state 2022-01-22 09:00:42 +01:00
spectrumsettings.cpp
spectrumsettings.h
spectrumvis.cpp
spectrumvis.h
upchannelizer.cpp Renamed UpSampleChannelizer back to UpChannelizer 2019-11-15 01:39:11 +01:00
upchannelizer.h
wavfilerecord.cpp
wavfilerecord.h
wfir.cpp
wfir.h