dSP TMS320 5416 大学教程 9-10 from TI
上传时间: 2014-10-28
上传用户:123456wh
dSP TMS320 5416 实验程序1-4 from TI
上传时间: 2014-11-23
上传用户:ggwz258
dSP TMS320 5416 实验程序5-8 from TI
上传时间: 2014-01-04
上传用户:shinesyh
dSP TMS320 LF2407 or 243 经典 例程, from TI
上传时间: 2014-11-07
上传用户:924484786
有关dSP/BIOS的应用例子,非常有用的哦,自己看看吧,很基础的
上传时间: 2015-04-28
上传用户:xmsmh
dSP音频处理示例The benefits of real-time analysis provided by dSP/BIOS are often required in programs that were engineered without it. When the program is not built from the ground up using the dSP/BIOS kernel and real-time analysis features, the lack of familiarity prevents engineers from reaping the benefits of this very powerful tool set, especially in the final stage of development when real-time analysis is needed most. This application note provides an example of the necessary steps required to utilize dSP/BIOS features in order to bring these solutions to bear in an existing application.
标签: dSP real-time benefits analysis
上传时间: 2014-01-06
上传用户:003030
TI公司的TSM320 系列dSP程序设计的例子 大量完整源程序
上传时间: 2014-01-19
上传用户:qq21508895
这是《dSP应用开发实用子程序》配套源代码,对初学者很有用的
上传时间: 2015-04-29
上传用户:moshushi0009
uCOS-II lwIP ports for TI C6000 dSP
上传时间: 2015-04-29
上传用户:虫虫虫虫虫虫
dSP编程代码,FFT算法,经典!! FFT实验 一、 理论: 公式(1)FFT运算公式 FFT并不是一种新的变换,它是离散傅立叶变换(DFT)的一种快速算法。由于我们在计算DFT时一次复数乘法需用四次实数乘法和二次实数加法;一次复数加法则需二次实数加法。每运算一个X(k)需要4N次复数乘法及2N+2(N-1)=2(2N-1)次实数加法。所以整个DFT运算总共需要4N^2次实数乘法和N*2(2N-1)=2N(2N-1)次实数加法。如此一来,计算时乘法次数和加法次数都是和N^2成正比的,当N很大时,运算量是可观的,因而需要改进对DFT的算法减少运算速度。 根据傅立叶变换的对称性和周期性,我们可以将DFT运算中有些项合并。 我们先设序列长度为N=2^L,L为整数。将N=2^L的序列x(n)(n=0,1,……,N-1),按N的奇偶分成两组,也就是说我们将一个N点的DFT分解成两个N/2点的DFT,他们又从新组合成一个如下式所表达的N点DFT: 一般来说,输入被假定为连续、合成的。当输入为纯粹的实数的时候,我们就可以利用左右对称的特性更好的计算DFT。 我们称这样的RFFT优化算法是包装算法:首先2N点实数的连续输入称为“进包”。其次N点的FFT被连续被运行。最后作为结果产生的N点的合成输出是
上传时间: 2015-04-29
上传用户:牛布牛