This graph is used to compute a dynamic Hanning Window for every transducer. So, this graph is used to calculate the apodization for the reception.
- Graph Inputs:
- para_amain_const: Graph_apodization_main self-used structural parameters include iter_line and iter_element and so on. It’s definition could be seen in L1/include/kernel_apodization_main.hpp;
- p_focal: Result of Focusing;
- p_invD: The result of graph_apodization_preprocess output;
- Graph Outputs:
- out: A vector which represents our Hanning Window for the reference point chosen;