aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/uhd.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-08SDR: Using threads for read and write when doing resamplingAndreas Eversberg1-1/+1
2017-07-15Fixing and improving SDR support (SoapySDR and UHD)Andreas Eversberg1-12/+134
2017-06-10SDR: Add option to give channel numberAndreas Eversberg1-2/+1
2017-05-17SDR: Checking given parameters with a tollerance of up to 0.001Andreas Eversberg1-9/+9
2017-05-15SDR: disable TX or RX by setting TX or RX frequency to 0Andreas Eversberg1-195/+230
2017-05-15fixup Rework on audio buffer managementAndreas Eversberg1-1/+2
2017-05-15SDR: Add option to set IF bandwidth. If not defined, sampling rate is used.Andreas Eversberg1-2/+38
2017-03-04Rework on audio buffer managementAndreas Eversberg1-5/+13
2017-02-25Start streaming of sound/SDR just before main loopAndreas Eversberg1-1/+8
2017-02-18SoapySDR supportAndreas Eversberg1-4/+4
2017-02-18Move samples of int16_t format to sample_t, that is of type doubleAndreas Eversberg1-3/+0
2017-02-18Fixed calculation of elapsed UHD RX time stampAndreas Eversberg1-27/+33
2017-02-18SDR: Minor fixesAndreas Eversberg1-3/+13
2017-02-18Support for UHD SDR interfaceAndreas Eversberg1-0/+385