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

zero padding and window function of fft

zhao__chuncheng
Beginner
364 Views

i'm trying to do match filter with mkl. Zero padding and window function are two common tricks. I used to creating a new pointer and writing a loop to do the two process. But I find it very inefficient. The time of zeros padding and adding window function is three times as long as FFT (multiple kernel). So I want to know is there any efficient ways to do zero padding and adding window function?

Thank you!

0 Kudos
0 Replies
Reply