CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - Simulation algorithm c

搜索资源列表

  1. PID

    0下载:
  2. pid算法 51单片机 带Proteus仿真程序-pid algorithm simulation program 51 microcontroller with Proteus
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-01-12
    • 文件大小:162.67kb
    • 提供者:
  1. iir

    0下载:
  2. 一个关于数字信号处理中IIR算法的c语言源程序,可以通过在TI公司的CCS软件中硬件仿真或软件仿真产生波形-An IIR digital signal processing algorithm in c language source code is available through the TI' s CCS software or hardware simulation software simulation waveforms generated
  3. 所属分类:DSP program

    • 发布日期:2017-03-27
    • 文件大小:653byte
    • 提供者:
  1. Fir

    0下载:
  2. 一个关于数字信号处理中FIR算法的c语言源程序,可以通过在TI公司的CCS软件中硬件仿真或软件仿真产生波形-On digital signal processing algorithm in the FIR of the c language source code is available through the TI' s CCS software or hardware simulation software simulation waveforms generated
  3. 所属分类:DSP program

    • 发布日期:2017-04-11
    • 文件大小:699byte
    • 提供者:
  1. dspzs

    0下载:
  2. 本书全面系统地介绍了DSP芯片的基本原理、开发和应用。首先,介绍了目前广泛使用的DSP 芯片的基本结构和特征,定点和浮点DSP处理中的一些关键问题。然后,对用C 语言和MATLAB 语言进行DSP算法的模拟进行了介绍。-This book a comprehensive and systematic introduction to the basic principles of DSP chips, the development and application. First of all, o
  3. 所属分类:DSP program

    • 发布日期:2017-04-27
    • 文件大小:198.59kb
    • 提供者:supanfeng
  1. PID

    0下载:
  2. 用纯C语言实现PID的调节仿真。该文件的算法简洁,方便有效,可以直接移植到单片机内。-With pure C language simulation of PID regulation. Algorithm of the document simple, convenient and effective, can be directly transplanted into single-chip inside.
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:1.72kb
    • 提供者:fenghuan
  1. wnl

    0下载:
  2. 1900~2099阳历转阴历算法 源码,Proteus仿真通过,C语言,按键输入,液晶显示,51单片机.-1900 ~ 2099 Gregorian calendar algorithm to source, Proteus, through simulation, C language, key input, liquid crystal display, 51 single-chip microcomputer.
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:1.52mb
    • 提供者:陈辉
  1. Dsp-fixed

    0下载:
  2. 本书全面系统地介绍了DSP 芯片的基本原理、开发和应用。首先,介绍了目前广泛使用的DSP 芯片的基本结构和特 征,定点和浮点DSP 处理中的一些关键问题。然后,对用C 语言和MATLAB 语言进行 DSP 算法的模拟进行了介绍。接着,以目前应用最广的TI DSP 芯片为例,介绍了定点和 浮点DSP 芯片的软硬件设计方法,DSP 芯片的C 语言和汇编语言的开发方法以及DSP 芯 片的开发工具及使用,并以三个应用系统的设计为例,介绍了定点和浮点DSP 芯片的开 发过程。最后,
  3. 所属分类:DSP program

    • 发布日期:2017-04-01
    • 文件大小:464.96kb
    • 提供者:lin
  1. 11

    0下载:
  2. 本文采用了一种层次化、组件自治的仿真平台_J.Sim,对该平台 下的无线传感器网络相关组件进行了扩展。针对MAC协议的能量有效性 和底层可能遭受的攻击行为,进行了一系列的仿真实验,输出了相关的 能耗图。通过与其它MAC能耗仿真结果对比和底层攻击仿真结果分析, 我们得出该协议有着较好的能量有效性和攻击应对能力。-As the hardware platform iS lacked.we choose the J.Sim simulator which is built upon
  3. 所属分类:SCM

    • 发布日期:2017-05-17
    • 文件大小:4.05mb
    • 提供者:陈过
  1. low-cost-DSP-realize-MP3-decoding

    0下载:
  2. 首先介绍了MPEG-2音频layer Ⅲ(MP3)的解码算法,详细地叙述进行定点C语言仿真的技巧。基于TI公司的’C549 DSP芯片进行汇编工作,在TMS320C549 EVM板上实现了网上MP3文件的连续播放,效果满意。经过对算法和程序的优化使所需的运算量和存储空间都很低,使能在TI公司的低价型’C5402 DSP上实现。-First introduced the MPEG-2 audio layer Ⅲ (MP3) decoding algorithm, a detailed accoun
  3. 所属分类:DSP program

    • 发布日期:
    • 文件大小:53.99kb
    • 提供者:soledad
  1. yanhuoxianshicode

    0下载:
  2. 这是一个模拟烟火的c语言仿真代码,算法比较简单,效果明显-This is a simulation language simulation code c fireworks, the algorithm is simple and obvious effect
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:121.65kb
    • 提供者:wentao
  1. fifo

    0下载:
  2. 模拟页式虚拟存储管理中硬件的地址转换和用先进先出调度算法处理缺页中断.虽然是文档文件,其源代码可以直接拷贝至C++运行,并且文档最后给出相应执行结果。-Simulation of the hardware address translation page of virtual storage management and FIFO scheduling algorithm for processing a page fault, although it is a document file an
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:56.56kb
    • 提供者:hwq
  1. 1

    0下载:
  2. 基于DSP的自适应滤波器的设计,在CCS DSK C5000软件环境下,用C语言描述了自适应滤波器的结构。在TI公司的TMS320C54X系列的TMS320C5402芯片上,完成了基于LMS自适应算法的FIR横向滤波器的设计,并进行了模拟仿真,得出了正确的结果。仿真结果表明,应用LMS算法的自适应滤波器不仅可以实现对信号噪声的自适应滤除,还能用于系统识别。-The Design of Self-adaptive Filter Based on DSP,Under the circumstance
  3. 所属分类:DSP program

    • 发布日期:2017-04-04
    • 文件大小:18.55kb
    • 提供者:朱红
  1. 2

    0下载:
  2. 在CCS DSK C5000软件环境下,用C语言描述了自适应滤波器的结构。在TI公司的TMS320C54X系列的TMS320C5402芯片上,完成了基于LMS自适应算法的FIR横向滤波器的设计,并进行了模拟仿真,得出了正确的结果。-Under the circumstance of CCS DSK C5000 software, the adaptive filter is described and designed by C language. Ultimately the design o
  3. 所属分类:DSP program

    • 发布日期:2017-04-02
    • 文件大小:5.86kb
    • 提供者:朱红
  1. 3

    0下载:
  2. 在CCS DSK C5000软件环境下,用C语言描述了自适应滤波器的结构。在TI公司的TMS320C54X系列的TMS320C5402芯片上,完成了基于LMS自适应算法的FIR横向滤波器的设计,并进行了模拟仿真,得出了正确的结果。-Under the circumstance of CCS DSK C5000 software, the adaptive filter is described and designed by C language. Ultimately the design o
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:4.36kb
    • 提供者:朱红
  1. bin2

    1下载:
  2. 基于C语言的二进制频率调制算法在DSP中的软件仿真-Binary frequency modulation algorithm based on the C language software simulation of the DSP
  3. 所属分类:DSP编程

    • 发布日期:2013-11-07
    • 文件大小:59.86kb
    • 提供者:吴彬彬
  1. bin3

    1下载:
  2. 基于C语言的二进制相移键控调制算法在DSP中的软件仿真-C language-based binary phase shift keying modulation algorithm in the DSP simulation software
  3. 所属分类:DSP编程

    • 发布日期:2013-11-07
    • 文件大小:60.11kb
    • 提供者:吴彬彬
  1. bin4

    1下载:
  2. 基于C语言的正交相移键控调制算法在DSP中的软件仿真-C language-based quadrature phase shift keying modulation algorithm in the DSP software simulation
  3. 所属分类:DSP编程

    • 发布日期:2013-11-07
    • 文件大小:60.56kb
    • 提供者:吴彬彬
  1. bin5

    1下载:
  2. 基于C语言的正交幅度调制QAM算法在DSP中的软件仿真-Quadrature amplitude modulation QAM algorithm based on the C language in the DSP software simulation
  3. 所属分类:DSP编程

    • 发布日期:2013-11-07
    • 文件大小:61.2kb
    • 提供者:吴彬彬
  1. PID_zlx

    0下载:
  2. PID增量型算法C语言源码,可以在VC6.0环境模拟测试;-Incremental PID algorithm C language source code, you can test in VC6.0 environment simulation
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:855byte
    • 提供者:liukaihui
  1. PID

    0下载:
  2. 1单片机 控制直流电机转速 PID算法+C语言程序+Proteus仿真 采用PID控制算法控制电机转速,使得电机实际转速与设定转速保持一致。-1 MCU control DC motor speed PID algorithm+C language program+Proteus simulation using PID control algorithm to control motor speed, so that the actual motor speed and the set s
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:54.48kb
    • 提供者:侯羽佳
« 12 »
搜珍网 www.dssz.com