Math.h — Math Functions - Analog Devices VISUALDSP++ 3.5 Manual

C/c++ compiler and library for adsp-219x processors
Hide thumbs Also See for VISUALDSP++ 3.5:
Table of Contents

Advertisement

DSP Run-Time Library Guide
Table 4-3. Transformation Functions (Cont'd)
Description
A-law Expansion
µ-law Compression
µ-law Expansion
math.h — Math Functions
The standard math functions have been augmented by implementations
for the float data type, and in some cases for the fract16 data type.
Table 4-4
provides a summary of the functions defined by the
header file. Descriptions of these functions are given under the name of
the
version in the
double
This header also provides prototypes for a number of additional math
functions
clip
These functions are described in
page
4-22. .
Table 4-4. Math Library
Description
Anti-log
Base 10 Anti-log
Arc Cosine
4-10
Prototype
void a_expand
(const short in[], short out[], int n)
void mu_compress
(const short in[], short out[], int n)
void mu_expand
(const char in[], short out[], int n)
"C Run-Time Library Reference" on page
,
,
,
copysign
max
min
Prototype
double alog (double x);
float alogf (float x);
double alog10 (double x);
float alog10f (float x);
double acos (double x);
float acosf (float x);
fract16 acos_fr16 (fract16 x);
VisualDSP++ 3.5 C/C++ Compiler and Library Manual
, and an integer function
"DSP Run-Time Library Reference" on
;
;
;
math.h
3-26.
countones
for ADSP-219x DSPs
.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the VISUALDSP++ 3.5 and is the answer not in the manual?

Questions and answers

Related Products for Analog Devices VISUALDSP++ 3.5

Table of Contents