aboutsummaryrefslogtreecommitdiffstats
path: root/src/fl2k_iq.c
Commit message (Expand)AuthorAgeFilesLines
* Implement swap I/Q optionFelix Erckenbrecht2020-07-311-11/+19
* Turn double to floatFelix Erckenbrecht2020-07-311-23/+24
* Use previous amplitude as start and slope towards actual amplitudeFelix Erckenbrecht2020-07-311-2/+2
* Bugfix: allocate correct amount of memoryFelix Erckenbrecht2020-07-311-2/+2
* Set default samplerate to 96 MS/sFelix Erckenbrecht2020-07-311-2/+2
* Make shared variable volatileFelix Erckenbrecht2020-07-311-1/+2
* Remove unused optionFelix Erckenbrecht2020-07-311-1/+1
* Lock mutex before calling cond_wait or cond_signalFelix Erckenbrecht2020-07-311-0/+8
* Refactor rename mutexFelix Erckenbrecht2020-07-311-3/+3
* Bugfix: Fixed typo that lead to I-baseband sample being used twice and Q not ...Felix Erckenbrecht2020-07-261-1/+1
* Implement proper amplitude scaling by 1/sqrt(2) to achieve correct amplitudeFelix Erckenbrecht2020-07-261-5/+5
* Refactor AM modulator into IQ modulator (work in progress)Felix Erckenbrecht2020-07-261-0/+507