Functions | |
vec | itpp::hamming (int size) |
Hamming window. | |
vec | itpp::hanning (int n) |
Hanning window. | |
vec | itpp::hann (int n) |
Hanning window compatible with matlab. | |
vec | itpp::blackman (int n) |
Blackman window. | |
vec | itpp::triang (int n) |
Triangular window. | |
vec | itpp::sqrt_win (int n) |
Square root window. |
|
Hamming window.
The
Definition at line 39 of file window.cpp. References itpp::cos(), and itpp::pi. Referenced by itpp::fir1(). |
|
Hanning window.
The
Observe that this function is not the same as the hann() function which is defined as in matlab. Definition at line 52 of file window.cpp. References itpp::cos(), and itpp::pi. Referenced by itpp::spectrum(). |
|
Hanning window compatible with matlab.
The
Definition at line 63 of file window.cpp. References itpp::cos(), and itpp::pi. |
|
Blackman window.
The
Definition at line 73 of file window.cpp. References itpp::cos(), and itpp::pi. |
|
Triangular window.
The
for
Definition at line 83 of file window.cpp. |
|
Square root window. The square-root of the Triangle window. sqrt_win(n) = sqrt(triang(n)) Definition at line 98 of file window.cpp. References itpp::sqrt(). |
Generated on Thu Apr 19 14:20:40 2007 for IT++ by Doxygen 1.4.6