您好,欢迎光临本网站![请登录][注册会员]  
文件名称: C28x的快速傅立叶变换(FFT)库
  所属分类: C
  开发工具:
  文件大小: 1mb
  下载次数: 0
  上传时间: 2012-04-08
  提 供 者: l634****
 详细说明: 德州仪器通用dsp2812 的fft变换程序。 Thank you for trying C28x Software Collateral. FFT Library is installed in C:\TIDCS\C28\DSP_TBOX\FFT directory. Fast Fourier Transforms are an efficient class of algorithms for the digital computation of the N-point Fourier transform (DFT). In general, their input sequence are assumed to be complex. In many real applications, the data sequences to be processed are real valued. Even though the data is real, complex-valued DFT algorithm can still be used. One simple approach creates a complex s equence from the real sequence; that is, real data for the real components and zeros for the imaginary components, The complex FFT can then be =applied directly. However, this method is not efficient as it consumes 2N memory locations (Real & Imaginary) for N point sequence. When input is purely real, their symmetric properties compute DFT very efficiently. One such optimized real FFT algorithm for 2N-point real data sequence is packing algorithm. The original 2N-point sequence is packed as N-point complex sequence and N -point complex FFT is performed on the complex sequence. Finally the resulting N -point complex output is unpacked into another N+1 point complex sequence, which corresponds to spectral bin 0 to N of 2N-point real input sequence. Spectral bin 0 to N is sufficient, as the remaining bins N+1 to 2N-1 are complex conjugates of spectral bins N-1 to 1. The real FFT requires 2N+2 memory locations to compute the FFT for 2N-point real valued sequence, which is highly preferable in contrast to the complex FFT that consumes 4N-locations for 2N-point real valued sequence. Moreover using this strategy, the complex FFT size can be reduced by half, at the FFT cost function of O(N) operations to pack the input and unpack the output. Hence, the real FFT algorithm computes the FFT of a real input sequence almost twice as fast as the general FFT algorithm. This FFT library contains generic FFT module (32-bit implementation) for real/complex FFT. FFT LIBRARY |===============|======================================================================| | Module Name | Description | |===============|======================================================================| | CFFT32 | 32-bit complex FFT module | |---------------|----------------------------------------------------------------------| | RFFT32 | 32-bit Real FFT module | |======================================================================================| DOCUMENTATION: |===============|======================================================================| | DOC | DIRECTORY LOCATION | |===============|======================================================================| | MODULE DOC | C:\TIDCS\C28\DSP_TBOX\FFT\DOC\FFT_MDL.PDF | |======================================================================================| Version History: ================ version 0.9b dated 8/17/2004 ...展开收缩
(系统自动生成,下载前可以参看下载内容)

下载文件列表

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等多线程下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.
 相关搜索: FFT库
 输入关键字,在本站1000多万海量源码库中尽情搜索: