aboutsummaryrefslogtreecommitdiffstats
path: root/src/libsdr
AgeCommit message (Expand)AuthorFilesLines
2024-04-10Fix filter of demodulator of received radio signalAndreas Eversberg1-2/+2
2024-04-05Increase compiler warnings and fix themAndreas Eversberg1-1/+2
2024-03-30Open sound device for capture or playback only, if full duplex is not requiredAndreas Eversberg2-2/+2
2024-02-18Move from local to external osmo* librariesAndreas Eversberg3-189/+198
2023-05-25Fix minor compiler warning in sdr.cAndreas Eversberg1-1/+1
2022-06-18sdr: RF level is only provided when requested and availableAndreas Eversberg1-1/+4
2021-12-12When a transmitter is off, send absolutely nothingAndreas Eversberg1-0/+51
2021-12-12SoapySDR: Minor debug output improvementAndreas Eversberg1-2/+2
2021-12-12Cleanup SDR usage when no channel, but full spectrum is used.Andreas Eversberg2-12/+13
2021-11-07Correctly show channel frequencies in spectrum view when swapping SDR linksAndreas Eversberg1-8/+9
2021-11-07SoapySDR: Fixed API change from version 0.8.0Andreas Eversberg1-2/+2
2021-10-24Refactor global variables for signal processingAndreas Eversberg6-36/+38
2021-09-24SoapySDR uses time stamps to prevent gaps/overflows in transmit streamAndreas Eversberg7-46/+128
2021-06-23SoapySDR: Fixed API change from version 0.7.1Andreas Eversberg2-3/+13
2021-03-07Added special strdup to liboptions, to prevent memory leaks for option stringsAndreas Eversberg3-15/+17
2021-01-03Fixed typos in cli output and source code commentsMartin Hauke2-6/+6
2020-04-04A string is used to define what digits can be dialed via consoleAndreas Eversberg1-1/+1
2019-12-08Add power control to AM (power on/off per sample)Andreas Eversberg1-2/+1
2019-12-08Add support for AM to libmobile and libsdrAndreas Eversberg2-30/+64
2019-11-29Bugfix: Correct handling of n in strncat()Andreas Eversberg1-2/+2
2019-08-26SDR: Use greater offset from center frequency, if only one channel is used.Andreas Eversberg1-2/+2
2019-07-15Fixed many typos in output and source code commentsMartin Hauke3-3/+3
2019-05-30SDR: Move center frequenc (DC) away from channelsAndreas Eversberg1-42/+81
2019-01-02SDR: Move channel away from center frequency, to avoid bad RXAndreas Eversberg1-5/+37
2018-08-25SDR: Fix level range of IQ date; must not exceed range of -1 .. 1Andreas Eversberg1-2/+5
2018-06-24SDR: Add clock source selection, untested yetAndreas Eversberg7-19/+121
2018-05-21SoapySDR: Flip initialization of RX and TX, so LimeSDR works with frequencies...Andreas Eversberg1-86/+86
2018-05-21Fix compiler warning in conjunction with strncpyAndreas Eversberg1-2/+2
2018-05-21Refactoring command line option handlingAndreas Eversberg3-69/+47
2018-05-21Make LimeSDR tune rx to tx frequencyAndreas Eversberg1-0/+4
2018-02-16Improved audio (sdr) handlingAndreas Eversberg1-1/+2
2018-02-16Improved wave playbackAndreas Eversberg1-3/+6
2018-02-15Make sound card support (Alsa) optionalAndreas Eversberg1-0/+2
2018-02-15libdisplay: Removing dependency from libmobileAndreas Eversberg1-3/+5
2017-12-09SDR: Add option to set local oscillator (LO) offsetAndreas Eversberg7-21/+49
2017-12-05SDR: Add DC offset removal (DC bias)Andreas Eversberg2-0/+38
2017-12-03Restructure: Move debug from common code to 'libdebug'Andreas Eversberg3-3/+3
2017-12-03Restructure: Move display from common code to 'libdisplay'Andreas Eversberg3-576/+2
2017-12-03Restructure: Move mobile from common code to 'libmobile'Andreas Eversberg3-3/+3
2017-12-03Restructure: Move sample from common code to 'libsample'Andreas Eversberg4-4/+4
2017-12-03Restructure: Move sdr from common code to 'libsdr'Andreas Eversberg11-0/+2834