IT++ Logo
window.h
Go to the documentation of this file.
00001 
00030 #ifndef WINDOW_H
00031 #define WINDOW_H
00032 
00033 #include <itpp/base/vec.h>
00034 
00035 
00036 namespace itpp
00037 {
00038 
00047 
00048 
00056 vec hamming(int size);
00057 
00058 
00069 vec hanning(int n);
00070 
00078 vec hann(int n);
00079 
00080 
00088 vec blackman(int n);
00089 
00102 vec triang(int n);
00103 
00109 vec sqrt_win(int n);
00110 
00111 
00129 vec chebwin(int n, double at);
00131 
00132 
00133 } //namespace itpp
00134 
00135 #endif // #ifndef WINDOW_H
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
SourceForge Logo

Generated on Sat Jul 9 2011 15:21:33 for IT++ by Doxygen 1.7.4