xf::dsp::aie::fft::windowfn::getKaiserWindow - 2023.2 English

Vitis Libraries

Release Date
2023-12-20
Version
2023.2 English
#include "aie/fft_window_fns.hpp"
template <typename T_C>
void xf::dsp::aie::fft::windowfn::getKaiserWindow (
    T_C* weights,
    const unsigned int pointSize,
    const float alpha = 1.27
    )

geKeiserWindow is utility to create Hamming 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
alpha a non-negative real number that determines the shape of the window