osmocom-analog/src/common
Andreas Eversberg 8f6d0752df Restructure: Move squelch from common code to 'libsquelch' 2017-11-25 19:23:50 +01:00
..
Makefile.am Restructure: Move squelch from common code to 'libsquelch' 2017-11-25 19:23:50 +01:00
call.c Restructure: Move timer from common code to 'libtimer' 2017-11-13 20:00:52 +01:00
call.h Split call control from built-in call console by using MNCC layer 2017-11-05 16:58:31 +01:00
cause.c initial git import 2016-03-13 09:12:11 +01:00
cause.h Split call control from built-in call console by using MNCC layer 2017-11-05 16:58:31 +01:00
compandor.c Minor fixes to compandor 2017-07-15 07:38:12 +02:00
compandor.h Minor fixes to compandor 2017-07-15 07:38:12 +02:00
debug.c Split call control from built-in call console by using MNCC layer 2017-11-05 16:58:31 +01:00
debug.h Implementation of "Radiocom 2000", the analog French mobile network 2017-08-09 17:27:12 +02:00
display.h Add function to display measurements on screen 2017-10-12 19:46:30 +02:00
display_iq.c Add function to display measurements on screen 2017-10-12 19:46:30 +02:00
display_measurements.c Fixup displaying measurements (array overflow) 2017-11-05 16:59:59 +01:00
display_spectrum.c SDR: Improved IQ plot display, increase dynamics of spectrum display 2017-09-24 15:57:56 +02:00
display_status.c Add function to display measurements on screen 2017-10-12 19:46:30 +02:00
display_wave.c Add function to display measurements on screen 2017-10-12 19:46:30 +02:00
emphasis.c Restructure: Move filters from common code to 'libfilter' 2017-11-13 19:15:09 +01:00
emphasis.h Restructure: Move sample rate conversion from common code to 'libsamplerate' 2017-11-13 19:34:05 +01: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 SDR: Turn TX power off if requested by network 2017-09-01 18:42:46 +02:00
fm_modulation.h Restructure: Move filters from common code to 'libfilter' 2017-11-13 19:15:09 +01:00
fsk.c Emphasis: Add filter to prevent emphasis above 4000 Hz 2017-09-01 18:42:47 +02:00
fsk.h Emphasis: Add filter to prevent emphasis above 4000 Hz 2017-09-01 18:42:47 +02: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
img.c Add implementation of analog TV signal generator (PAL so far) 2017-09-02 07:34:50 +02:00
img.h Add implementation of analog TV signal generator (PAL so far) 2017-09-02 07:34:50 +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
main_mobile.c Restructure: Move timer from common code to 'libtimer' 2017-11-13 20:00:52 +01:00
main_mobile.h Add echo test feature to check mobile phone's mic + speaker 2017-09-21 20:29:30 +02:00
mncc.h Typos: acknowledgement -> acknowledgment signalling -> signaling 2016-07-24 12:31:08 +02:00
mncc_console.c Restructure: Move sample rate conversion from common code to 'libsamplerate' 2017-11-13 19:34:05 +01:00
mncc_console.h Split call control from built-in call console by using MNCC layer 2017-11-05 16:58:31 +01:00
mncc_cross.c Add option to cross-connect calls; Calls between mobiles are now possible 2017-11-05 16:59:58 +01:00
mncc_cross.h Add option to cross-connect calls; Calls between mobiles are now possible 2017-11-05 16:59:58 +01:00
mncc_sock.c Split call control from built-in call console by using MNCC layer 2017-11-05 16:58:31 +01:00
mncc_sock.h Split call control from built-in call console by using MNCC layer 2017-11-05 16:58:31 +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
sdr.c Restructure: Move timer from common code to 'libtimer' 2017-11-13 20:00:52 +01:00
sdr.h Implementation of RX level squelch (for A-Netz and B-Netz) 2017-10-22 19:23:08 +02:00
sdr_config.c Fixed typo 2017-10-12 19:46:32 +02:00
sdr_config.h SDR: Split SDR config from main_mobile.c to sdr_config.c 2017-09-02 07:34:48 +02:00
sender.c Restructure: Move timer from common code to 'libtimer' 2017-11-13 20:00:52 +01:00
sender.h Restructure: Move wave from common code to 'libwave' 2017-11-25 19:23:47 +01:00
soapy.c SDR: Add option to enable TX timestamps on UHD devices (disabled by default) 2017-08-16 18:51:47 +02:00
soapy.h Fixing and improving SDR support (SoapySDR and UHD) 2017-07-15 12:45:19 +02:00
sound.h Implementation of RX level squelch (for A-Netz and B-Netz) 2017-10-22 19:23:08 +02:00
sound_alsa.c Implementation of RX level squelch (for A-Netz and B-Netz) 2017-10-22 19:23:08 +02: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
uhd.c SDR: Add option to enable TX timestamps on UHD devices (disabled by default) 2017-08-16 18:51:47 +02:00
uhd.h SDR: Add option to enable TX timestamps on UHD devices (disabled by default) 2017-08-16 18:51:47 +02:00