搜索资源列表

  1. splfft

    0下载:
  2. 快速傅立叶变换算法中的分裂基算法,又称基2/4算法,对一维序列,这种算法使FFT比较完善-Fast Fourier Transform algorithm separatist base algorithm, also known as base 2/4 algorithm, the one-dimensional sequence, so FFT algorithm sound
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-11-27
    • 文件大小:2kb
    • 提供者:刘威
  1. 2DFFT-C

    0下载:
  2. 一个二维Fourier变换的程序 适用于256*256的点阵,用于应付一般的数字图像处理需要-a two-dimensional Fourier transform procedures apply to the 256* 256 dot matrix, used to meet the general needs of digital image processing
  3. 所属分类:文档资料

    • 发布日期:2024-11-27
    • 文件大小:7kb
    • 提供者:李子刚
  1. 二维快速傅立叶变换

    0下载:
  2. This document introduces the techniques of fast Fourier transform and gives a source code in C for computing 2D FFT on image data.
  3. 所属分类:Windows编程

    • 发布日期:2024-11-27
    • 文件大小:30kb
    • 提供者:冰城
  1. mfft

    0下载:
  2. 可用于3维或者4维的fourier变换程序-can be used for three-dimensional or four-dimensional fourier transform procedures
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-27
    • 文件大小:1kb
    • 提供者:游江
  1. FFTmy

    0下载:
  2. 一维离散Fourier变换快速算法的c语言实现 。-one-dimensional Fast Fourier Transform algorithm in C Language.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-11-27
    • 文件大小:1kb
    • 提供者:
  1. fft

    0下载:
  2. 调试通过的2维fft算法,含一个.cpp文件,一个.h文件
  3. 所属分类:波变换

    • 发布日期:2024-11-27
    • 文件大小:2kb
    • 提供者:顾楼
  1. fft

    0下载:
  2. 用于进行一维和二维的傅利叶变换及其逆变换-Used for the one-dimensional and two-dimensional Fourier transform and its inverse transform
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-27
    • 文件大小:4kb
    • 提供者:杨过
  1. fft

    0下载:
  2. 求复利叶变换和复利叶逆变换,包含求二维快速复利叶变换函数-Fourier transform for compound interest and compound leaf inverse transform, including compound interest for two-dimensional fast Fourier transform function
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-27
    • 文件大小:2kb
    • 提供者:南智敏
  1. fft2d

    0下载:
  2. 2维fft程序,包括fortran和c语言-2-D fft procedures, including the fortran and c language
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-27
    • 文件大小:60kb
    • 提供者:muyou
  1. 1D-FFT

    0下载:
  2. 一维FFT程序,只要更改主函数中的测试信号,即可用于其它信号-One-dimensional FFT procedure, as long as the changes in the main function of the test signal can be used for other signals
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-27
    • 文件大小:1kb
    • 提供者:wang xi
  1. fft2d

    0下载:
  2. 数字图像处理二维傅里叶变换代码,适用于图像处理研究人员和初级入门学生。-Digital image processing of two-dimensional Fourier Transform code, applied to image processing researchers and students in primary induction.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-27
    • 文件大小:9kb
    • 提供者:李磊
  1. myWave_Fft

    0下载:
  2. 自制软件,实现频谱分析。能显示信号与频谱图。主要是对正弦信号和三角波进行一维FFT变换,得到频谱图。-Self-made software, the realization of spectral analysis. Showing the signal and frequency spectrum. Mainly sinusoidal signal and triangular wave transform one-dimension
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-27
    • 文件大小:144kb
    • 提供者:王小勇
  1. FFT(DFTrealarray)threedimension

    0下载:
  2. 多维傅里叶变换,二维DFT快速算法,共分五部--五:三维实序列3D-DFT快速算法-Multi-dimensional Fourier transform, fast algorithm for two-dimensional DFT is divided into 5- 5: Three-dimensional real sequence of 3D-DFT Fast Algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-27
    • 文件大小:4kb
    • 提供者:jet ju
  1. FreeFFT

    0下载:
  2. 快速傅立叶变换的实现算法。包括1维FFT、2维FFT及其逆变换,以及离散变换的相关源码。-Fast Fourier Transform algorithm. Including the one-dimensional FFT, 2-dimensional FFT and its inverse transform, as well as the related discrete transform source code.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-27
    • 文件大小:2kb
    • 提供者:包辉
  1. fft

    0下载:
  2. 傅立叶变换 1维和2维的变换 是学习傅立叶变换的好程序-fast fourier transform 1Dimension 2Dimension
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-27
    • 文件大小:2kb
    • 提供者:thomas
  1. FFT-Algorithm

    0下载:
  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, dyn
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-27
    • 文件大小:2kb
    • 提供者:lu
  1. FFT-and-IFFT

    0下载:
  2. 1维FFT、2维FFT及其逆变换,以及离散变换的相关源码。-1-dimensional FFT, 2-dimensional FFT and its inverse transform, and discrete transform source code.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-27
    • 文件大小:2kb
    • 提供者:wx
  1. FFT

    0下载:
  2. 一维FFT文件的实现函数,简单易懂,不需要很复杂的头文件-the source code of fft
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-27
    • 文件大小:7kb
    • 提供者:郭鹏
  1. FFT

    0下载:
  2. 提供函数能进行1维2维的FFT,输入输出的序列长度应为2的整数次方倍-Provides functions can be one-dimensional two-dimensional FFT, sequence length input and output should be an integer power of 2 times
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-27
    • 文件大小:1kb
    • 提供者:黎彦
  1. FFT

    0下载:
  2. 图像数据二维快速傅立叶变换将图像数据变成复数形式,进行两个一维快速 傅立叶变换,变换后的频谱以图像形式存入imgBufOut,此处要求图像宽和高 都为2的幂次方(Two dimensional fast Fu Liye transform of image data turns the image data into complex form, and carries out two one-dimensional fast In
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-27
    • 文件大小:4kb
    • 提供者:ichigo
« 12 3 4 5 6 »

源码中国 www.ymcn.org