readme.txt

来自「定点数学库( QMATH )包含高度优化的」· 文本 代码 · 共 47 行

TXT
47
字号
;*************************************************************************************
;*********************** 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 + =
减小字号Ctrl + -
显示快捷键?