aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/display_wave.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-10Make spectrum display nicer by plotting continuous lines between samplesAndreas Eversberg1-13/+80
2017-02-25Use thread to record and playback wave files without blockingAndreas Eversberg1-0/+1
2017-02-18Correcting all levels and move all remaining integer samples to sample_tAndreas Eversberg1-4/+12
2017-02-18Move samples of int16_t format to sample_t, that is of type doubleAndreas Eversberg1-7/+7
2017-02-18SDR: Display IQ data as a plot using 'q' keyAndreas Eversberg1-12/+14
2016-11-29Output enhancementsAndreas Eversberg1-7/+45
2016-11-17common code: Display wave form in colorAndreas Eversberg1-7/+56
2016-10-31common code: Display multiple wave forms for each channel usedAndreas Eversberg1-4/+12
2016-06-17Add function to display wave form from input/loopAndreas Eversberg1-0/+99