Scanline_AllinAIE Beamformer - 2023.2 English

Vitis Libraries

Release Date
2023-12-20
Version
2023.2 English

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 will have 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:

Block Design of graph_scanline_L3
  • A set of C-models of scanline are 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 could be converted to png format, details please reference to tutorial.