Forums - Floating point ECNS module

2 posts / 0 new
Last post
Floating point ECNS module
dev_dsp
Join Date: 7 Sep 16
Posts: 5
Posted: Fri, 2016-09-23 04:32

Hi all,

We would like to know if floating point data type is supported in hexagon sdk.I referred the ECNS module in the examples and in the capi_v2_dummy_ecns.cpp i am able to see a fixed_point check and it supports only fixed point.

 if (CAPI_V2_FIXED_POINT != dummy_ecns_data_format_ptr[i].media_format.format_header.data_format)
                  {
                  FARF(ERROR, "DUMMY ECNS: Error! unsupported media format %d",
                           (int) dummy_ecns_data_format_ptr[i].media_format.format_header.data_format);
                     return CAPI_V2_EBADPARAM;
                  }
 

Please let us know whether we can do floating point operations using hexagon SDK.Our FFT and adaptive filters co-efficients are in floating point.

Regards,

Ram

  • Up0
  • Down0
aapatil
Join Date: 28 Jun 16
Posts: 4
Posted: Tue, 2016-09-27 23:04

Hi,

Floating point operations can be done with SDK but you need be aware that the interaction with framework will always be fixed point. CAPIv2 supports floating point calculations.

  • Up0
  • Down0
or Register

Opinions expressed in the content posted here are the personal opinions of the original authors, and do not necessarily reflect those of Qualcomm Incorporated or its subsidiaries (“Qualcomm”). The content is provided for informational purposes only and is not meant to be an endorsement or representation by Qualcomm or any other party. This site may also provide links or references to non-Qualcomm sites and resources. Qualcomm makes no representations, warranties, or other commitments whatsoever about any non-Qualcomm sites or third-party resources that may be referenced, accessible from, or linked to this site.