Program Listing for File window.h

Return to documentation for file (fastft/include/window.h)

#ifndef WINDOW_H
#define WINDOW_H

#include <math.h>

#define LIBROSA_PI   3.14159265358979323846

void compute_hanning_window(int n_fft, float *window);


#endif