gqrx/dsp
2011-09-24 23:43:36 +02:00
..
afsk1200 Add AFSK1200 decoder. 2011-08-02 00:32:13 +02:00
agc_impl.cpp Issue #27: Fix error in calculation of fixed gain. 2011-09-24 22:48:26 +02:00
agc_impl.h Issue #27: Implement new (and awesome) AGC block. 2011-09-24 18:39:06 +02:00
resampler_ff.cc Switch to long long to prevent overflow in lcm(). 2011-07-27 20:44:52 +02:00
resampler_ff.h Switch to long long to prevent overflow in lcm(). 2011-07-27 20:44:52 +02:00
rx_agc_xx.cc Minor cosmetic fixes. 2011-09-24 23:43:36 +02:00
rx_agc_xx.h Minor cosmetic fixes. 2011-09-24 23:43:36 +02:00
rx_demod_am.cc Add basic AM demodulator block. 2011-07-16 17:31:32 +02:00
rx_demod_am.h Add default fallback values to public constructor. 2011-07-16 20:05:19 +02:00
rx_demod_fm.cc Implement variable FM de-emphasis. 2011-07-13 23:32:32 +02:00
rx_demod_fm.h Add default fallback values to public constructor. 2011-07-16 20:05:19 +02:00
rx_fft.cc Accumulate samples in circular buffer and execute FFT only when GUI asks for new data. Closes issue #23. 2011-07-28 16:27:27 +02:00
rx_fft.h Use 4096 point FFT by default. 2011-09-23 00:21:50 +02:00
rx_filter.cc Switch to post-demod resampler. Closes bug #24. 2011-07-27 20:47:09 +02:00
rx_filter.h Add default fallback values to public constructor. 2011-07-16 20:05:19 +02:00
rx_meter.cc Debug code to print number of items. 2011-08-07 12:51:42 +02:00
rx_meter.h Move rx_meter to DSP directory. 2011-06-19 22:01:38 +02:00
rx_source_base.cc Issue #32: Created base class for input sources. Changed FCD source to use new API. 2011-09-24 14:02:01 +02:00
rx_source_base.h Issue #32: Created base class for input sources. Changed FCD source to use new API. 2011-09-24 14:02:01 +02:00
rx_source_fcd.cc Implement device selection in FCD source. 2011-09-24 14:12:51 +02:00
rx_source_fcd.h Issue #32: Created base class for input sources. Changed FCD source to use new API. 2011-09-24 14:02:01 +02:00
sniffer_f.cc Add sniffer block that will allow accessing samples from the outside. 2011-07-31 14:30:59 +02:00
sniffer_f.h Add sniffer block that will allow accessing samples from the outside. 2011-07-31 14:30:59 +02:00