aboutsummaryrefslogtreecommitdiffstats
path: root/src/fl2k_iq.c
Commit message (Collapse)AuthorAgeFilesLines
* Bugfix: Dont modulate twiceFelix Erckenbrecht2022-03-241-3/+3
|
* Improve usage messageFelix Erckenbrecht2022-03-241-1/+3
|
* Updates & corrections for usage infoFelix Erckenbrecht2022-03-241-4/+5
|
* Add missing parameter: modulation indexFelix Erckenbrecht2022-03-241-4/+8
|
* ran 'correct indentation'Felix Erckenbrecht2022-03-241-293/+293
|
* Work in progress: Refactor IQ mod to Ampliphase modFelix Erckenbrecht2022-03-241-86/+209
|
* Print messages to stdoutFelix Erckenbrecht2022-02-091-3/+5
|
* Add 'ignore eof' optionFelix Erckenbrecht2022-02-091-1/+9
|
* 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
| | | | at all
* 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