CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - fixed fft

搜索资源列表

  1. oldfft

    0下载:
  2. 最高效的FFT代码,信号源为固定文件, 芯片为5402,点数可变-FFT most efficient code, signal source to a fixed document for the 5402 chip, variable points
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:61714
    • 提供者:萧飒
  1. TIC24Xfixpointfourillib

    0下载:
  2. 关于DSP的,使2000系列定点DSP的FFT算法比较详细,可以和大家分享的。-on DSP, 2000 Series fixed-point DSP FFT algorithm in greater detail, and we can share.
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:1977422
    • 提供者:MAZHIBAO
  1. ee

    0下载:
  2. 2048点FFT在TMS320C240x定点DSP上的实现2048点FFT在TMS320C240x定点DSP上的实现-2048-point FFT in TMS320C240x fixed-point DSP to achieve the 2,048 points FF T in TMS320C240x fixed-point DSP Implementation
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:172443
    • 提供者:luoqizhu
  1. adaptive_anisotropic_2D_gaussian_filter

    0下载:
  2. Gaussian filtering in one, two or three dimensions is among the most commonly needed tasks in signal and image processing. Finite impulse response filters in the time domain with Gaussian masks are easy to implement in either floating or fixe
  3. 所属分类:2D图形编程

    • 发布日期:2014-01-17
    • 文件大小:715
    • 提供者:yangdi
  1. kiss_fft_v1_2_6

    0下载:
  2. Kiss FFT is a small and simple FFT library. It has no complicated platform-specific optimizations, can do either fixed or floating point with just a recompile, and is efficient enough for all but the most demanding applications.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:54865
    • 提供者:政逸
  1. fix_fft.c.tar

    0下载:
  2. 这是一个从国外网站上找到的一个定点的fft程序实现,文件中的fft_ex()函数是我实际使用在项目上的一个样例。这个算法较快的实现了fft计算并具有较高的精度。-This is a program from foreign website, and implements a fixed point of the FFT. fft_ex () function is actually used in a project as a sample. This algorithm is faster t
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:7194
    • 提供者:haohuiming
  1. AMR_fixed_point

    0下载:
  2. 实现定点FFT和IFFT的C代码,简单,易懂,易于实现。-fixed point fft and ifft source code
  3. 所属分类:Algorithm

    • 发布日期:2017-05-16
    • 文件大小:4387684
    • 提供者:wangbin
  1. MASK_FFT

    0下载:
  2. 可使用FFT將影像轉至某個頻率後,將某一固定頻率上的影像顯現與濾除! 在對於背景複雜的影像處理上有很大的幫助-FFT can be used to a certain frequency of the image will be on a fixed frequency and filter out the images appear! At the context of complex image processing has a great help on
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:54677
    • 提供者:SAXON
  1. TigerSHARCFFT

    0下载:
  2. 在TS101上实现定点FFT功能,初学者可以参考-TS101 achieved in the fixed-point FFT functions, beginners can refer to
  3. 所属分类:DSP program

    • 发布日期:2017-04-07
    • 文件大小:968820
    • 提供者:王志诚
  1. fft

    0下载:
  2. fftThe function of the false color with FFT improved ah you want me on TV for how the writing carefully please upload the detailed information function, including content that (at least 20 words). Try not to let the webmaster spending time on that fo
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:87629
    • 提供者:小伟
  1. fast-fft

    0下载:
  2. 关于高速FFT的FPGA实现的一份资料 OFDM 的基本原理 定点 FFT 分析-On high speed FFT FPGA to achieve a basic principle of OFDM fixed-point FFT analysis
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-08
    • 文件大小:2012970
    • 提供者:满石磊
  1. FFT_4_Fixed_DIF_(OK)

    1下载:
  2. 基4的定点FFT算法,功能都在VC2008里验证过了,有不懂得可以跟我交流、讨论。-Fixed-point radix-4 FFT algorithm, features are verified in the VC2008 in, and there do not know how to communicate with me to discuss.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:218193
    • 提供者:傲天
  1. fft-v1.0.0.40.tar

    1下载:
  2. fft的快速实现,核心部分无任何耗时的sin,cos运算,所需要的数据初始化时全部已经计算好了。并且提供了fft的定点代码(这是很多fft不具有的),可以方便地移植到嵌入式和DSP环境-fft of rapid implementation, the core portion without any time-consuming sin cos operation, the initialization of the data needed all been calculated. And pr
  3. 所属分类:Audio program

    • 发布日期:2017-11-07
    • 文件大小:4380
    • 提供者:罗龙智
  1. FFT

    0下载:
  2. 31階低通濾波器有限脈衝響應濾波器(Finite Impulse Response Filter,FIR Filter),此濾波器主要功能為濾除不必要的高頻訊號,其濾波器係數為固定之係數。係數在程式碼的parameter宣告中。-31-order low-pass filter finite impulse response filter (Finite Impulse Response Filter, FIR Filter), the main function of this filter
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:3835
    • 提供者:cichlchen
  1. fft

    0下载:
  2. 1024点,8位定点数的FFT计算,代码精炼,注释全面值得下载-1024 points, FFT calculation eight fixed-point code refining, comprehensive notes worth downloading
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-28
    • 文件大小:30917
    • 提供者:徐展
  1. FFT-master

    0下载:
  2. FFT定点化的代码,可以用于各种芯片中。-FFT fixed code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-25
    • 文件大小:398224
    • 提供者:liubin
  1. FFT_fixedPoint_console

    1下载:
  2. 经过定点化的FFT程序。比较实用的程序。-fixed fft
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-24
    • 文件大小:66515
    • 提供者:liubin
  1. FFT_fixed

    0下载:
  2. 定点化的fft代码,可以用于各种芯片和嵌入式设备。-fixed fft coding
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-25
    • 文件大小:66383
    • 提供者:lbsdhr
  1. FFT_fixed_fast

    0下载:
  2. 可以用于各种嵌入式系统的定点化的FFT。-fixed fft algorithm
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-24
    • 文件大小:66468
    • 提供者:nigoukasou
  1. fftw-2.1.5.tar

    0下载:
  2. 用的TI官方给的controlSUITE里面的定点库例程计算实数FFT,板子是helloDSP28335开发板。用TI例程做定点实数FFT时候,256点(With the TI official to the controlSUITE fixed-point library routines to calculate the real number of FFT, the board is helloDSP28335 development board. With TI routines do
  3. 所属分类:数学计算

    • 发布日期:2017-12-30
    • 文件大小:1256448
    • 提供者:3234234SS
« 1 23 »
搜珍网 www.dssz.com