📄 sin.h
字号:
/* $Id: sin.h,v 1.2 2003/08/05 17:20:36 pnenzi Exp $ *//*.......1.........2.........3.........4.........5.........6.........7.........8================================================================================FILE sine/sin.hCopyright 1991Georgia Tech Research Corporation, Atlanta, Ga. 30332All Rights ReservedPROJECT A-8503-405 AUTHORS 20 Mar 1991 Harry LiMODIFICATIONS 2 Oct 1991 Jeffrey P. Murray SUMMARY This file contains additional header information for the sine code model.INTERFACES FILE ROUTINE CALLED N/A N/AREFERENCED FILES NONE NON-STANDARD FEATURES NONE===============================================================================*//*=== INCLUDE FILES ====================*/ /*=== CONSTANTS ========================*/#define PI 3.141592654; #define INT1 1char *allocation_error = "\n**** Error ****\nSINE: Error allocating sine block storage \n";char *limit_error = "\n**** Error ****\nSINE: Smoothing domain value too large \n";char *sine_freq_clamp = "\n**** Warning ****\nSINE: Extrapolated frequency limited to 1e-16 Hz \n";char *array_error = "\n**** Error ****\nSINE: Size of control array different than frequency array \n";/*=== MACROS ===========================*/ /*=== LOCAL VARIABLES & TYPEDEFS =======*/ /*=== FUNCTION PROTOTYPE DEFINITIONS ===*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -