DSP

Hexagon DSP SDK -- 实例应用

2019-07-13 17:12发布

Hexagon DSP SDK -- 实例应用
     Hexagon SDK包含的例子能被当作更先进的音频、动态和FastRPC模块的基点:
  • appi_fir - APPI-based module that applies a FIR filter to audio data 
        -基于APPI的模块,应用FIR过滤到音频数据  
  • appi_gain - APPI-based module that applies a gain to audio data. 
        -基于APPI的模块,应用增益到音频数据 
  • appi_passthru - APPI-based module that is basically an empty shell and has no effect on the audio data.  
        -基于APPI的模块,基本上是一个空shell且对音频数据没有任何影响 
  • capi_pcm_decoder - CAPI-C-based module 
        -基于CAPI-C的模块  
  • capi_passthru - CAPI-based module that is basically an empty shell and has no effect on the audio data. 
        -基于CAPI的模块,基本上是一个空shell且对音频数据没有任何影响 
  • calculator - FastRPC module invokable on the aDSP from the HLOS  
        -FastRPC模块,来自HLOS可以在aDSP上调用  
  • image downscale - Example showing deeply optimized 2D image downscaling function 
        -举例说明深度优化2D图像降频转换功能
  • cornerApp - Example that detects corners in an image, using aDSP FastCV primitives
        -使用aDSP FastCV原语检测图像中角点的例子。
     (原文链接:https://developer.qualcomm.com/software/hexagon-dsp-sdk/getting-started)