Windowing functions. More...
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. | |
Windowing functions.
| vec itpp::hamming | ( | int | size | ) |
Hamming window.
The n size Hamming window is a vector
where the
th component is
Referenced by itpp::FIR_Fading_Generator::Jakes_filter().
| vec itpp::hanning | ( | int | n | ) |
Hanning window.
The n size Hanning window is a vector
where the
th component is
Observe that this function is not the same as the hann() function which is defined as in matlab.
| vec itpp::hann | ( | int | n | ) |
Hanning window compatible with matlab.
The n size Hanning window is a vector
where the
th component is
| vec itpp::blackman | ( | int | n | ) |
Blackman window.
The n size Blackman window is a vector
where the
th component is
| vec itpp::triang | ( | int | n | ) |
Triangular window.
The n size triangle window is a vector
where the
th component is
for n odd and for n even
| vec itpp::sqrt_win | ( | int | n | ) |
Square root window.
The square-root of the Triangle window. sqrt_win(n) = sqrt(triang(n))
Generated on Wed Jan 20 23:03:08 2010 for IT++ by Doxygen 1.6.2