Analog Devices VISUALDSP++ 3.5 Manual page 437

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

Advertisement

Table 4-8. Window Generator Functions (Cont'd)
Description
Generate Hamming
Window
Generate Hanning
Window
Generate Harris
Window
Generate Kaiser
Window
Generate Rectangular
Window
Generate Triangle
Window
Generate Vonhann
Window
VisualDSP++ 3.5 C/C++ Compiler and Library Manual
for ADSP-219x DSPs
Prototype
void gen_hamming_fr16 (fract16 w[ ], int a, int n);
void gen_hanning_fr16 (fract16 w[ ], int a, int n);
void gen_harris_fr16 (fract16 w[ ], int a, int n);
void gen_kaiser_fr16 (fract16 w[ ], float beta, int a, int n);
void gen_rectangular_fr16 (fract16 w[ ], int a, int n);
void gen_triangle_fr16 (fract16 w[ ], int a, int _n);
void gen_vonhann_fr16 (fract16 _w[ ], int a, int n);
DSP Run-Time Library
4-21

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