acdecom.WaveGuide.set_microphone_positions

WaveGuide.set_microphone_positions(posz, pos1, pos2, cylindrical_coordinates=False)

Sets the positions for the pressure probes. The dimensions are [m] or [deg].

Parameters
  • posz (array_like) – Axial positions of the pressure probes.

  • pos1 (array_like) – Position of the pressure probe in the first dimension. For waveguides with circular cross section, this is the radial position in meters.

  • pos2 (array_like) – Position of the pressure probe in the second dimension. For waveguides with circular cross sections, this is the circumferential position in deg.

  • cylindrical_coordinates (bool, optional) – If True the circumferential position is converted from deg. to radians.