#include "aie/fft_window_fns.hpp"
template <typename T_C> void xf::dsp::aie::fft::windowfn::getHannWindow ( T_C* weights, const unsigned int pointSize )
getHannWindow is utility to create Hann window.
Parameters:
T_C | describes the type of weights in the FFT window. |
weights | a pointer to the area where Window will be created |
pointSize | size of the window to create |