Revision 187:9c8ca37028b9 src/dsp/Window.h

View differences:

src/dsp/Window.h
29 29
    authorization.
30 30
*/
31 31

  
32
#ifndef _WINDOW_H_
33
#define _WINDOW_H_
32
#ifndef WINDOW_H
33
#define WINDOW_H
34 34

  
35 35
#include <cmath>
36 36
#include <iostream>
37 37
#include <map>
38 38
#include <vector>
39 39

  
40
#include "pi.h"
41

  
40 42
enum WindowType {
41 43
    RectangularWindow,
42 44
    BartlettWindow,

Also available in: Unified diff