Graph name: graph_focusing - 2023.2 English

Vitis Libraries

Release Date
2023-12-20
Version
2023.2 English

This graph is used to compute the distance of our reference apodization point for the dynamic apodization with respect to the transducers position. It returns an array of values which represent the magnitude per transducer.

  • Graph Inputs:
    • p_para_const: Graph_focusing self-used structural parameters include iter_line and iter_element and so on. It’s definition could be seen in L1/include/kernel_focusing.hpp;
    • p_para_pos: X and Y component of the vector which represent the transducer positions;
  • Graph Outputs:
    • dataout1: An array which represents apodization distance per transducer;