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

amr-c-code

  • A series of .c and .m files which allow one to perform univariate and bivariate wavelet analysis of

    A series of .c and .m files which allow one to perform univariate and bivariate wavelet analysis of discrete time series. Noother wavelet package is necessary -- everything is contained in this archive. The C-code computes the DWT and maximal overlap DWT. MATLAB routines are then used to compute such quantities as the wavelet variance, covariance, correlation, cross-covariance and cross-correlation. Approximate confidence intervals are available for all quantities except the cross-covariance and cross-correlation. A set of commands is provided. For a description of this example, please see http://www.eurandom.tue.nl/whitcher/software/.

    标签: univariate and bivariate analysis

    上传时间: 2015-06-23

    上传用户:chongcongying

  • This document discusses recommended practices and style for programmers using the C language in the

    This document discusses recommended practices and style for programmers using the C language in the Flight Dynamics Division environment. Guidelines are based on generally recommended software engineering techniques, industry resources, and local convention. The Guide offers preferred solutions to common C programming issues and illustrates through examples of C code.

    标签: recommended programmers discusses practices

    上传时间: 2015-07-19

    上传用户:jcljkh

  • C/C++Compiler Suite 2.1 for converting MATLAB applications that contain math, GUIs, and graphics int

    C/C++Compiler Suite 2.1 for converting MATLAB applications that contain math, GUIs, and graphics into freely distributable stand-alone C and C++ code

    标签: applications converting Compiler graphics

    上传时间: 2013-12-18

    上传用户:498732662

  • 3rd Generation Partnership Project Technical Specification Group Services and System Aspects ANS

    3rd Generation Partnership Project Technical Specification Group Services and System Aspects ANSI-C code for the Fixed-point Extended AMR - Wideband (AMR-WB+) codec (Release 7)

    标签: Specification Partnership Generation Technical

    上传时间: 2017-02-24

    上传用户:wyc199288

  • C280x C/C++ Header Files and Peripheral Examples The DSP28xx C/C++ peripheral header files and exam

    C280x C/C++ Header Files and Peripheral Examples The DSP28xx C/C++ peripheral header files and example projects files facilitate writing C/C++ Code for the TI鈥檚 28xx MCUs. The code can be used as a learning tool or as the basis for a development platform depending on the current needs of the user. We suggest that you immediately download these header files in order for an easier transition to understanding the 28xx peripherals.

    标签: Peripheral peripheral and Examples

    上传时间: 2014-01-24

    上传用户:fandeshun

  • ImpulseC Codeveloper fft code. This file implements the hardware portion of a 256 sample FFT using a

    ImpulseC Codeveloper fft code. This file implements the hardware portion of a 256 sample FFT using a radix-4 algorithm. This implementation demonstrates that results similar to hand-coded HDL can be achieved using the C language, and without using a low-level style of C code.

    标签: Codeveloper implements ImpulseC hardware

    上传时间: 2014-01-16

    上传用户:hustfanenze

  • UML for C# This paper describes the primary constructs in the C# language and how they are modeled i

    UML for C# This paper describes the primary constructs in the C# language and how they are modeled in WinA&D using the UML notation. The model can be used to generate C# code. WinTranslator scans source code to generate a UML model for an existing project.

    标签: constructs describes the language

    上传时间: 2013-12-14

    上传用户:qq1604324866

  • ascii c code

    show ascii code list program

    标签: ascii code

    上传时间: 2016-03-10

    上传用户:ethan_da

  • 1.3_Dave_v2.1.rar

    DAvE是英飞凌科技公司的电子芯片模拟开发应用工具软件。 戴夫会帮助你在你的项目中规划你想使用的英飞凌单片机或dsp,以提供智能向导,那帮你设定芯片来工作的方式和你需要的各功能模块,自动生成C-code驱动功能与适当的单片外围设备和中断的控制。 DAvE会直接与编译器的IDE互动。

    标签: Dave_v 1.3

    上传时间: 2013-06-08

    上传用户:refent

  • keil使用笔记

    keil 使用笔记:在Memory窗口上输入address_type:address才能看到正确地址的变量debug~perfermance analyzer加入要察看的模块名称,然后view~perfermance analyzer window 可以察看各个模块运行时间①Display address_type:address B:Bit address C:Code Memory Bx:Code Bank D D:80H 命令可以查看特殊寄存器 data D I:0 命令可以查看内部RAM数据iData; D X:0 命令可以查看外部RAM数据xData; ②R1 //显示R1 register ~R1 //显示变量R1 R1 = R7 //对寄存器Rx操作R1 = --R7 R1 = 0x20 ③main //显示main()的开始地址d main //显示main()的代码④向RAM.ROM中写数据Enter data_type address_type:address expr,expr.... data_type:int char double float long E char data:0x20 1,2,3,4 //向data区0x20开始的地址写1,2,3,4 变量放在RAM的30H,要把定义放在main前面!另外特别注意,内部RAM通常供C程序存放中间变量等,所以一定要看看编译后的程序中是否存在存储单元冲突的情况,比如如果程序中 使用了别的寄存器组的话,08-1FH单元就不能用了unsigned long data i _at_ 0x30

    标签: keil 使用笔记

    上传时间: 2013-11-05

    上传用户:dongqiangqiang