⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 d_osc.h

📁 ngspice又一个电子CAD仿真软件代码.功能更全
💻 H
字号:
/* $Id: d_osc.h,v 1.2 2003/08/05 17:20:39 pnenzi Exp $ *//*.......1.........2.........3.........4.........5.........6.........7.........8================================================================================FILE d_osc/d_osc.hCopyright 1991Georgia Tech Research Corporation, Atlanta, Ga. 30332All Rights ReservedPROJECT A-8503-405               AUTHORS                          25 Jul 1991     Jeffrey P. MurrayMODIFICATIONS       30 Sept 1991    Jeffrey P. Murray                                   SUMMARY    This file contains the header information for the d_osc    code model.INTERFACES           FILE                 ROUTINE CALLED         N/A                  N/A                         REFERENCED FILES    N/A                     NON-STANDARD FEATURES    NONE===============================================================================*//*         Structures, etc. for d_osc oscillator model.              7/25/90                                              Last Modified 7/25/91               J.P.Murray *//*=======================================================================*//*=== INCLUDE FILES =====================================================*/                                    #include <stdio.h>#include <ctype.h>#include <math.h>#include <string.h>/*=== CONSTANTS =========================================================*//****  Error Messages ****/char *d_osc_allocation_error = "\n**** Error ****\nD_OSC: Error allocating VCO block storage \n";char *d_osc_array_error = "\n**** Error ****\nD_OSC: Size of control array different than frequency array \n";char *d_osc_negative_freq_error = "\n**** Error ****\nD_OSC: The extrapolated value for frequency\nhas been found to be negative... \n Lower frequency level has been clamped to 0.0 Hz \n";/*=== MACROS ============================================================*/  /*=== LOCAL VARIABLES & TYPEDEFS ========================================*/                                        /*=== FUNCTION PROTOTYPE DEFINITIONS ====================================*//*=======================================================================*/                                    

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -