搜索资源列表
2weifftbianhuan
- 2维FFT变换,参考一下,有用的多下载。请站长尽快审批!-two-dimensional FFT, a reference, the more useful download. Requests for approval as head!
fft
- 调试通过的2维fft算法,含一个.cpp文件,一个.h文件
FFT2
- 2维fft用于数字图像处理 C# dll装配件-two-dimensional digital image processing for C# dll installed accessories
fft2d
- 2维fft程序,包括fortran和c语言
FFT2Dsource
- FFT2Dsource.rar这是实现2维FFT运算的程序源码
利用fortran编写的实现二维fft的程序
- 该程序能够有效计算点数为2的N次方情况下的二维fft变换,已经经过matlab的验证,只要稍微改动一下,就可以计算二维ifft变换,当然,也可以按照程序中的方法,计算更维的fft。程序中fai0r数组为初始点(也就是要计算的点)的实部,fai0i数组为初始点的虚部。
FFT2D.rar
- 1维和2维快速傅里叶变换,网上广为流传的英文版本,1-D and 2-D Fast Fourier Transform, Perform a 2D FFT inplace given a complex 2D array
用VB.net实现了2维快速傅里叶变换FFT
- 用VB.net实现了2维快速傅里叶变换FFT-Fast Fourier Transform
FFT
- 脑波FFT变换 调用格式见m文件头部说明(下边也复制了一份) 有配套.DLL.h.lib.ctf文件,可以在C或C++环境中调用 ------------------------------------ 保存为FFT.m文件 输入参数: N:进行FFT变换的点数(要求是2的N次幂); fs:信号的采样频率(frequency of simpling) sig:进行FFT变换的数组(一维)。 输出参数: f_sig:变换后的信号(一维数组) E_de
FFT-and-IFFT
- 1维FFT、2维FFT及其逆变换,以及离散变换的相关源码。-1-dimensional FFT, 2-dimensional FFT and its inverse transform, and discrete transform source code.
FFT_win
- 实现2维FFT变换,并显示中心化的频谱图。要求:图像长宽必须是2的整数幂次。-Achieve 2-D FFT, and display the center of the spectrum. Requirements: image length and width must be a power of 2 times.
first
- 二维傅里叶变换,对图像进行二维傅里叶变换处理-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
fft
- 2维FFT变换 相信对大家有用-2d_fft
FreeFFT
- 快速傅立叶变换的实现算法。包括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.
fft
- 傅立叶变换 1维和2维的变换 是学习傅立叶变换的好程序-fast fourier transform 1Dimension 2Dimension
FFT
- 提供函数能进行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
FFT-and-FFT-2D-ANSI-C
- 标准C语言实现的一维和二维快速傅里叶变换代码,代码运行时不需要额外占用多余的内存空间,简单易用,具体可见代码说明。-FFT and 2 dimension FFT algorithm acommplished with ANSI C.It occupies the least memory space while running after embeded into you project.The source code is easy and brief,you can check the t
FFT
- 图像数据二维快速傅立叶变换将图像数据变成复数形式,进行两个一维快速 傅立叶变换,变换后的频谱以图像形式存入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 the Fu Liye transform, the tr
358807
- 调试通过的2维fft算法,含一个 cpp文件,一个 h文件()
fft_2d_test
- fft_2d_test.m:对三角LFMCW雷达回波进行2维FFT处理,获得目标的距离速度信息(Perform 2D FFT processing on the triangular LFMCW radar echo to obtain the target distance velocity information)