1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-12-23 18:15:45 -05:00
sdrangel/sdrbase/dsp
2016-10-30 23:04:54 +01:00
..
afsquelch.cpp
afsquelch.h
agc.cpp
agc.h
bandpass.h
basebandsamplesink.cpp RxTx semantic move: renamed SampleSink to BasebandSampleSink 2016-10-02 22:29:04 +02:00
basebandsamplesink.h TX ph.1: Baseband sample sources and Device sample sinks (1) 2016-10-14 18:47:19 +02:00
basebandsamplesource.cpp TX ph.1: Baseband sample sources and Device sample sinks (1) 2016-10-14 18:47:19 +02:00
basebandsamplesource.h Tx ph.1: new classes (1) 2016-10-17 08:58:49 +02:00
channelmarker.cpp
channelmarker.h
complex.h
ctcssdetector.cpp
ctcssdetector.h
decimators.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
devicesamplesink.cpp Tx ph.1: new classes (1) 2016-10-17 08:58:49 +02:00
devicesamplesink.h TX ph.1: Baseband sample sources and Device sample sinks (1) 2016-10-14 18:47:19 +02:00
devicesamplesource.cpp RxTx semantic move: created DeviceSampleSource class 2016-10-02 23:21:53 +02:00
devicesamplesource.h RxTx semantic move: renamed SampleFifo to SampleSinkFifo 2016-10-06 19:18:02 +02:00
downchannelizer.cpp 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
downchannelizer.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
dspcommands.cpp 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
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 Tx ph.1: FileSink: set sample source FIFO size depending on sample rate 2016-10-25 02:34:29 +02:00
dspdevicesinkengine.h Tx ph.1: Connect sample source FIFO read signal with forwarding samples to spectrum sink 2016-10-24 18:31:14 +02:00
dspdevicesourceengine.cpp DSPDeviceSourceEngine: stop threaded baseband sample sinks 2016-10-17 22:40:02 +02:00
dspdevicesourceengine.h Removed useless dependency 2016-10-06 15:36:54 +02:00
dspengine.cpp Tx ph.1: added device sinks list to DSP engine 2016-10-19 14:29:23 +02:00
dspengine.h Tx ph.1: added device sinks list to DSP engine 2016-10-19 14:29:23 +02:00
dsptypes.h Tx ph.1: Added the DSPDeviceSinkEngine class 2016-10-17 18:15:08 +02:00
dvserialengine.cpp DV Serial: fall back multi slot support 2016-10-28 08:37:27 +02:00
dvserialengine.h DSD demod plugin: fixed DV Serial concurrent support 2016-09-11 03:57:35 +02:00
dvserialworker.cpp DV serial: removed useless parameter 2016-10-28 09:09:19 +02:00
dvserialworker.h DV serial: removed useless parameter 2016-10-28 09:09:19 +02:00
fftengine.cpp
fftengine.h
fftfilt.cxx
fftfilt.h
fftwengine.cpp
fftwengine.h
fftwindow.cpp
fftwindow.h
filerecord.cpp RxTx semantic move: updated debug message and displayed class names 2016-10-08 10:35:07 +02:00
filerecord.h RxTx semantic move: renamed SampleSink to BasebandSampleSink 2016-10-02 22:29:04 +02:00
filtermbe.cpp DSD demod plugin: DV serial: fix filter, timeout value and volume control 2016-09-11 17:02:49 +02:00
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
highpass.h
interpolator.cpp
interpolator.h Tx ph.2: use a specialized interpolator similar to the decimator derived from the ancient interpolator 2016-10-28 03:18:24 +02:00
inthalfbandfilter.cpp IntHalBandFilter: added order 96 2016-10-30 23:04:54 +01:00
inthalfbandfilter.h IntHalBandFilter: added order 96 2016-10-30 23:04:54 +01:00
kissengine.cpp
kissengine.h
kissfft.h
lowpass.cpp
lowpass.h
misc.h
movingaverage.cpp
movingaverage.h Fixed MovingAverage uint to uint32_t and template type conversions 2016-08-26 02:01:29 +02:00
nco.cpp Tx ph.1: FileSink: set sample source FIFO size depending on sample rate 2016-10-25 02:34:29 +02:00
nco.h Tx ph.1: new AM modulator plugin (3). Implemented actual modulation code. 2016-10-20 19:34:30 +02:00
nullsink.cpp
nullsink.h RxTx semantic move: renamed SampleSink to BasebandSampleSink 2016-10-02 22:29:04 +02: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
pidcontroller.cpp
pidcontroller.h
samplesinkfifo.cpp RxTx semantic move: updated debug message and displayed class names 2016-10-08 10:35:07 +02:00
samplesinkfifo.h RxTx semantic move: renamed SampleFifo to SampleSinkFifo 2016-10-06 19:18:02 +02:00
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 Added a double buffered sample sink FIFO class 2016-10-06 15:39:18 +02:00
samplesinkfifodoublebuffered.h Added a double buffered sample sink FIFO class 2016-10-06 15:39:18 +02:00
samplesourcefifo.cpp Tx ph.1: fixed read pointer management when getting new samples 2016-10-25 03:31:36 +02:00
samplesourcefifo.h Tx ph.1: fixed read pointer management when getting new samples 2016-10-25 03:31:36 +02:00
scopevis.cpp
scopevis.h RxTx semantic move: renamed SampleSink to BasebandSampleSink 2016-10-02 22:29:04 +02:00
spectrumscopecombovis.cpp
spectrumscopecombovis.h RxTx semantic move: renamed SampleSink to BasebandSampleSink 2016-10-02 22:29:04 +02:00
spectrumvis.cpp RxTx semantic move: renamed SampleSink to BasebandSampleSink 2016-10-02 22:29:04 +02:00
spectrumvis.h RxTx semantic move: renamed SampleSink to BasebandSampleSink 2016-10-02 22:29:04 +02:00
threadedbasebandsamplesink.cpp TX ph.1: Baseband sample sources and Device sample sinks (1) 2016-10-14 18:47:19 +02:00
threadedbasebandsamplesink.h TX ph.1: Baseband sample sources and Device sample sinks (1) 2016-10-14 18:47:19 +02:00
threadedbasebandsamplesource.cpp Tx ph.1: Added the DSPDeviceSinkEngine class 2016-10-17 18:15:08 +02:00
threadedbasebandsamplesource.h Tx ph.1: Added the DSPDeviceSinkEngine class 2016-10-17 18:15:08 +02:00
upchannelizer.cpp Tx ph.2: UpChannelizer: allow any sample rate 2016-10-30 22:01:20 +01:00
upchannelizer.h Tx ph.2: UpChannelizer: allow any sample rate 2016-10-30 22:01:20 +01:00