Skip to content

Commit 70f2157

Browse files
committed
add fft frequency transformation for data where the sampling rate isnt at least twice the signal bandwidth
1 parent d5f553d commit 70f2157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sigpro/basic_primitives.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def __init__(self):
3737

3838

3939
class FFTFreqAllBand(primitive.FrequencyTransformation):
40-
"""FFT Freq primitive class."""
40+
"""FFT Freq All Band primitive class."""
4141

4242
def __init__(self):
4343
super().__init__("sigpro.transformations.frequency.fftfreq.fft_freq_allband")

0 commit comments

Comments
 (0)