Cexp - 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

cexp

complex exponential
Synopsis
#include <complex.h>
complex_float cexpf (float a)
complex_double cexp (double a)
Description
This function computes the complex exponential of real input
returns the result.
Algorithm
Re(c) = cos(a)
Im(c) = sin(a)
Domain
a = [-9099 ... 9099]
VisualDSP++ 3.5 C/C++ Compiler and Library Manual
for ADSP-219x DSPs
for
,
cexpf( )
cexp( )
DSP Run-Time Library
and
a
4-35

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