Source: GitHub
Signature¶
def sdynpy.signal_processing.sdynpy_srs.octspace(low, high, points_per_octave)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 : np.ndarray Octave-spaced points