Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | at all | ||||
* | 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 |