aboutsummaryrefslogtreecommitdiffstats
path: root/src/libsdr/sdr.c
AgeCommit message (Expand)AuthorFilesLines
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-12Cleanup SDR usage when no channel, but full spectrum is used.Andreas Eversberg1-11/+12
2021-11-07Correctly show channel frequencies in spectrum view when swapping SDR linksAndreas Eversberg1-8/+9
2021-10-24Refactor global variables for signal processingAndreas Eversberg1-21/+23
2021-09-24SoapySDR uses time stamps to prevent gaps/overflows in transmit streamAndreas Eversberg1-3/+4
2021-01-03Fixed typos in cli output and source code commentsMartin Hauke1-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 Eversberg1-29/+63
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 Hauke1-1/+1
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 Eversberg1-2/+2
2018-05-21Fix compiler warning in conjunction with strncpyAndreas Eversberg1-2/+2
2018-05-21Refactoring command line option handlingAndreas Eversberg1-1/+0
2018-02-16Improved wave playbackAndreas Eversberg1-3/+6
2018-02-15libdisplay: Removing dependency from libmobileAndreas Eversberg1-3/+5
2017-12-09SDR: Add option to set local oscillator (LO) offsetAndreas Eversberg1-2/+4
2017-12-05SDR: Add DC offset removal (DC bias)Andreas Eversberg1-0/+37
2017-12-03Restructure: Move debug from common code to 'libdebug'Andreas Eversberg1-1/+1
2017-12-03Restructure: Move mobile from common code to 'libmobile'Andreas Eversberg1-1/+1
2017-12-03Restructure: Move sample from common code to 'libsample'Andreas Eversberg1-1/+1
2017-12-03Restructure: Move sdr from common code to 'libsdr'Andreas Eversberg1-0/+865