drslebedev
drslebedev
In this issue, we aim to evaluate and decide on the code formatting style to be used for `GNURadio-4.0`. I have tested all the preconfigured formats: LLVM, GNU, Google, Chromium,...
The primary functionality of this block is to synchronize input samples. The key features and requirements for this block are outlined below: 1. The block should support N input Async...
This issue is a followup from https://github.com/fair-acc/graph-prototype/issues/209 The main goal is to implement a back-pressure mechanism which allows sink blocks to stop graph execution.
This issue contains lists of blocks which can be of interest to implement in Gnuradio 4.0. The issue is aimed to be a tracker for the block-porting. It consists of...
In the PR https://github.com/fair-acc/graph-prototype/pull/175 the `fsanitize=address` flag was switched off for `emscripten` because it resulted in several test fails. Test fails can be seen in this PR https://github.com/fair-acc/graph-prototype/pull/173. Check if...
Additional information: * Implement FFT error propagation. * The input should be `DataSet` which contains signal+errors. * The computation should be optional via boolean flag
This PR includes the implementation of `CtxSettings`, which will replace the existing `BasicSettings`. Several tasks need to be addressed following this PR to fully integrate `CtxSettings` into the codebase: 1)...
This PR includes: * Updates of the clang-format code style. * Code formatting section to developer guidelines.
This PR includes 3 commits. ### Commit 1 Settings refactoring: use CtxSettings, remove BasicSettings ### Commit 2 Updates in CtxSettings including: - Prepare CtxSettings for use with the FunctionGenerator -...