Welcome![Sign In][Sign Up]
Location:
Search - fft S

Search list

[DSP program使用CCS进行DSP编程2-实现FFT

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:

[Windows DevelopHow to implement the FFT algorithm

Description: Basically, this article describes one way to implement the 1D version of the FFT algorithm for an array of complex samples. The intention of this article is to show an efficient and fast FFT algorithm that can easily be modified according to the needs of the user. I ve studied the FFT algorithm when I was developing a software to make frequency analysis on a sample of captured sound.-Basically, this article describes one way to implement the 1D version of the FFT algorithm for an array of co mplex samples. The intention of this article is to show an efficient and fast FFT algorithm that can easily be modified according to the needs of the user. I ve studied the FFT algorithm when I wa s developing a software to make frequency Analytics sis on a sample of captured sound.
Platform: | Size: 27648 | Author: 冰城 | Hits:

[DSP programLab19-FFT

Description: dsp中的快速傅立叶变换的算法,基于TI公司的5509这款芯片。-dsp the Fast Fourier Transform algorithm, based on TI's 5509 chip.
Platform: | Size: 31744 | Author: 周阳 | Hits:

[Special Effectsfft

Description: fft图像配准,希望能对大家有帮助,希望大家多交流。-fft image registration, I hope everyone can help, I hope more than U.S. exchanges.
Platform: | Size: 73728 | Author: 王昱 | Hits:

[VHDL-FPGA-Verilogip_fft128

Description: 128点fft的IP核vhdl源代码,另有其控制代码。-128 point fft s IP core VHDL source code, while its control code.
Platform: | Size: 7168 | Author: 戈立军 | Hits:

[matlabFFT

Description: 基2-FFT算法的Matlab代码的实现。其中有一个子程序可以用Matlab内部的程序来实现,以提高程序的运算速度。-2-FFT-based algorithm for the realization of Matlab code. There is a subroutine can use Matlab s internal procedures are in place to realize in order to improve procedures for computational speed.
Platform: | Size: 1024 | Author: 罗正平 | Hits:

[Mathimatics-Numerical algorithmsfft

Description: 离散傅里叶变换是20世纪60年代是计算复杂性研究的主要里程碑之一,1965年Cooley和Tukey所研究的计算离散傅里叶变换(Discrete Fourier Test)的快速傅氏变换(FFT)将计算量从О(n2)下降至О(nlogn),推进了FFT更深层、更广法的研究与应用。 这是一个傅氏变换的MPI程序,用C语言实现。-Discrete Fourier Transform of the 20th century 60 s computational complexity is a major milestone in one study, in 1965 Cooley and Tukey studied the calculation of discrete Fourier transform (Discrete Fourier Test) fast Fourier transform (FFT) calculation increased from О (n2) dropped to О (nlogn), the FFT to promote deeper, broader research and application of law. This is a Fourier transform of the MPI process, with C language.
Platform: | Size: 4096 | Author: chj | Hits:

[VHDL-FPGA-Verilog16Point-FFT

Description: 16点FFT VHDL源程序,The xFFT16 fast Fourier transform (FFT) Core computes a 16-point complex FFT. The input data is a vector of 16 complex values represented as 16-bit 2’s complement numbers – 16-bits for each of the real and imaginary component of a datum.-16:00 FFT VHDL source code, The xFFT16 fast Fourier transform (FFT) Core computes a 16-point complex FFT. The input datais a vector of 16 complex values represented as 16-bit 2 s complement numbers- 16-bits foreach of the real and imaginary component of a datum.
Platform: | Size: 1824768 | Author: qiyuan | Hits:

[AlgorithmFFT

Description: 快速傅里叶变换子程序,可用于频谱分析、频率域滤波-FFT subroute
Platform: | Size: 1024 | Author: 宋建国 | Hits:

[AlgorithmFFT

Description: FFT算法的基本原理是把长序列的DFT逐次分解为较短序列的DFT.按照抽取方式的不同可分为DIT-FFT(按时间抽取)和DIF-FFT(按频率抽取)算法.按照蝶形运算的构成不同可分为基2、基4、基8以及任意因子(2n,n为大于1的整数),基2、基4算法较为常-The FFT algorithm s basic principle is decomposes gradually long sequence DFT into short sequence DFT. different may divide into according to the extraction way DIT-FFT (according to time extraction) and DIF-FFT (according to frequency extraction) the algorithm. Different may divide into the base 2, base 4, bases according to the butterfly-shaped operation s constitution 8 as well as the random factor (2n, n is bigger than 1 integer), the base 2, base 4 algorithms are more common.
Platform: | Size: 419840 | Author: 卡其米奇 | Hits:

[MPIFFT

Description: 一个不错的快速傅里叶变换并行算法的MPI源程序-A MPI source code for fast Fourier transform s parallel algorithm
Platform: | Size: 4096 | Author: Juri hui | Hits:

[DSP programfft

Description: TI的fft库及例程,其中有lib文件,源程序等-TI' s fft library and routines, including lib files, source code, etc.
Platform: | Size: 962560 | Author: gh | Hits:

[DSP programfft

Description: DSP学习示例 fft TI的示例程序 验证过的-Study sample fft TI' s DSP sample programs proven
Platform: | Size: 52224 | Author: 何心莹 | Hits:

[SCMFFT

Description: 基于msp430的fft算法,经过调试可以快速完成。验证可用。-Msp430' s fft-based algorithm, after commissioning can be completed quickly. Verification is available.
Platform: | Size: 1616896 | Author: 刘念 | Hits:

[Embeded-SCM DevelopFFT

Description: DSP5502的FFT例程。好东西。我已经测试过了,很好用。做数字信号处理的朋友可以看看。-DSP5502' s FFT routines. Good stuff. I' ve tested, and very good use. Digital signal processing to do friends can see.
Platform: | Size: 122880 | Author: 李勇 | Hits:

[OtherFFT

Description: 流水线模数转换电路输出信号做fft后求SNR,SNDR的matlab程序-matlab fft program for SNR and SNDR of pipelined analog to digital converter(ADC)
Platform: | Size: 149504 | Author: liu | Hits:

[2D Graphicfft

Description: 利用matlab的fft函数进行快速傅里叶变换的m文件-Matlab' s fft function using the fast Fourier transform of the m file
Platform: | Size: 1024 | Author: 张扬 | Hits:

[Mathimatics-Numerical algorithmsFFT

Description: Matlab中的fft分析含噪声的信号,其中有直接FFT,时域同步平均后FFT,频域同步平均后FFT-Matlab' s fft of noisy signals, which have a direct FFT, time-domain synchronous averaging the FFT, frequency domain averaged FFT synchronization
Platform: | Size: 4096 | Author: dengyan | Hits:

[VHDL-FPGA-VerilogFFT

Description: The VHDL implementation of 8-point FFT in VHDL. Radix 2 Decimation in Frequency-The VHDL implementation of 64-point FFT in VHDL. Radix 2 Decimation in Frequency i am found of it.It s really very good!
Platform: | Size: 31744 | Author: 小鸟动人 | Hits:

[matlabfft

Description: FFT的仿真程序,包含详细注释,以及时频图。(FFT's simulation program, including detailed annotations, and time frequency diagrams.)
Platform: | Size: 1024 | Author: 油爆皮皮虾 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 13 »

CodeBus www.codebus.net