sdynpy.signal_processing.sdynpy_srs.octspace

octspace(low, high, points_per_octave)[source]

Constructs octave spacing between low and high values

Parameters
  • low (float) – Starting value for the spacing

  • high (float) – Upper value for the spacing

  • points_per_octave (int) – Number of points per octave

Returns

octave_points – Octave-spaced points

Return type

np.ndarray