Optimization options
[Configuration]


Detailed Description

Those parameters are used for optimizing the algorithms according to your needs.
By default algorithms are defined to run the fastest as they can.


Algorithm's optimization options

Warning:
WARNING! Do not modify those defines. There are here to be used with the DSP_OPTIMIZATION definition.


#define DSP_OPTI_ACC_AND_SIZE   (DSP_OPTI_ACCURACY | DSP_OPTI_SIZE)
 To be the more accurate and smallest as the algorithm can be.
#define DSP_OPTI_ACCURACY   1
 To be the more accurate as the algorithm can be.
#define DSP_OPTI_SIZE   2
 To minimize the size of the data needed to compute the algorithms.
#define DSP_OPTI_SPEED   0
 To accelerate the algorithms.


Define Documentation

#define DSP_OPTI_ACC_AND_SIZE   (DSP_OPTI_ACCURACY | DSP_OPTI_SIZE)

To be the more accurate and smallest as the algorithm can be.

Definition at line 69 of file dsp.h.

#define DSP_OPTI_ACCURACY   1

To be the more accurate as the algorithm can be.

Definition at line 61 of file dsp.h.

#define DSP_OPTI_SIZE   2

To minimize the size of the data needed to compute the algorithms.

Definition at line 65 of file dsp.h.

#define DSP_OPTI_SPEED   0

To accelerate the algorithms.

Definition at line 57 of file dsp.h.


Generated on Fri Feb 19 02:23:23 2010 for AVR32 UC3 - EVK1104 DSPLib Demo Documentation by  doxygen 1.5.5