mirror of
https://github.com/AlexandreRouma/dsp2.git
synced 2026-04-18 14:52:43 +00:00
5 lines
98 B
C
5 lines
98 B
C
#pragma once
|
|
#include "hann.h"
|
|
#include "rectangular.h"
|
|
#include "triangular.h"
|
|
#include "welch.h" |