Analog Devices VISUALDSP++ 3.5 Manual page 464

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 Reference
Example
Here is an example of a convolution where
of length 3. If we represent
the output vector are:
{A[0]*B[0],
A[1]*B[0] + A[0]*B[1],
A[2]*B[0] + A[1]*B[1] + A[0]*B[2],
A[3]*B[0] + A[2]*B[1] + A[1]*B[2],
Domain
-1.0 to +1.0
4-48
as "A" and
cin1
A[3]*B[1] + A[2]*B[2],
A[3]*B[2]}
VisualDSP++ 3.5 C/C++ Compiler and Library Manual
is of length 4 and
cin1
as "B", the elements of
cin2
for ADSP-219x DSPs
is
cin2

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?

Related Products for Analog Devices VISUALDSP++ 3.5

Table of Contents