📄 readme.txt
字号:
;*************************************************************************************
;*********************** SECTION 1: FIXED POINT MATH FUNTIONS ************************
;*************************************************************************************
Thank you for trying C28x Software Collateral.
Fixed Point MATH Library is installed in C:\TIDCS\C28\DSP_TBOX\QMATH directory.
Fixed point math library (QMATH) contains math/trigonometric routines that are developed
as an easy-to-use library, which has to be linked to the user抯 application.
The following table summarizes the set of functions that are defined in this library.
FIXED POINT MATH FUNTIONS
|===============|=======================================================================|
| Module Name | Description |
|===============|=======================================================================|
| QSIN | Fixed point SIN (Taylor series implementation) |
|---------------|-----------------------------------------------------------------------|
| QSINLT | Fixed point SIN (Table look-up and linear interpolation) |
|---------------|-----------------------------------------------------------------------|
| QCOS | Fixed point COS (Taylor series implementation) |
|---------------|-----------------------------------------------------------------------|
| QCOSLT | Fixed Point COS (Table look-up and linear interpolation) |
|---------------|-----------------------------------------------------------------------|
| QATAN | Fixed point ATAN (Taylor series implementation) |
|---------------|-----------------------------------------------------------------------|
| QSQRT | Fixed point Square-root (Taylor series implementation) |
|---------------|-----------------------------------------------------------------------|
| QLOG10 | Fixed point LOG10 (Taylor series implementation) |
|---------------|-----------------------------------------------------------------------|
| QLOGN | Fixed point LOGN (Taylor series implementation) |
|---------------|-----------------------------------------------------------------------|
| QINV1 | Reciprocal (32-bit Precision) |
|---------------|-----------------------------------------------------------------------|
| QINV2 | Reciprocal (16-bit Precision) |
|---------------|-----------------------------------------------------------------------|
| QDIV | Division |
|=======================================================================================|
DOCUMENTATION:
|===============|=======================================================================|
| DOC | DIRECTORY LOCATION |
|===============|=======================================================================|
| MODULE DOC | C:\TIDCS\C24\DSP_TBOX\MATH\DOC\MATH_MDL.PDF |
|=======================================================================================|
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -