搜索资源列表
fft
- This is a package to calculate Discrete Fourier/Cosine/Sine Transforms of 1-dimensional sequences of length 2^N. This package contains C and Fortran FFT codes.
fft.ifft
- FFT与IFFT的简易源程序,用C语言编写,可进行复数和实数运算-FFT and IFFT simple source, the C language, can be complex and real operations
fft_ifft_project
- fft和ifft的c程序代码,工程中用到的代码,蛮实用的,希望对大家有用!-fft and the c code, which works to use the code, quite practical, useful for all!
fft16ref_v1_0
- fft c源程序,希望可以和大家交流-fft source, and we can hope that the exchanges
200632222455414
- c语言实现的fft变换,有兴趣的朋友可以-c language of fft transform, interested friends can see. .
fft_8point.c
- 8点基二fft Fast Fourier Transform (FFT). Using 8 points, takes about 1.2 ms to execute one FFT. Sets up General Purpose Timer 1 to generate events at 10 kHz. Will produce 10 kHz output on T1PWM and T1PWM pins. -8:00-two fft Fast Fourier Trans
128
- 128点快速傅立叶变换算法,用C语言编的,很实用的-128 point FFT algorithm in C language addendum to the very practical
fft1
- FFT傅立叶变换,C++BUILDER.
070628_FFT_2[1].0.9.61
- 快速FFT变换,C语言的,比较好用,我没试过
C++forfft
- VC++编程实现了一维fft的算法,并给出了一个具体应用的例子
FFT
- c语言写的FFT变换源码,有多个版本,经测试,还比较好用
FFTinDLG
- MFC下FFT用C++写的源代码,有图形显示,sin和fft频率的自由选择.图形界面-MFC under the FFT written in C++, source code, graphics, sin, and fft frequency of free choice. Graphical interface
FFT
- C#写的FFT变换,对信号进行时域和频域分析,大家可以-C# write FFT transform, the signal is the time domain and frequency domain analysis, everyone can see
Digital-Image-Processing
- 有源码,适合学习C++的人 一、 读入一幅灰度图象,编写程序显示图象中任一象素点的灰度值。 二、 编程实现RGB彩色空间到HSV彩色空间的转换,并通过调整H、S、V的值实现图像亮度、色度和色饱和度的调节。 三、 1.灰度线性变换、分段线性变换 2.灰度直方图均衡、规格化 3.图象卷积:各种模板实现低通、高通滤波 4.图象中值滤波、最大值滤波、最小值滤波、模板选择滤波 5.伪彩色图象增强 四、 1.图象的加、减、乘、除和逻辑运算。 2.图象的镜像变换、图象的缩放