osmocom-analog/src/common
Andreas Eversberg ca10048e5c Rename filter -> iir_filter (file name and instance name)
This is useful when using fir_filter in the future.
2017-05-15 21:46:32 +02:00
..
Makefile.am Rename filter -> iir_filter (file name and instance name) 2017-05-15 21:46:32 +02:00
besetztton.c Prepare for NMT: Fixes and improvements at common code 2016-03-13 09:12:23 +01:00
besetztton.h initial git import 2016-03-13 09:12:11 +01:00
call.c Rename filter -> iir_filter (file name and instance name) 2017-05-15 21:46:32 +02:00
call.h Start streaming of sound/SDR just before main loop 2017-02-25 07:09:53 +01:00
cause.c initial git import 2016-03-13 09:12:11 +01:00
cause.h initial git import 2016-03-13 09:12:11 +01:00
compandor.c Correcting all levels and move all remaining integer samples to sample_t 2017-02-18 21:01:13 +01:00
compandor.h Correcting all levels and move all remaining integer samples to sample_t 2017-02-18 21:01:13 +01:00
debug.c Add ascii-art spectrum analyzer for SDR support 2017-02-18 21:02:49 +01:00
debug.h Test filter uses a dB graph to show the response graphically 2017-02-18 21:01:10 +01:00
display.h Add ascii-art spectrum analyzer for SDR support 2017-02-18 21:02:49 +01:00
display_iq.c Use thread to record and playback wave files without blocking 2017-02-25 06:29:09 +01:00
display_spectrum.c Add ascii-art spectrum analyzer for SDR support 2017-02-18 21:02:49 +01:00
display_wave.c Use thread to record and playback wave files without blocking 2017-02-25 06:29:09 +01:00
dtmf.c Correcting all levels and move all remaining integer samples to sample_t 2017-02-18 21:01:13 +01:00
dtmf.h Correcting all levels and move all remaining integer samples to sample_t 2017-02-18 21:01:13 +01:00
emphasis.c Rename filter -> iir_filter (file name and instance name) 2017-05-15 21:46:32 +02:00
emphasis.h Rename filter -> iir_filter (file name and instance name) 2017-05-15 21:46:32 +02:00
fft.c Add ascii-art spectrum analyzer for SDR support 2017-02-18 21:02:49 +01:00
fft.h Add ascii-art spectrum analyzer for SDR support 2017-02-18 21:02:49 +01:00
fm_modulation.c Rename filter -> iir_filter (file name and instance name) 2017-05-15 21:46:32 +02:00
fm_modulation.h Rename filter -> iir_filter (file name and instance name) 2017-05-15 21:46:32 +02:00
freiton.c Prepare for NMT: Fixes and improvements at common code 2016-03-13 09:12:23 +01:00
freiton.h initial git import 2016-03-13 09:12:11 +01:00
goertzel.c Add global DC-Filter and remove all individual DC-Filters 2017-02-18 21:01:12 +01:00
goertzel.h Move samples of int16_t format to sample_t, that is of type double 2017-02-18 21:01:08 +01:00
iir_filter.c Rename filter -> iir_filter (file name and instance name) 2017-05-15 21:46:32 +02:00
iir_filter.h Rename filter -> iir_filter (file name and instance name) 2017-05-15 21:46:32 +02:00
jitter.c Move samples of int16_t format to sample_t, that is of type double 2017-02-18 21:01:08 +01:00
jitter.h Move samples of int16_t format to sample_t, that is of type double 2017-02-18 21:01:08 +01:00
loss.c fixup debug class definition: rename DFSK and DAUDIO to DDSP 2016-03-15 19:26:13 +01:00
loss.h initial git import 2016-03-13 09:12:11 +01:00
main.h main_common: Move init and cleanup function to main function 2017-03-04 07:12:12 +01:00
main_common.c SDR: Add option to set IF bandwidth. If not defined, sampling rate is used. 2017-05-15 21:46:27 +02:00
mncc.h Typos: acknowledgement -> acknowledgment signalling -> signaling 2016-07-24 12:31:08 +02:00
mncc_sock.c Move samples of int16_t format to sample_t, that is of type double 2017-02-18 21:01:08 +01:00
mncc_sock.h initial git import 2016-03-13 09:12:11 +01:00
sample.c Correcting all levels and move all remaining integer samples to sample_t 2017-02-18 21:01:13 +01:00
sample.h Correcting all levels and move all remaining integer samples to sample_t 2017-02-18 21:01:13 +01:00
samplerate.c Rename filter -> iir_filter (file name and instance name) 2017-05-15 21:46:32 +02:00
samplerate.h Rename filter -> iir_filter (file name and instance name) 2017-05-15 21:46:32 +02:00
sdr.c Rename filter -> iir_filter (file name and instance name) 2017-05-15 21:46:32 +02:00
sdr.h SDR: Add option to set IF bandwidth. If not defined, sampling rate is used. 2017-05-15 21:46:27 +02:00
sender.c Rename filter -> iir_filter (file name and instance name) 2017-05-15 21:46:32 +02:00
sender.h Rework on audio buffer management 2017-03-04 06:35:38 +01:00
soapy.c SDR: Fixed SoapySDR's arguments parsing 2017-05-15 21:46:30 +02:00
soapy.h SDR: Add option to set IF bandwidth. If not defined, sampling rate is used. 2017-05-15 21:46:27 +02:00
sound.h Rework on audio buffer management 2017-03-04 06:35:38 +01:00
sound_alsa.c Rework on audio buffer management 2017-03-04 06:35:38 +01:00
testton.c Added and fixed extra compiler warnings 2016-10-07 08:55:18 +02:00
testton.h Send test tone towards mobile when no headphone sound device is selected 2016-08-03 12:03:55 +02:00
timer.c common code: Add function request information, if timer is running 2016-04-17 16:49:08 +02:00
timer.h common code: Add function request information, if timer is running 2016-04-17 16:49:08 +02:00
uhd.c SDR: disable TX or RX by setting TX or RX frequency to 0 2017-05-15 21:46:29 +02:00
uhd.h SDR: Add option to set IF bandwidth. If not defined, sampling rate is used. 2017-05-15 21:46:27 +02:00
wave.c Use thread to record and playback wave files without blocking 2017-02-25 06:29:09 +01:00
wave.h Use thread to record and playback wave files without blocking 2017-02-25 06:29:09 +01:00