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

搜索资源列表

  1. source_files

    0下载:
  2. FPGA与DSP的EMIFA口接口程序.在FPGA内分配了两块双BUFFER与DSP进行通信.-FPGA and DSP EMIFA mouth interface program. The FPGA distribution within the two-SUBJECT ER and DSP communication.
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:6.92kb
    • 提供者:tanbo
  1. DSPMcBSP

    0下载:
  2. 本实验讲述了与多通道缓冲串口(McBSP)相关的寄存器的含义,并通过在DSP系统中实现音频扩放系统的自动增益控制(AGC)算法这个例子了解多通道缓冲串口的应用。-about this experiment with multi-channel buffer serial port (McBSP) related to the meaning of the Register, and through the DSP Audio System to expand the system up Auto
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:6.57kb
    • 提供者:tian
  1. sd_audio_aic23

    1下载:
  2. SD卡和AIC23数字音频输出实验, FreeDev Audio Dsp Board采用了TI公司的TVL320AIC23 1、控制接口使用I2C,Quartus中将CS置低(器件地址0011010)。 2、数字音频接口使用了组件FreeDev_aic23,有三种测试和应用 模式,中断结合DMA方式能在NIOS II中采集和发送数据。中断信号 产生于模块中FIFO缓冲区的半满信号,读取数据端口自动清除中断 请求信号。 3、I2C IP 和FreeDev_aic23 IP分别在Qu
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:13.18kb
    • 提供者:HuFengzhang
  1. 2812mcbsp

    0下载:
  2. DSP2812多缓冲串口编程,用于数据测量传输,或者是与单片机进行通讯-DSP2812 Multi-Buffer Serial Programming for data transmission measurements, or to communicate with the MCU
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-07
    • 文件大小:69.31kb
    • 提供者:
  1. FIR2

    1下载:
  2. FIR. 该程序用线性缓冲区和间接寻址方法实现FIR滤波器-FIR. The process by linear buffer and indirect methods of addressing the achievement of FIR filter
  3. 所属分类:DSP program

    • 发布日期:2017-03-29
    • 文件大小:924byte
    • 提供者:pu
  1. dsp_circular_buffer.tar

    0下载:
  2. FIFO circular buffer for DSP
  3. 所属分类:DSP program

    • 发布日期:2017-04-13
    • 文件大小:1.83kb
    • 提供者:slimx2
  1. FPGA-DSP

    2下载:
  2. vhdl编写的FPGA与DSP接口程序,在FPGA内分配了两块双BUFFER与DSP进行通信-vhdl prepared FPGA and DSP interface program, the FPGA within the allocated 2 pairs of BUFFER to communicate with the DSP
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2015-06-17
    • 文件大小:5kb
    • 提供者:zhaojun
  1. DSP_EDMA_codec

    0下载:
  2. 初始化DSP,使DSP多通道缓冲器能够事项EDMA的功能-Initialize DSP, the DSP multi-channel buffer to the function of matter EDMA
  3. 所属分类:DSP program

    • 发布日期:2017-04-17
    • 文件大小:142.23kb
    • 提供者:肥猪流
  1. VS1003_cn

    0下载:
  2. VS1003 是一个单片MP3/WMA/MIDI音频解码器和ADPCM编码器。它包含一个高性能,自主产权的低功 耗DSP 处理器核VS_DSP4,工作数据存储器,为用户应用提供5KB 的指令RAM 和0.5KB 的数据RAM。 串行的控制和数据接口,4 个常规用途的I/O 口,一个UART,也有一个高品质可变采样率的ADC和立体 声DAC,还有一个耳机放大器和地线缓冲器。-VS1003 is a single-chip MP3/WMA/MIDI ADPCM audio decoder
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:644.09kb
    • 提供者:陈三
  1. 54Xa64X_MCBSP

    0下载:
  2. DSP编程关于54系列和64系列芯片的多通道缓冲口MCBSP的通用电路图,附图很清晰,适合DSP开发者学习研究~-DSP programming about 54 series and 64 series chip multi-channel buffer MCBSP mouth of general circuit diagram, the appended drawings is very clear, and suitable for the DSP developers study ~
  3. 所属分类:DSP program

    • 发布日期:2017-04-05
    • 文件大小:112.89kb
    • 提供者:klaus7
  1. DSPfir

    0下载:
  2. 这是一个综合性的仿真程序。包括:用matlab生成一个FIR滤波器,得到滤波器系数及阶数;再用C语言产生一个混合频率的数字信号,之后将生成的数据样点送入到DSP主程序进行数字滤波,DSP主程序算法用的是循环缓冲区算法,这一部分在CCS上实现。-This is a comprehensive simulation program. Comprising: generating a matlab FIR filter, to obtain the filter coefficients and or
  3. 所属分类:DSP program

    • 发布日期:2017-04-02
    • 文件大小:18.2kb
    • 提供者:闻辉
  1. mcbsp

    0下载:
  2. dsp多通道缓冲同步串口程序,主要是解决dsp与ad50之间的串口通信问题,以及如何进行串口中断-Multi-channel synchronous serial buffer dsp procedures, mainly to resolve the dsp with ad50 serial communication between problems and how to carry out serial interrupt
  3. 所属分类:DSP program

    • 发布日期:2017-04-13
    • 文件大小:2.35kb
    • 提供者:张晨劼
搜珍网 www.dssz.com