Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Скачиваний:
40
Добавлен:
15.06.2014
Размер:
414.95 Кб
Скачать

Chapter 4

Function Descriptions

This chapter provides descriptions for the TMS330C55x DSPLIB functions.

Topic

 

Page

 

 

 

4.1

Arguments and Conventions Used . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . 4-2

4.2

DSPLIB Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . 4-3

 

 

 

4-1

Arguments and Conventions Used

4.1 Arguments and Conventions Used

The following convention has been followed when describing the arguments for each individual function:

Table 4–1. Function Descriptions

Argument

Description

x,y

argument reflecting input data vector

r

argument reflecting output data vector

nx,ny,nr

arguments reflecting the size of vectors x,y, and r respectively. In

 

functions where nx = nr = nr, only nx has been used.

h

Argument reflecting filter coefficient vector (filter routines only)

nh

Argument reflecting the size of vector h

DATA

data type definition equating a short, a 16-bit value representing a

 

Q15 number. Usage of DATA instead of short is recommended to

 

increase future portability across devices.

LDATA

data type definition equating a long, a 32-bit value representing a

 

Q31 number. Usage of LDATA instead of long is recommended to

 

increase future portability across devices.

ushort

Unsigned short (16 bit). You can use this data type directly,

 

because it has been defined in dsplib.h

 

 

4-2

Соседние файлы в папке from ALex