We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 098b863 commit 08feb28Copy full SHA for 08feb28
sigpro/transformations/frequency/fftfreq.py
@@ -1,8 +1,10 @@
1
+"""SigPro Transformations Frequency module."""
2
+
3
import numpy as np
4
5
6
def fft_freq(amplitude_values, sampling_frequency):
- """Compute the Frequency having FFT values
7
+ """Compute the Frequency having FFT values.
8
9
Args:
10
amplitude_values (np.ndarray):
0 commit comments