What does Intel IPP status -27 (ippStsRelFreqErr) mean?

 
Previous Next
ippStsFIRMRPhaseErr ippStsFIRLenErr

ippStsRelFreqErr

Relative frequency parameters describe digital frequency as a fraction of the sampling rate or Nyquist-related scale used by the routine. Values outside the accepted interval make the DSP design ambiguous.

Fix the normalization convention first. This status often appears when Hz values are passed directly to an API that expects normalized frequency.

Check these details

  • The sampling rate used for normalization.
  • Whether the API expects cycles/sample or a Nyquist-normalized value.
  • That lower and upper band edges remain ordered after conversion.

Intel IPP Error Reporting · Intel IPP Signal Processing


Looking for a different code? Search another status or error code.