Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup - only build ampliphase binary | Felix Erckenbrecht | 2022-03-25 | 1 | -665/+0 |
* | Bugfix: Dont modulate twice | Felix Erckenbrecht | 2022-03-24 | 1 | -3/+3 |
* | Improve usage message | Felix Erckenbrecht | 2022-03-24 | 1 | -1/+3 |
* | Updates & corrections for usage info | Felix Erckenbrecht | 2022-03-24 | 1 | -4/+5 |
* | Add missing parameter: modulation index | Felix Erckenbrecht | 2022-03-24 | 1 | -4/+8 |
* | ran 'correct indentation' | Felix Erckenbrecht | 2022-03-24 | 1 | -293/+293 |
* | Work in progress: Refactor IQ mod to Ampliphase mod | Felix Erckenbrecht | 2022-03-24 | 1 | -86/+209 |
* | Print messages to stdout | Felix Erckenbrecht | 2022-02-09 | 1 | -3/+5 |
* | Add 'ignore eof' option | Felix Erckenbrecht | 2022-02-09 | 1 | -1/+9 |
* | Implement swap I/Q option | Felix Erckenbrecht | 2020-07-31 | 1 | -11/+19 |
* | Turn double to float | Felix Erckenbrecht | 2020-07-31 | 1 | -23/+24 |
* | Use previous amplitude as start and slope towards actual amplitude | Felix Erckenbrecht | 2020-07-31 | 1 | -2/+2 |
* | Bugfix: allocate correct amount of memory | Felix Erckenbrecht | 2020-07-31 | 1 | -2/+2 |
* | Set default samplerate to 96 MS/s | Felix Erckenbrecht | 2020-07-31 | 1 | -2/+2 |
* | Make shared variable volatile | Felix Erckenbrecht | 2020-07-31 | 1 | -1/+2 |
* | Remove unused option | Felix Erckenbrecht | 2020-07-31 | 1 | -1/+1 |
* | Lock mutex before calling cond_wait or cond_signal | Felix Erckenbrecht | 2020-07-31 | 1 | -0/+8 |
* | Refactor rename mutex | Felix Erckenbrecht | 2020-07-31 | 1 | -3/+3 |
* | Bugfix: Fixed typo that lead to I-baseband sample being used twice and Q not ... | Felix Erckenbrecht | 2020-07-26 | 1 | -1/+1 |
* | Implement proper amplitude scaling by 1/sqrt(2) to achieve correct amplitude | Felix Erckenbrecht | 2020-07-26 | 1 | -5/+5 |
* | Refactor AM modulator into IQ modulator (work in progress) | Felix Erckenbrecht | 2020-07-26 | 1 | -0/+507 |