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

搜索资源列表

  1. Dsp_c.rar

    0下载:
  2. dsp算法40例,包括fft、滤波器、谱运算等 1. 将模拟滤波器转变为数字滤波器。 2. 由得到幅频响应 。 3. 用Burg算法求AR模型的参数。 4. 由AR模型参数得到功率谱。 5. 用Levinson算法求解Yule-Walker方程以得到 阶AR模型的参数 。 6. 实现双线性Z变换。 7. 设计巴特沃斯模拟低通滤波器,求出转移函数 。 8. 设计切比雪夫I型模拟低通滤波器,求出转移函数 。 9. 直接由定义求 点复序列 的DFT 。 10.利用经典的Cooley
  3. 所属分类:DSP program

    • 发布日期:2017-03-28
    • 文件大小:59438
    • 提供者:jack
  1. DSPcode

    0下载:
  2. 数字信号处理源代码,包括冲激响应、传递函数、零相位函数、全通函数、离散时间傅里叶变化、离散傅里叶变化、滤波器设计及级联-Digital signal processing source code, including impulse response, transfer function, zero-phase function, all-pass function, discrete-time Fourier changes, discrete Fourier changes, filter
  3. 所属分类:DSP program

    • 发布日期:2017-03-31
    • 文件大小:134306
    • 提供者:李维
  1. IIR_FILTER

    0下载:
  2. 无限冲击响应滤波器( llR )算法 由于系统对序列施加的算法,是由加法、延时和常系数乘三种基本运算的组合,所以可以用不同结构的数字滤波器来实现而不影响系统总的传输函数。-Infinite impulse response filter (llR) algorithm because the system imposed on the sequence of algorithms, are by adder, delay and the constant coefficients by a
  3. 所属分类:DSP program

    • 发布日期:2017-04-17
    • 文件大小:195937
    • 提供者:fishsky
  1. Practical4

    0下载:
  2. finding transfer function
  3. 所属分类:DSP program

    • 发布日期:2017-04-24
    • 文件大小:20015
    • 提供者:tap
  1. BPSK_driver

    0下载:
  2. 关于pCI9054驱动的dma 的源代码,主要实现pci9054通过dma进行数据传输的功能 -Dma on pCI9054 driven source code, the main achievement pci9054 dma data transfer via the function
  3. 所属分类:DSP program

    • 发布日期:2017-04-04
    • 文件大小:529492
    • 提供者:
  1. Nyquist

    0下载:
  2. A Nyquist plot is a parametric plot of a transfer function used in automatic control and signal processing. The most common use of Nyquist plots is for assessing the stability of a system with feedback. In Cartesian coordinates, the real part of the
  3. 所属分类:DSP program

    • 发布日期:2017-03-28
    • 文件大小:4161
    • 提供者:Mauricio
  1. the-realized-about-HRTF-by-DSP

    0下载:
  2. 基于HRTF-头部反应传送函数(Head-Response Transfer Function)算法的DSP系统实现-硕士论文-This is a paper about how to use DSP system to realize the HRTF written by a master
  3. 所属分类:DSP program

    • 发布日期:2017-05-07
    • 文件大小:1982803
    • 提供者:Thomas
  1. DSP_principle_and_application-

    0下载:
  2. 本文档介绍了C54x指令系统寻址方式的分类和功能,指令系统中的常用符号、缩略语和运算符,数据传送、算术运算、逻辑运算、程序控制、并行操作和重复操作指令。 -This document describes the classification and function of the C54x instruction addressing, the instruction set of common symbols, abbreviations, and operators, data transf
  3. 所属分类:DSP program

    • 发布日期:2017-04-17
    • 文件大小:342118
    • 提供者:liuxn
  1. 5509a_usb

    0下载:
  2. 这是用于DSP TMS320VC5509APGE上的usb程序,主要实现了5509A与上位PC间的USB传输测试。为设计5509A系统usb功能提供参考-This is for DSP TMS320VC5509APGE on usb program, the main achievement of the 5509A with the host PC' s USB transfer test. To provide reference for the design of the 5509A
  3. 所属分类:DSP program

    • 发布日期:2017-11-24
    • 文件大小:1291524
    • 提供者:吴玉文
  1. SourceCode26_USB

    0下载:
  2. 用dsp5509数字信号处理器实现usb数据传输功能-Usb data transfer function with dsp5509 digital signal processor
  3. 所属分类:DSP program

    • 发布日期:2017-11-23
    • 文件大小:453504
    • 提供者:孙国瑞
  1. cosim

    0下载:
  2. 多传感器采集与计算程序,带串口通信与电流信号传输功能。-Multi-sensor acquisition and calculation procedures, with the serial communication with the current signal transfer function.
  3. 所属分类:DSP program

    • 发布日期:2017-11-18
    • 文件大小:9400
    • 提供者:何艾平
  1. Ex3_1

    0下载:
  2. TMS320C54x具有丰富的程序控制与转移指令,利用这些指令可以执行分支转移、循环控制以及子程序操作。本实验要求编写一程序完成  的计算。这个求和运算可以通过一个循环操作指令BANZ来完成。BANZ的功能是当辅助寄存器的值不为0时转移到指定标号执行。 例如: STM  #4,  AR2 loop: ADD *AR3+, A BANZ loop, *AR2–  ;当AR2不为零时转移到loop行执行。 假设AR3中存有x1到x5五个变量的地址,则上述简单的代码就完成了
  3. 所属分类:DSP program

    • 发布日期:2017-03-27
    • 文件大小:4401
    • 提供者:laozhao
  1. EDA

    0下载:
  2. 设计一个接口;用于8051向外围存储器传输数据;有复位功能,时钟同步输入、输出-Design an interface used 8051 data to the external memory transfer has reset function, clock synchronization input and output
  3. 所属分类:DSP program

    • 发布日期:2017-04-15
    • 文件大小:21112
    • 提供者:林鹏
  1. TMS320VC5509A_zuixiaoxitongkaifa

    0下载:
  2. TMS320VC5509A最小系统硬件及驱动程序设计,内含软件程序和硬件dxp图,包括,彩色液晶显示,语音播放,usb传输等功能。-Hardware and driver design of TMS320VC5509A minimum system, embedded software program and hardware DXP map, including color liquid crystal display, voice broadcast, USB transfer functi
  3. 所属分类:DSP program

    • 发布日期:2017-04-23
    • 文件大小:381939
    • 提供者:张文波
  1. SCI

    0下载:
  2. 数字处理芯片F28355实现串口通信的主函数,数据传送至上位机-F28355 digital processing chip to achieve the main function of serial communication, data transfer first bit machine ranch.asm file
  3. 所属分类:DSP program

    • 发布日期:2017-04-13
    • 文件大小:1737
    • 提供者:张璐
  1. ADC+DMA+定时器

    2下载:
  2. 以STM32F1为平台,完成了定时器触发ADC,再采用DMA进行传输的功能。(With STM32F1 as the platform, the timer trigger ADC, and then use DMA to transfer function.)
  3. 所属分类:DSP编程

    • 发布日期:2018-01-03
    • 文件大小:9524224
    • 提供者:凌98
  1. SCIA Interrupt

    0下载:
  2. CCS3.3中采用SCIA串口中断实现串口收发数据(adopt the SCIA to achieve the function that accept and transfer data)
  3. 所属分类:DSP编程

    • 发布日期:2018-01-07
    • 文件大小:589824
    • 提供者:海洋鸟
搜珍网 www.dssz.com