1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-26 01:39:05 -05:00
sdrangel/sdrbase/dsp
2022-05-14 06:17:32 +02:00
..
afsquelch.cpp
afsquelch.h
agc.cpp
agc.h
autocorrector.h
basebandsamplesink.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
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 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.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 API: implemented Channel Marker in Rx channels and complete serializable objects for some 2021-12-03 23:11:56 +01:00
channelmarker.h API: implemented Channel Marker in Rx channels and complete serializable objects for some 2021-12-03 23:11:56 +01:00
channelsamplesink.cpp
channelsamplesink.h
channelsamplesource.cpp
channelsamplesource.h
complex.h
costasloop.cpp
costasloop.h
ctcssdetector.cpp
ctcssdetector.h
ctcssfrequencies.cpp
ctcssfrequencies.h
cwkeyer.cpp Implement serialize and deserialize to/from API in Serializable interface. Related changes and fixes 2021-12-01 00:21:19 +01:00
cwkeyer.h
cwkeyersettings.cpp Implement serialize and deserialize to/from API in Serializable interface. Related changes and fixes 2021-12-01 00:21:19 +01:00
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
dcscodes.h
decimatorc.cpp
decimatorc.h
decimators.h
decimatorsff.cpp
decimatorsff.h
decimatorsfi.cpp
decimatorsfi.h
decimatorsif.h
decimatorsu.h
devicesamplemimo.cpp
devicesamplemimo.h
devicesamplesink.cpp
devicesamplesink.h
devicesamplesource.cpp
devicesamplesource.h
devicesamplestatic.cpp
devicesamplestatic.h
downchannelizer.cpp
downchannelizer.h
dspcommands.cpp
dspcommands.h
dspdevicemimoengine.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
dspdevicemimoengine.h
dspdevicesinkengine.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
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 Massive UI revamping (v7): Fixed random deletion of device sets. Fixes #1211 2022-04-25 01:18:07 +02:00
dspengine.h Massive UI revamping (v7): Fixed random deletion of device sets. Fixes #1211 2022-04-25 01:18:07 +02:00
dsptypes.h
fftcorr.cpp
fftcorr.h
fftengine.cpp
fftengine.h
fftfactory.cpp
fftfactory.h
fftfilt.cpp
fftfilt.h
fftwengine.cpp
fftwengine.h
fftwindow.cpp
fftwindow.h
filerecord.cpp Switch FileRecord timestamp resolution to milliseconds 2021-08-04 14:12:24 +00:00
filerecord.h
filerecordinterface.cpp
filerecordinterface.h
filtermbe.cpp
filtermbe.h
filterrc.cpp
filterrc.h
firfilter.cpp
firfilter.h
fmpreemphasis.cpp
fmpreemphasis.h
freqlockcomplex.cpp
freqlockcomplex.h
gaussian.h
gfft.h
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
hbfiltertraits.h
iirfilter.h
interpolator.cpp
interpolator.h
interpolators.h
interpolatorsif.h
inthalfbandfilter.h
inthalfbandfilterdb.h
inthalfbandfilterdbf.h
inthalfbandfilterdbff.h
inthalfbandfilterdbfi.h
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 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
misc.h
movingaverage.h
nco.cpp
nco.h
ncof.cpp NCOF: fix null sample rate condition 2022-02-21 02:18:44 +01:00
ncof.h
phasediscri.h
phaselock.cpp
phaselock.h
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
rootraisedcosine.h
samplemififo.cpp
samplemififo.h
samplemofifo.cpp
samplemofifo.h
samplesimplefifo.cpp
samplesimplefifo.h
samplesinkfifo.cpp Add label to SampleSinkFifo to mention controlling component in error messages 2022-03-18 21:53:53 +01:00
samplesinkfifo.h Add label to SampleSinkFifo to mention controlling component in error messages 2022-03-18 21:53:53 +01:00
samplesourcefifo.cpp
samplesourcefifo.h
scopevis.cpp Implement serialize and deserialize to/from API in Serializable interface. Related changes and fixes 2021-12-01 00:21:19 +01:00
scopevis.h GLScopeGUI: fixed UI blocking and added missing trace offset serialization/deserialization. Fixes #969 2021-08-09 02:21:12 +02:00
sigmf_forward.h
sigmffilerecord.cpp
sigmffilerecord.h
spectrumcalibrationpoint.cpp Spectrum calibration: implementation. Issue #1120 2022-02-05 23:40:23 +01:00
spectrumcalibrationpoint.h Spectrum calibration: implementation. Issue #1120 2022-02-05 23:40:23 +01:00
spectrummarkers.cpp Spectrum Markers: tri-state show marker state 2022-01-22 09:00:42 +01:00
spectrummarkers.h Spectrum Markers: tri-state show marker state 2022-01-22 09:00:42 +01:00
spectrumsettings.cpp Spectrum calibration: further adjustments and documentation 2022-02-05 23:40:23 +01:00
spectrumsettings.h Spectrum calibration: further adjustments and documentation 2022-02-05 23:40:23 +01:00
spectrumvis.cpp Remved log2 definition to fix MSVC build 2022-05-14 06:17:32 +02:00
spectrumvis.h v7: API: added workspace handling for device, spectrum, feature and channel. Implements #1242 2022-05-13 22:24:48 +02:00
upchannelizer.cpp
upchannelizer.h
wavfilerecord.cpp
wavfilerecord.h
wfir.cpp
wfir.h