summaryrefslogtreecommitdiff
path: root/gr-fft/python/fft/bindings/docstrings/window_pydoc_template.h
diff options
context:
space:
mode:
authorJacob Gilbert <jacob.gilbert@protonmail.com>2021-01-22 21:41:02 -0800
committermormj <34754695+mormj@users.noreply.github.com>2021-01-25 07:51:48 -0500
commitb464b6a450a718019647418e6eff3f437f9ae0ae (patch)
tree097305ac0a7aed77931cf50fcf5e72ead69893ea /gr-fft/python/fft/bindings/docstrings/window_pydoc_template.h
parentfabb155ccc2010021ba6e7a3d4818b851c331478 (diff)
gr-fft: cleanup window related code
Updates some documentation, and adds bindings for tukey and gaussian windows which had not been included when they were added Signed-off-by: Jacob Gilbert <jacob.gilbert@protonmail.com>
Diffstat (limited to 'gr-fft/python/fft/bindings/docstrings/window_pydoc_template.h')
-rw-r--r--gr-fft/python/fft/bindings/docstrings/window_pydoc_template.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gr-fft/python/fft/bindings/docstrings/window_pydoc_template.h b/gr-fft/python/fft/bindings/docstrings/window_pydoc_template.h
index cc089b8c4d..5988deb37f 100644
--- a/gr-fft/python/fft/bindings/docstrings/window_pydoc_template.h
+++ b/gr-fft/python/fft/bindings/docstrings/window_pydoc_template.h
@@ -105,4 +105,10 @@ static const char* __doc_gr_fft_window_exponential = R"doc()doc";
static const char* __doc_gr_fft_window_riemann = R"doc()doc";
+static const char* __doc_gr_fft_window_tukey = R"doc()doc";
+
+
+static const char* __doc_gr_fft_window_gaussian = R"doc()doc";
+
+
static const char* __doc_gr_fft_window_build = R"doc()doc";