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

搜索资源列表

  1. FFT-c

    1下载:
  2. 傅立叶变换的c语言源代码 128点DIT FFT函数: /* 采样来的数据放在dataR[ ]数组中,运算前dataI[ ]数组初始化为0 */ void FFT(float dataR[],float dataI[]) -Fourier Transform c language source code DIT 128 point FFT function : / * Sample data on the dataR [] array, Operational before da
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3.44kb
    • 提供者:郑超
  1. 同学编的C#的FFT函数

    3下载:
  2. 一个C#写的FFT函数,希望能给大家以提示。没有压缩密码。-a write C# FFT function, we can hope to suggest. No compression password.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:14.43kb
    • 提供者:田顺平
  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
    • 文件大小:7.03kb
    • 提供者:haohuiming
  1. FFT.rar

    0下载:
  2. 用C语言编写的FFT和IFFT函数,可以进行修改实现跟快速的运算,With C language function of the FFT and IFFT, can be modified to achieve faster computation with
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:3.21kb
    • 提供者:ry
  1. FFT

    1下载:
  2. 脑波FFT变换 调用格式见m文件头部说明(下边也复制了一份) 有配套.DLL.h.lib.ctf文件,可以在C或C++环境中调用 ------------------------------------ 保存为FFT.m文件 输入参数: N:进行FFT变换的点数(要求是2的N次幂); fs:信号的采样频率(frequency of simpling) sig:进行FFT变换的数组(一维)。 输出参数: f_sig:变换后的信号(一维数组) E_de
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:202.21kb
    • 提供者:张诚
  1. first

    1下载:
  2. 二维傅里叶变换,对图像进行二维傅里叶变换处理-Two-Dimensional Fast Fourier Transform The purpose of this project is to develop a 2-D FFT program "package" that will be used in several other projects that follow. Your implementation must have the capabilitie
  3. 所属分类:matlab例程

    • 发布日期:2012-11-04
    • 文件大小:720byte
    • 提供者:solo
  1. FFt

    1下载:
  2. 其中图片说明: A: 傅里叶变换后频谱图 B:陷波函数作用后的频谱图 C:经逆变换的滤波后图像,效果不是很理想 Ifft2:为验证自己的快速傅里叶变换程序的正确性,用matlab自带逆变换程序将频谱逆变换后图形,与原图相符,说明快速傅里叶变换程序正确。-One Photo caption: A: After the Fourier transform frequency spectrum diagram B: the role of Notch function, the fre
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:321.63kb
    • 提供者:lixiaozhui
  1. CFFT

    0下载:
  2. 在CCS环境下,调用TI的DSPLIB FFT、IFFT函数的例子。 定义了正弦信号和方波信号,可以帮助DSP初学者理解DSPLIB FFT相关函数的调用。-In the CCS environment, calling TI DSPLIB FFT, IFFT function example. Defines a sinusoidal signal and the square wave signal that can help beginners understand DSPLIB FF
  3. 所属分类:DSP program

    • 发布日期:2017-03-29
    • 文件大小:46.82kb
    • 提供者:shaunna
  1. fft

    0下载:
  2. The fft.c file is C code for a function to compute the 16 point real Fast Fourier Transform using the split radix algorithm. -The fft.c file is C code for a function to compute the 16 point real Fast Fourier Transform using the split radix algorithm.
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-23
    • 文件大小:2.47kb
    • 提供者:郭曉詠
  1. fft

    1下载:
  2. 2007年全国大学生电子设计大赛,A题音频信号分析仪的全部源程序。 单片机为c8051f120,系统时钟倍频至96MHZ。 main.c是一个包含五级菜单的主函数。 FFT.C是进行fft变换,将时域信号变换成频域信号。 flash.c是读写片外flash存储器的程序,可以将分析结果保存,以备调用. z7290.c是周立功7290键盘芯片的驱动程序. FFT_xgjis.c是对变换后的频谱进行分析和运算. FFT_CodeTable.c是一个正弦表,在F
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2013-10-12
    • 文件大小:35.21kb
    • 提供者:王渔阳
  1. fftifft-wind4891

    0下载:
  2. C Source Code program of FFT IFFT Function
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:671byte
    • 提供者:Jang Bong-joo
  1. FFT

    1下载:
  2.   // 函数名: 快速傅立叶变换   // 本函数测试OK,可以在TC2.0,VC++6.0,Keil C51测试通过。   // 如果你的MCS51系统有足够的RAM时,可以验证一下用单片机处理FFT有多么的慢。 -//Function name: Fast Fourier Transform// This function tests OK, you can TC2.0, VC++6.0, Keil C51 test.// If you MCS51 system has eno
  3. 所属分类:SCM

    • 发布日期:2015-10-24
    • 文件大小:1.44kb
    • 提供者:刘玉才
  1. FFT

    0下载:
  2. 用C语言写的,基于单片机的FFT函数,可以用于采样、滤波-It is Written in C ,which is based on SCM FFT function, can be used for sampling, filter
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:30.74kb
    • 提供者:李天涯
  1. fft

    0下载:
  2. FFT algorithms FFT, IFFT, power spectrum calculation, including the Hamming window, Hanning window, triangle window, Blackman window, 4 term Blackman-Harris window of several of the power spectrum window function computing power.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:1.39kb
    • 提供者:firdausmustaffa
  1. fft-C

    0下载:
  2. 这个是C语言代码,主要是实现fft的功能,需要的可以下载-This is the C language code, the main function is to achieve fft, the need can be downloaded
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:860byte
    • 提供者:wyl
  1. FFT-Algorithm

    1下载:
  2. 本例通过VC实现二维快速傅里叶变换,涉及到进行矩阵、复数等数学运算,运用了C语言动态内存分配、文件操作、结构指针的函数调用等内容。-In this case through the VC to achieve two-dimensional fast Fourier transform, related to the matrix, such as complex mathematics, use the C language, dynamic memory allocation, file o
  3. 所属分类:Algorithm

    • 发布日期:2014-04-16
    • 文件大小:2kb
    • 提供者:lu
  1. fft

    0下载:
  2. fft的C语言算法,后面的main函数是验证程序-fft C language algorithms, the back of the main function is to verify that the program
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:944byte
    • 提供者:wangtm
  1. FFT-TMS320C54x-DSP

    2下载:
  2. FFT的TMS320C54x DSP实现(ccs3.3编译器),fft.c为主要程序,在程序注释所提示处设断点,再用CCS的图形查看功能可看结果。-The FFT TMS320C54x DSP to achieve (ccs3.3 compiler,), fft.c for the main program at the breakpoint in the program comments prompted then CCS graphical view function to see the
  3. 所属分类:DSP program

    • 发布日期:2015-06-08
    • 文件大小:52kb
    • 提供者:周先得
  1. fft_C源程序

    0下载:
  2. c语言实现,快速傅里叶变化的源码。库函数形式(C language, fast Fourier changes of the source code. Library function form)
  3. 所属分类:数学计算

    • 发布日期:2018-01-05
    • 文件大小:5kb
    • 提供者:timlee
  1. fft

    0下载:
  2. FFT的头文件,可直接调用函数进行FFT运算,采样点数可以自行修改(The header file of the FFT can be directly invoked by the function for the FFT operation, and the number of sampling points can be modified by itself)
  3. 所属分类:通讯编程

    • 发布日期:2018-04-30
    • 文件大小:1kb
    • 提供者:稷下
« 12 3 4 »
搜珍网 www.dssz.com