Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | examples: replay: Improve rfnoc_replay_samples_from_file | Martin Braun | 2022-03-02 | 1 | -127/+87 |
| | | | | | | | | | | - Use connect_through_blocks() to create connections - Remove check for spp being an integer multiple of the word size, the atomic item size feature will do that for us now - When using --nsamps, automatically terminate application after samples have been tx'd. - Added sleep statements to throttle empty while loops - Minor formatting changes | ||||
* | examples: replay samples from file | mattprost | 2020-08-11 | 1 | -0/+423 |
This example exercises the Replay Block RFNoC API. The Replay records IQ data from a file and plays it back into a Radio for transmitting. Signed-off-by: mattprost <matt.prost@ni.com> |