This beamformer is a variant of the one used in PW where the difference consists in the receiver delay computation. As the graph is obtained by the composition of L2 libraries, it has the summation of the components in I/O of the L2 libraries:
- Graph Inputs:
- rf_data: rf data point to be interpolated;
- Graph Outputs:
- mult0: 1/4 of result data to form the png;
- mult1: 1/4 of result data to form the png;
- mult2: 1/4 of result data to form the png;
- mult3: 1/4 of result data to form the png;
The details design of the graph_scanline graph is shown blow:
- A set of C-models of scanline is provided, which can be seen as a step-by-step flow from algorithm-end to AIE-end. The C-model functions can also be used to generate input and verify output simultaneously and conveniently.
- Also, the output of mult can be converted to a png format. Refer to the tutorial for more details.