CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - fft c FUNCTION

搜索资源列表

  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

    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. fftifft-wind4891

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

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

    0下载:
  2. 数字信号处理中频率响应、相关函数、fft、各种滤波器的C语言实现(各文件有功能说明)-The C edition of many DSP functions such as Frequency function,fft,filters and so on
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:48.09kb
    • 提供者:田雨
  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

    0下载:
  2. FFT的C语言程序,包括失真度函数,最后加入了一个测试例子-FFT of the C language program, including the distortion function, and finally added a test case
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1.45kb
    • 提供者:飞星
  1. fft

    0下载:
  2. 一个简单的c程序,用来实现FFT的功能@@!! -A simple c program to implement FFT function @ @! !
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:615byte
    • 提供者:zd
  1. Use_FFT_Make_Convol

    0下载:
  2. 利用DEV C++ 平台,用FFT实现卷积的功能-Using DEV C++ platform, using FFT convolution function to achieve! ! ! !
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1.59kb
    • 提供者:ZHUDE
  1. function6

    0下载:
  2. Pass the Images Through Optics -- Use a Gaussian "Aperture Function" This code segement can use a measured aperture function just as easily - simply replace the next five lines by "load measured_aperture" where measured_aperture is the measur
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.02kb
    • 提供者:sabah_altaie
  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

    0下载:
  2. 本程序的功能是实现FFT计算。采用C语言实现FFT的简单计算。-The function of this program is to achieve the FFT calculation. C language implementation of a simple calculation of the FFT.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-27
    • 文件大小:114.5kb
    • 提供者:宋瑞鹏
  1. FFT-1.0

    0下载:
  2. 此函数是通用的快速傅里叶变换C语言函数,移植性强。-This function is a generic fast Fourier transform of C language function。
  3. 所属分类:Algorithm

    • 发布日期:2017-11-17
    • 文件大小:1.95kb
    • 提供者:程鹏
  1. FFT-1.1

    0下载:
  2. 此程序包是通用的快速傅里叶变换C语言函数。-This function is a generic fast Fourier transform of C language function。
  3. 所属分类:Algorithm

    • 发布日期:2017-11-12
    • 文件大小:2.43kb
    • 提供者:程鹏
  1. FFT-1.2

    0下载:
  2. 此程序包是通用的快速傅里叶变换C语言函数,移植性强。-This function is a generic fast Fourier transform of C language function。
  3. 所属分类:Algorithm

    • 发布日期:2017-11-18
    • 文件大小:2.55kb
    • 提供者:程鹏
  1. FFT

    0下载:
  2. Function Descr iption: This function is generic fast Fourier transform C language function, portability, and the following sections failing                     Lai hardware. This function takes the form of a
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1.98kb
    • 提供者:chong
  1. fft-ifft

    0下载:
  2. fft_ifft傅里叶正逆变换,用c实现-To estimate the biased cross-correlation function
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:69.78kb
    • 提供者:weiwen
  1. fft_C源程序

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

    • 发布日期:2018-01-05
    • 文件大小:5kb
    • 提供者:timlee
« 12 »
搜珍网 www.dssz.com