diff options
author | luz paz <luzpaz@users.noreply.github.com> | 2021-01-29 15:47:34 -0500 |
---|---|---|
committer | Martin Braun <martin@gnuradio.org> | 2021-02-08 17:40:25 +0100 |
commit | 11ec061846d488f2bb58c26ac7a74ac8e329810d (patch) | |
tree | b85f26f6785a74548221ed51025a6574c4386f12 /gr-fft/lib/window.cc | |
parent | 5287d09007a30c225565fa71b4b776f76664ac97 (diff) |
Fix typos
Found via `codespell v2.1.dev0`
`codespell -q 3 -L ans,fo,hist,inout,ist,ith,nd,sinc,uint -S ./volk`
Signed-off-by: luz paz <luzpaz@users.noreply.github.com>
Signed-off-by: Josh Morman <jmorman@perspectalabs.com>
Diffstat (limited to 'gr-fft/lib/window.cc')
-rw-r--r-- | gr-fft/lib/window.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-fft/lib/window.cc b/gr-fft/lib/window.cc index 2dd8cf5ada..180ddb4eec 100644 --- a/gr-fft/lib/window.cc +++ b/gr-fft/lib/window.cc @@ -87,7 +87,7 @@ double window::max_attenuation(win_type type, double param) // value not meaningful for gaussian windows, but return something reasonable return 100; case WIN_TUKEY: - // low end is a rectangular window, attenuation exponentialy approaches Hann + // low end is a rectangular window, attenuation exponentially approaches Hann // piecewise linear estimate, determined empirically via curve fitting, median // error is less than 0.5dB and maximum error is 2.5dB; the returned value will // never be less than expected attenuation to ensure that window designed filters |