Location:
Search - ti fft
Search list
Description: TI提供的基于TMS320C24x系列DSP的快速傅立叶变换函数库-based on the TI TMS320C24x DSP series of Fast Fourier Transform functions
Platform: |
Size: 1685504 |
Author: 陆可 |
Hits:
Description: 这是一个用TI公司的DSP处理芯片以及C语言编写的FFT的程序,工程当中非常有用!-This is a company with TI's DSP chips and the C language FFT procedure, which works very useful!
Platform: |
Size: 437248 |
Author: 段大鹏 |
Hits:
Description: F2812 fft 源程序 TI例程。作DSP的新手参考TI的例程是最快的学习途径。-This is fft source program example of F2812. It is written by TI. It is the fastest way for DSP starters to learn the examples of TI.
Platform: |
Size: 2048 |
Author: 丘平 |
Hits:
Description: 使用CCS进行DSP编程2-实现FFT,用CCS2.0在进行TI的DSP开发时,可以实现FFT的开发。-use CCS DSP programming 2-FFT with CCS2.0 during TI's DSP development, can achieve FFT development.
Platform: |
Size: 437248 |
Author: 穆群生 |
Hits:
Description:
Platform: |
Size: 439296 |
Author: 徐克 |
Hits:
Description: dsp中的快速傅立叶变换的算法,基于TI公司的5509这款芯片。-dsp the Fast Fourier Transform algorithm, based on TI's 5509 chip.
Platform: |
Size: 31744 |
Author: 周阳 |
Hits:
Description: 基于TI tms320lf2407 DSP 的FFT算法(编译环境CCS2.20)
Platform: |
Size: 68608 |
Author: 强飞 |
Hits:
Description: ti公司的dsp5416的FFT转换程序,做工控的可以参考一下!-ti s dsp5416 the FFT conversion process, so you can refer to the IPC!
Platform: |
Size: 5120 |
Author: yang |
Hits:
Description: 一个ti dsp平台上验证过的fft的汇编程序.供大家参考-A ti dsp platform fft verified the assembler. For your reference
Platform: |
Size: 13312 |
Author: adam |
Hits:
Description: TI公司生产的C54系列DSP快速傅立叶变换(FFT)算法实验程序-TI produced C54 series DSP Fast Fourier Transform (FFT) algorithm for experimental procedures
Platform: |
Size: 56320 |
Author: 小王 |
Hits:
Description: 外文电子书,使用ti tms320c55xx系列dsp,详细介绍了55xx系列dsp的体系结构,以及用作实时数字信号处理的理论和方法,其中fft变换对开发者有帮助。
Platform: |
Size: 3297280 |
Author: 章非 |
Hits:
Description: 单片机能实现的FFT算法。128点快速傅氏变换-Single-chip to realize the FFT algorithm. 128-point fast Fourier transform
Platform: |
Size: 2048 |
Author: 王伟刚 |
Hits:
Description: TI的FFT算法库,包含库和源文件,头文件,以及详细的使用文档和程序例程。-TI
Platform: |
Size: 847872 |
Author: 吴冲 |
Hits:
Description: ti 的FFT 算法库,里面有PDF的理论基础,和算法库,很齐全,很有参考价值.-This FFT library contains generic FFT module (32-bit implementation) for real/complex FFT
Platform: |
Size: 780288 |
Author: vincent |
Hits:
Description: for(k=j k<128 k=k+2*b) /* for (3) */
{ TR=dataR[k] TI=dataI[k] temp=dataR[k+b]
dataR[k]=dataR[k]+dataR[k+b]*cos_tab[p]+dataI[k+b]*sin_tab[p]
dataI[k]=dataI[k]-dataR[k+b]*sin_tab[p]+dataI[k+b]*cos_tab[p]
dataR[k+b]=TR-dataR[k+b]*cos_tab[p]-dataI[k+b]*sin_tab[p]
dataI[k+b]=TI+temp*sin_tab[p]-dataI[k+b]*cos_tab[p]
} -fft
Platform: |
Size: 1024 |
Author: wangqikun |
Hits:
Description: TI的fft库及例程,其中有lib文件,源程序等-TI' s fft library and routines, including lib files, source code, etc.
Platform: |
Size: 962560 |
Author: gh |
Hits:
Description: DSP学习示例 fft TI的示例程序 验证过的-Study sample fft TI' s DSP sample programs proven
Platform: |
Size: 52224 |
Author: 何心莹 |
Hits:
Description: TI DSP2812 FFT测试程序,希望对大家有用,已经过验证!-TI DSP2812 FFT test program, we hope to be useful, has been verified!
Platform: |
Size: 67584 |
Author: nel2010 |
Hits:
Description: TI提供的FFT算法源码 包括128点 256点 512点的C程序和汇编程序 -TI FFT source CODE
Platform: |
Size: 1716224 |
Author: 曾侃 |
Hits: