Contents:
Estimate the bandwidth of a tone
The bandwidth of a tone is completely defined by the number of samples in the time-series.
num_samples (int) – The length of the tone in samples.
sample_rate (float) – The sample rate associated with the tone.
Bandwidth estimate of the tone
np.ndarray