Initialize

nn::dsp::CTR::Initialize Function

Syntax

nn::Result Initialize(
     void
);

Parameters

None.

Return Values

Returns the processing result.

Description

Initializes the DSP library.

You need to call this function before calling any of the functions in the nn::dsp::CTR namespace, or any of the library functions that depend on the dsp library.

Revision History

2011/12/12
Added a precaution regarding the timing of calls.
2010/01/29
Initial version.

CONFIDENTIAL