搜索:dsplib
找到约 9 项符合「dsplib」的查询结果
结果 9
按分类筛选
https://www.eeworm.com/dl/527/301721.html
通讯/手机编程
利用intel dsplib 库函数进行特定2FSK信号(需传导频)解调
利用intel dsplib 库函数进行特定2FSK信号(需传导频)解调,并对其进行信息还原(10bit信息传输,ascII编码)
https://www.eeworm.com/dl/540/355175.html
软件工程
The DSPLIB is a collection of 39 high-level optimized DSP functions for the TMS320C64x device. This
The DSPLIB is a collection of 39 high-level optimized DSP functions for the TMS320C64x device. This source code library includes C-callable functions (ANSI-C language compatible) for general signal processing math and vector functions.
https://www.eeworm.com/dl/540/355176.html
软件工程
The DSPLIB is a collection of 39 high-level optimized DSP functions for the TMS320C64x device. This
The DSPLIB is a collection of 39 high-level optimized DSP functions for the TMS320C64x device. This source code library includes C-callable functions (ANSI-C language compatible) for general signal processing math and vector functions.
https://www.eeworm.com/dl/516/137063.html
DSP编程
C62xDSPLIB Library C62xDSPLIB_v104b.exe - Contains the installation program for the C62x DSPLIB Libr
C62xDSPLIB Library C62xDSPLIB_v104b.exe - Contains the installation program for the C62x DSPLIB Library Readme.txt - This file.
https://www.eeworm.com/dl/516/459928.html
DSP编程
CCS3.3自带的TI 5400系列DSP的dsplib文件。文档说明可以在TI公司网站上下载。
CCS3.3自带的TI 5400系列DSP的dsplib文件。文档说明可以在TI公司网站上下载。
https://www.eeworm.com/dl/881868.html
技术资料
基于TMS320C54x系列DSP的卷积处理的实现
· 摘要:  卷积是数字信号处理中最基本、最常用的运算之一.本文介绍了利用TMS320C54x系列芯片为基础的DSPLIB库函数中的相关函数和FFT函数来实现数字卷积处理的两种方法,使卷积运算的实现变得容易,并对DSPLIB库函数的使用进行了详细介绍,给出了具体的程序清单和实验结果.   ...
https://www.eeworm.com/dl/881182.html
技术资料
TMS320C54X系列DSP上FFT运算的实现
·摘要:  在电子设备中数字信号处理技术越来越多地得到应用,而FFT运算是数字信号处理技术的基石,FFT运算主要由DSP来完成,DSP的FFT运算程序的编写是一项重要工作,但FFT算法程序的编写调试费时费力.TI公司提供了以TMS320C54x系列芯片为基础的DSPLIB库函数,包含FFT运算,使在TMS320C54x系列芯片上进 ...
https://www.eeworm.com/dl/516/31969.html
DSP编程
数字常规调幅解调器的DSP算法及实现
文中基于带通信号的低通等效原理,采用数字希尔伯特滤波器实现了数字包络检波器,并在CCS中实现了软件调试。其中,通过使用LinkforCCS和DSP的函数库DSPLIB缩短了程序的开发时间,提高了算法的实现效率。