Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

Window function

rakesh
Beginner
502 Views

HI,

I'm evaluating parallel studio 2011.

how can i perform window function like kaiser,bessel, hanning.

i dont see any function to perform windowing in mkl.

Regards,

Rakesh

0 Kudos
2 Replies
mecej4
Honored Contributor III
502 Views
MKL contains routines related to traditional numerical analysis. For filtering functions, see the IPP: http://software.intel.com/sites/products/documentation/doclib/ipp_sa/71/ipp_manual/index.htm
0 Kudos
Gennady_F_Intel
Moderator
502 Views
that's correct - see signal processing domain : e.g ippsWinKaiser_*, ippsWinHann_32fc
0 Kudos
Reply