虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

single-Phase

  • $Header: /cvsroot/nsnam/ns-2/mac/mac-tdma.cc,v 1.16 2006/02/22 13:25:43 mahrenho Exp $ // // mac-t

    $Header: /cvsroot/nsnam/ns-2/mac/mac-tdma.cc,v 1.16 2006/02/22 13:25:43 mahrenho Exp $ // // mac-tdma.cc // // Preamble TDMA MAC layer for single hop. // Centralized slot assignment computing.

    标签: mac-tdma mahrenho cvsroot Header

    上传时间: 2013-12-16

    上传用户:dave520l

  • This is is a bridge IP core to interface the Tensilica PIF bus protocol with the OpenCores WishBone.

    This is is a bridge IP core to interface the Tensilica PIF bus protocol with the OpenCores WishBone. It currently supports single-cycle as well as burst transfer operations. The core has been tested in a master-PIF slave-WB configuration.

    标签: Tensilica OpenCores interface the

    上传时间: 2013-12-21

    上传用户:gonuiln

  • Example script to read CF-compliant structured grid NetCDF data into Matlab using the NetCDF-Jav

    Example script to read CF-compliant structured grid NetCDF data into Matlab using the NetCDF-Java libraryI m using "toolsUI.jar" which is advertised as "a nice fat jar file containing everything in a single jar"

    标签: CF-compliant NetCDF-Jav structured Example

    上传时间: 2017-06-30

    上传用户:gmh1314

  • The emphasis of this book is on real-time application of Synopsys tools, used to combat various pro

    The emphasis of this book is on real-time application of Synopsys tools, used to combat various problems seen at VDSM geometries. Readers will be exposed to an effective design methodology for handling complex, submicron ASIC designs. Significance is placed on HDL coding styles, synthesis and optimization, dynamic simulation, formal verification, DFT scan insertion, links to layout, physical synthesis, and static timing analysis. At each step, problems related to each phase of the design flow are identified, with solutions and work-around described in detail. In addition, crucial issues related to layout, which includes clock tree synthesis and back-end integration (links to layout) are also discussed at length. Furthermore, the book contains in-depth discussions on the basics of Synopsys technology libraries and HDL coding styles, targeted towards optimal synthesis solution.

    标签: application real-time Synopsys emphasis

    上传时间: 2017-07-05

    上传用户:waitingfy

  • G UILLAIN-BARRéSYNDROME(GBS)is an uncommon disorder,but one whose impact is far out of proportion

    G UILLAIN-BARRéSYNDROME(GBS)is an uncommon disorder,but one whose impact is far out of proportion to its incidence.Despite a usually good prognosis,GBS is a particularly frightening and often life- altering experience for those diagnosed with the disorder.Many patients are acutely aware of the rapid loss of control of their muscular function, including vital functions such as breathing and swallowing,and fre- quently feel that they are dying.The experience is almost as unnerving for the families of affected individuals.During the acute phase of the ill- ness GBS patients experience the indignity of helplessness in addition to their fear of death or permanent disability.Prolonged disability is com- mon and some permanent residual effects are becoming increasingly recognized.It has been our experience in meeting patients at support groups,that individuals who have been affected by GBS have a great desire for a better understanding of the disorder,even years after the acute experience.

    标签: UILLAIN-BARR proportion SYNDROME disorder

    上传时间: 2017-07-11

    上传用户:cuibaigao

  • The JavaServer Pages (JSP) Expression Language (EL) is a simple non-procedural scripting language

    The JavaServer Pages (JSP) Expression Language (EL) is a simple non-procedural scripting language that can be used to evaluate dynamic expressions within a JSP page. Each EL expression evaluates to a single value that is then expressed as text in the output of the JSP (when used in template text), or passed as a value to a JSP action. As such, it is ideal for adding dynamic elements to the HTML page (or other text output) generated by the execution of a JSP.

    标签: non-procedural JavaServer Expression scripting

    上传时间: 2017-07-13

    上传用户:dbs012280

  • -- Hamming Decoder -- This Hamming decoder accepts an 8-bit Hamming code (produced by the encoder a

    -- Hamming Decoder -- This Hamming decoder accepts an 8-bit Hamming code (produced by the encoder above) and performs single error correction and double error detection. -- download from: www.pld.com.cn & www.fpga.com.cn LIBRARY ieee USE ieee.std_logic_1164.ALL ENTITY hamdec IS PORT(hamin : IN BIT_VECTOR(0 TO 7) --d0 d1 d2 d3 p0 p1 p2 p4 dataout : OUT BIT_VECTOR(0 TO 3) --d0 d1 d2 d3 sec, ded, ne : OUT BIT) --diagnostic outputs END hamdec ARCHITECTURE ver1 OF hamdec IS BEGIN

    标签: Hamming produced Decoder decoder

    上传时间: 2017-07-15

    上传用户:520

  • This application note considers the design of frequency- selective filters, which modify the freque

    This application note considers the design of frequency- selective filters, which modify the frequency content and phase of input signals according to some specification. Two classes of frequency-selective digital filters are considered: infinite impulse response (IIR) and finite impulse response (FIR) filters. The design process consists of determining the coefficients of the IIR or FIR filters, which results in the desired magnitude and phase response being closely approximated.

    标签: application considers frequency the

    上传时间: 2013-12-07

    上传用户:chfanjiang

  • This application note considers the design of frequency- selective filters, which modify the freque

    This application note considers the design of frequency- selective filters, which modify the frequency content and phase of input signals according to some specification. Two classes of frequency-selective digital filters are considered: infinite impulse response (IIR) and finite impulse response (FIR) filters. The design process consists of determining the coefficients of the IIR or FIR filters, which results in the desired magnitude and phase response being closely approximated.

    标签: application considers frequency the

    上传时间: 2014-01-04

    上传用户:ardager

  • This sample program generates two sine waves called X and Y. It will then calculate the normalized

    This sample program generates two sine waves called X and Y. It will then calculate the normalized magnitude and phase of the two waveforms using the following formulas: Mag = sqrt(X^2 + Y^2)/sqrt(GainX^2 + GainY^2) Phase = (long) (atan2PU(X,Y) * 360) The program will prompt the user to change the gain and frequency of the X and Y waveforms.

    标签: Y. normalized generates calculate

    上传时间: 2014-01-06

    上传用户:123456wh