Contents:
Performs a frequency shift
signal (np.ndarray) – Input signal
frequency (float) – The frequency to shift by. Must have the same units as sample_rate.
sample_rate (float) – The sample rate of the signal. Must have the same units as frequency.
The frequency shifted signal
np.ndarray