This function suppose to converts the frequency modulated signal to the initial demodulated form, this is a new function in IPP and it is realy useful, but there is no samples about using this function and the parameters are just for the input and output but there is no parameter for the carrier frequency or for the frequency deviation, so is there any thing missing or I did not understand how to use this function.
Syntax
IppStatus ippsDemodulateFM_CToR_16s(const Ipp16s* pSrcRe, const Ipp16s* pSrcIm, Ipp16s* pDst, int len, Ipp16sc* pDlyPoint);
Parameters
pSrcRe
Pointer to the source vector with real parts of complex elements.
pSrcIm
Pointer to the source vector with imaginary parts of complex elements.
pDst
Pointer to the destination vector.
len
Number of elements in the vector.
pDlyPoint
Pointer to the value required for operation.
I need any help in using this function.
Thank you


