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

搜索资源列表

  1. C4_5_6

    0下载:
  2. 在CCS下编写的FIR滤波器产生的源程序,可以作为子程序调用。平台为TMS320C6202.-CCS prepared in the FIR filter the source, as subroutine call. TMS320C6202 platform.
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:1154
    • 提供者:王刚
  1. f206PRINT

    2下载:
  2. 控制热敏打印机程序 能直接调用的 控制热敏打印机程序 能直接调用的 -control of thermal printers can directly process called thermal printer control procedures can directly call the
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:1307
    • 提供者:胡继华
  1. DSPprogram

    0下载:
  2. 1、(1)32bit乘法的指令解释 (2)volume1的load.asm基础上实现一个 16bit数组的乘法累加的函数,并进行 -o2 / -o3 / 手工优化 2、c环境 C调用汇编函数,汇编函数调用c函数 addarr3(int * arr1, int * arr2, int * arr3, int * arr4, n) //汇编函数,3个数组的对应位置相加,结果放在arr4[n]中, 汇编函数调用C的子函数,它把arr1和arr2相加放到arr3
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:19521
    • 提供者:郭春吉
  1. 5509DMA

    0下载:
  2. DSP5509DMA传输,包含了各种存储设备之间的传输,调用了DSP的CSL库-DSP5509DMA transmission, and includes a variety of storage devices between the transmission, Call of the DSP CSL
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:16571
    • 提供者:margie
  1. TimerFOR5509

    0下载:
  2. DSP的配置TIMERO进行计数并产生中断,通过调用中断服务子程序,进行处理-DSP configuration TIMERO count and have interrupted by a break in service subroutine call, processed
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:8627
    • 提供者:margie
  1. c64xx标准代码库

    0下载:
  2. c64系列的标准函数库,由ti官方提供,可以在c64xx平台上直接调用-Mount set of standard libraries, from ti official, c64xx platform can directly call
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:1018640
    • 提供者:卓不凡
  1. TMS320F2812_fft.rar

    0下载:
  2. 2812定点运算,利用TMS320F2812调用ti的库函数进行fft计算的源程序,希望对大家有帮助,2812 fixed-point operations, the use of TMS320F2812 library function call ti calculated fft source code, want to help everyone
  3. 所属分类:DSP program

    • 发布日期:2017-03-30
    • 文件大小:6535
    • 提供者:chengaj
  1. CFFT

    0下载:
  2. 在CCS环境下,调用TI的DSPLIB FFT、IFFT函数的例子。 定义了正弦信号和方波信号,可以帮助DSP初学者理解DSPLIB FFT相关函数的调用。-In the CCS environment, calling TI DSPLIB FFT, IFFT function example. Defines a sinusoidal signal and the square wave signal that can help beginners understand DSPLIB FF
  3. 所属分类:DSP program

    • 发布日期:2017-03-29
    • 文件大小:47943
    • 提供者:shaunna
  1. CCSModalDlg

    0下载:
  2. 一个模拟呼叫中心CCS的程序,描述了如何调度呼叫。-A simulated call center CCS procedure describes how to dispatch calls.
  3. 所属分类:DSP program

    • 发布日期:2017-04-01
    • 文件大小:4422
    • 提供者:bailove
  1. Echo

    0下载:
  2. 语音信号采集与分析 简单地讲,可以在原声音流中叠加延迟一段时间后的声流,实现回声效果。当然通过复杂运算,可以计算各种效应的混响效果。如此产生的回声,我们称之为数字回声。初始化配置: 05 户通过 12C 总线将配置命令发送到 AIC23 ,配置完成后 AIC23 开始工作。语音信号的输入: AIC23 通过其中的 AO 转换采集输入的语音信号,每采集完一个信号后,将数据发送到 05 户的 McBS 户接口上, 05 户可以读取到语音数据,每个数据为 16 位无符号整数,左右通道各有一个数值
  3. 所属分类:DSP program

    • 发布日期:2017-03-28
    • 文件大小:116482
    • 提供者:fishsky
  1. DSPCProgramm

    0下载:
  2. DSP的C程序源代码,及C调用汇编,可供大家学习。-DSP-C source code, and C call the compilation of available U.S. study.
  3. 所属分类:DSP program

    • 发布日期:2017-05-06
    • 文件大小:1313562
    • 提供者:孙永超
  1. 20071004085313845

    0下载:
  2. DES算法完整源码与调用方法,里面内容比较详细,-DES algorithm source code and call the method of complete
  3. 所属分类:DSP program

    • 发布日期:2017-04-29
    • 文件大小:190048
    • 提供者:niuniu
  1. LF2407_FFT_C_ASM

    0下载:
  2. 本源代码是在这款TMS320LF2407的DSP上的FFT算法程序,用C和汇编混合编程,主程序用C写的,调用两个汇编程序,实现FFT算法。-This source code is TMS320LF2407 in the FFT algorithm on a DSP program with mixed C and assembler programming, the main program written using C and assembler to call the two, the r
  3. 所属分类:DSP program

    • 发布日期:2017-04-02
    • 文件大小:5078
    • 提供者:Jackson
  1. EX05_BUZZER

    0下载:
  2. ** 实验目的:了解蜂鸣器的使用,大家在以后可直接用它来做一报警电路用 ** ** 实验说明:通过DSP往CPLD里面送数据,然后由CPLD的IO口来控制,具体可 ** ** 查看硬件电路及CPLD代码 ** ** 实验结果:加载运行程序可听到蜂鸣器嘀..嘀..的叫声-** Experimental Objective: To understand the use of buzzers, it can be directly used in the future to do it w
  3. 所属分类:DSP program

    • 发布日期:2017-04-02
    • 文件大小:294502
    • 提供者:周昂
  1. dsp_autocor

    0下载:
  2. TI公司的DSPLIB,用于实现自相关运算,C6400系列,汇编语言编写,附带C源码,可以在C语言中调用-TI' s DSPLIB, for the realization of self-related operations, C6400 series, the compilation of languages, with C source code, you can call in the C language
  3. 所属分类:DSP program

    • 发布日期:2017-04-02
    • 文件大小:59826
    • 提供者:zhang
  1. dsp_fir_cplx

    0下载:
  2. TI公司DSPLIB,用于显示FIR有限冲击响应滤波,源程序用汇编语言编写,可以在C语言中调用,效率非常高-TI company DSPLIB, used to display FIR finite impulse response filtering, the preparation of source code with assembly language, you can call in the C language, the efficiency is very high
  3. 所属分类:DSP program

    • 发布日期:2017-03-28
    • 文件大小:60559
    • 提供者:zhang
  1. 2.matlabccs

    0下载:
  2. matlab和ccs调用的例子 FIR数字滤波器的MATLAB设计与DSP实现 MATLAB Link for CCS Development Tools在DSP系统设计中的应用等 -ccs call matlab and FIR digital filter example of the MATLAB Design and DSP to achieve MATLAB Link for CCS Development Tools system design in DSP applic
  3. 所属分类:DSP program

    • 发布日期:2017-05-08
    • 文件大小:1695159
    • 提供者:hyy
  1. 128fftR

    0下载:
  2. 调用TI公司提供的FFT库函数,实现了DSP2407A的128点实数FFT。-Call TI provided by FFT library functions to achieve the DSP2407A 128-point FFT of real numbers
  3. 所属分类:DSP program

    • 发布日期:2017-04-16
    • 文件大小:46954
    • 提供者:孙国杰
  1. frequencyspectrum

    0下载:
  2. 通过DSP2407A内部的AD对模拟信号进行采样,然后调用TI的fft库进行频谱显示-AD by DSP2407A internal analog signal is sampled and then call the TI' s fft library spectrum display
  3. 所属分类:DSP program

    • 发布日期:2017-04-03
    • 文件大小:16802
    • 提供者:付华东
  1. 2812_RS232

    0下载:
  2. 2407的定时器配置和调用,能灵活的运用到很多系统中-2407 timer configuration and call a lot of flexibility in the use of the system
  3. 所属分类:DSP program

    • 发布日期:2017-04-16
    • 文件大小:273347
    • 提供者:chen
« 12 3 4 »
搜珍网 www.dssz.com