From d08fb023938ffdebb0b8fbf70f896543223fbe4b Mon Sep 17 00:00:00 2001 From: Ahmet Inan Date: Sat, 3 Mar 2018 12:48:52 +0100 Subject: [PATCH] added list of window functions --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b029be5..213b9b5 100644 --- a/README.md +++ b/README.md @@ -12,5 +12,11 @@ Whenever we need to add numbers with an ever decreasing magnitude to an sum (of ### [window.hh](window.hh) -Some [Window functions](https://en.wikipedia.org/wiki/Window_function) +Implemented are the follwing [Window functions](https://en.wikipedia.org/wiki/Window_function): +* [Rectangular window](https://en.wikipedia.org/wiki/Window_function#Rectangular_window) +* [Hann window](https://en.wikipedia.org/wiki/Window_function#Hann_window) +* [Hamming window](https://en.wikipedia.org/wiki/Window_function#Hamming_window) +* [Lanczos window](https://en.wikipedia.org/wiki/Window_function#Lanczos_window) +* [Gaussian window](https://en.wikipedia.org/wiki/Window_function#Gaussian_window) +* [Kaiser window](https://en.wikipedia.org/wiki/Window_function#Kaiser_window)