搜索资源列表
FFT_bymyself
- fft的c语言实现,自己写的,能处理黑白位图,即使是彩色的也会被转化为黑白的之后在处理-fft the c language, wrote it myself, can handle black-and-white bitmap. Even the color will be converted to black-and-white after handling
C语言实现256点FFT基2算法
- C语言实现256点FFT基2算法,已调试过,结果正确。-C-2 with 256 points FFT-based algorithm, has been debugged, the results are correct.
fft
- 使用c++语言对彩色图像进行傅里叶变换。里面使用了cimg库和fftw库-Using c++ language for color image Fourier transform. Cimg used inside the library and library fftw
JPEG
- 图像处理FFT算法用C++语言描述,图像格式用于JPEG格式,全真彩色-FFT algorithm for image processing using C language descr iption of image format for JPEG format, full color
FFT
- 1. 运行myfft.exe 把音频数据经过fft后存放在data.txt文件中 2. 再运行HUITU.exe把data.txt中的数据一帧一帧的画到屏幕上,形成动态效果 3. 运行soundee.exe 是还原声音 注:其中myfft.c是fft的C语言代码,用VC实现的;HUITU.C是绘图代码,用TC实现的;soundee.c是还原声音代码,用VC实现的。 -1. Myfft.exe run the audio data stored in the post-fft
FFTDFT
- 使用c++语言对图像进行fft变换以及DCT变换和DCT反变化,并分别输出各种变换后的图像-Using c++ language fft transform of images, as well as anti-DCT transform and DCT changes and transformation, respectively, the output of various image
lgy
- fft的c语言实现,本程序用c语言基于fft的实现方法可以实现1024长度的序列fft变换-fft of c language, c language using the program fft-based method can achieve the realization of the sequence length 1024 fft transform
Written-in-c-language-FFT-code
- 基于c语言编写的数字信号处理快速傅里叶变换FFT代码-Written in c language based on the digital signal processing fast Fourier transform (FFT code
templete-match
- c语言编写的模板相关匹配算法,使用fft加速,-c language template matching algorithm, to use fft accelerated, thank you
FFT
- C语言实现的快速傅里叶变换,FFT。还有较详细的说明文档-C language implementation of the fast Fourier transform, FFT. There is a more detailed descr iption of the document
fft
- 频率域进行图像分割的C语言程序,内容简单详细,很适合初学者。-Frequency domain for image segmentation
FFTVPP
- 快速福利叶变换C函数 函数简介:此函数是通用的快速傅里叶变换C语言函数,移植性强,以下部分不依 赖硬件。此函数采用联合体的形式表示一个复数,输入为自然顺序的复 数(输入实数是可令复数虚部为0),输出为经过FFT变换的自然顺序的 复数 使用说明:使用此函数只需更改宏定义FFT_N的值即可实现点数的改变,FFT_N的 应该为2的N次方,不满足此条件时应在后面补0 -kuaisu fuliye bianhuan yuandaima ,VC++shixian ,yu
fft
- 图像傅里叶变换与逆变换,用c语言实现,基于opencv(Image Fu Liye transform and inverse transformation, C implementation)