Initializes the state memory for generation of the excitation signal.
IppStatus ippsGenerateExcitationInit_G7291_16s(IppsGenerateExcitationState_G7291_16s* pState);
pState |
Pointer to the memory supplied for generation of the excitation signal. |
The function ippsGenerateExcitationInit_G7291 are declared in the ippsc.h file. This function initializes the state structure pState for generation of the excitation signal. The size of this structure must be computed previously by calling the function ippsGenerateExcitationGetStateSize_G7291.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when the pState pointer is NULL. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.