IT++ Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
window.h
Go to the documentation of this file.
1 
30 #ifndef WINDOW_H
31 #define WINDOW_H
32 
33 #include <itpp/base/vec.h>
34 
35 
36 namespace itpp
37 {
38 
47 
48 
56 vec hamming(int size);
57 
58 
69 vec hanning(int n);
70 
78 vec hann(int n);
79 
80 
88 vec blackman(int n);
89 
102 vec triang(int n);
103 
109 vec sqrt_win(int n);
110 
111 
129 vec chebwin(int n, double at);
131 
132 
133 } //namespace itpp
134 
135 #endif // #ifndef WINDOW_H
SourceForge Logo

Generated on Fri Mar 21 2014 17:14:14 for IT++ by Doxygen 1.8.1.2