将CCES里写的算法嵌入到SigmaStudio中方法

加我微信hezkz17进数字音频系统研究开发交流答疑群

CCES里写的算法如何嵌入到SigmaDSP中?


4 SigmaStudio Plug-In GenerationThe overall process of implementing a new Algorithm Plug-In within SigmaStudio is shownbelow:Code the module in C or assembly language in CCES by following thepredefined coding conventions (optional)Implement the wrapper functions in CCESWrite an XML file containing the details of the moduleOpen the XML file in the Algorithm Designer(in SigmaStudio)Enter source code in Source Editor(optional)Design the graphical block and controls.Assign the runtime(tunable)parameters and associate them with controls on the graphical blockolpnsewbISDefine all the properties of the new AlgorithmGenerate a SigmaStudio Plug-In library file (*dz1)Add the generated Plug-In DLL to SigmaStudio using 'Add-Ins'browserAdd the new Module to a Schematic from the SigmaStudioo!pnsewb!SFigure 3:Plug-In Generation Overview

 

要将CCES中编写的算法嵌入到SigmaDSP中,需要遵循以下步骤࿱

你可能感兴趣的:(音频算法设计研究开发,信号处理,音频)