I am new in IPP Intel and I want to make fft from a signal, using ipp library in c++? I configure ipp in my project well. Can anybody help me?
thanks
I am new in IPP Intel and I want to make fft from a signal, using ipp library in c++? I configure ipp in my project well. Can anybody help me?
thanks
You may take a look at the existing example into IPP package: /examples/components/examples_core/ipp_fft/..src. This example shows how to use the Intel® IPP image linear transforms: Fourier transforms (fast and discrete) and discrete cosine transform (DCT).