Skip to content

Commit

Permalink
add fft frequency transformation for data where the sampling rate isn…
Browse files Browse the repository at this point in the history
…t at least twice the signal bandwidth
  • Loading branch information
SaraPido committed Nov 7, 2024
1 parent d5f553d commit 70f2157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sigpro/basic_primitives.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def __init__(self):


class FFTFreqAllBand(primitive.FrequencyTransformation):
"""FFT Freq primitive class."""
"""FFT Freq All Band primitive class."""

def __init__(self):
super().__init__("sigpro.transformations.frequency.fftfreq.fft_freq_allband")
Expand Down

0 comments on commit 70f2157

Please sign in to comment.