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);
00111 
00112 
00113 } //namespace itpp
00114 
00115 #endif // #ifndef WINDOW_H
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
SourceForge Logo

Generated on Tue Feb 2 09:33:32 2010 for IT++ by Doxygen 1.6.2