mirror of
https://github.com/aicodix/dsp.git
synced 2026-04-27 22:35:45 +00:00
added list of window functions
This commit is contained in:
parent
573f52a574
commit
d08fb02393
1 changed files with 7 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue