搜索资源列表
Java-FFT-Demo
- java-fft-demo,用java开发的实现fft的平台,并能同时生成c++源代码-java-fft-demo, java development with the realization fft platform and at the same time generating source code c
FFT.rar
- 一个用JAVA实现的快速傅里叶变换算法小程序,Use JAVA to achieve a fast Fourier transform algorithm applet
MFCC
- MFCC for speech recognition with java.
fft
- 用java语言编写快速傅立叶变换(fft)程序,,这个程序的算法是《算法引论—一种创造性方法》中的算法-Using java language fast Fourier transform (fft) program, the program algorithm is the " Introduction to Algorithms- A creative approach" in the algorithm
java_image_process
- java处理数字图像,包括镜像、中值滤波、线形灰度变化、图像平滑、图像模糊、图像还原、锐化、量化、二值化图像、边缘检测等-java digital image processing, including image, median filtering, linear gray-scale changes, image smoothing, image blurring, image reduction, sharpening, to quantify the binary image, edge
fft
- 快速傅立叶变换 图像变换 用java编写-fft image transformation
FFT-java
- java 编写的FFT 实现FFT快速算法-a FFT by java
src
- 利用java写的一个简单的快速傅里叶变换的程序,包括正、逆变换。-Using java to write a simple fast Fourier transform procedure, including forward and inverse transform.
DImage0.4
- Java实现的数字图像增强处理程序,可以直接用,其中FFT算法为原创!-Java implementation of digital image enhancement processing, can be directly used, including FFT algorithm is original!
200805
- java实现图像处理各种常用操作,包括图形分割,fft变换,镜像处理,灰度处理-java realize a variety of commonly used image processing operations, including the graphics division, fft transform, image processing, gray-scale treatment
fft
- java 实现的 快速傅立叶变换 ,用于图像处理-FFT
FFT
- Java数字图像处理,对图像进行FFT变换-Java digital image processing, image transform FFT
FftLab
- FFT傅立叶频谱分析,从程序的演示可透视出频率频谱相互的换算与复数的关系!-FFT Fourier spectral analysis, from a procedural perspective of the presentation can be a frequency spectrum of the conversion of mutual relations with the plural!
FFTwebpagepickup
- 基于FFT的网页正文提取算法。 涉及到快速傅立叶变换-base FFT web page text pick up
fft
- 快速傅立叶变换,及快速傅立叶反变换。输入第一行为向量维数,第二三行为两个向量-Fast Fourier Transform, and Fast Fourier Transform. Input vector dimension of the first acts, acts of two vector
FFT
- 实现两个多项式的相乘 结果为系数 使用傅里叶变换-Multiply the two polynomials to achieve the results of the use of Fourier transform coefficients
fastFFT
- 快速Fourier变换,FFT。java程序,已编译能运行,带报告。-Fast Fourier Transform
FFTfinal
- 使用JAVA模拟FFT算法 快速傅里叶算法-JAVA simulation using the FFT algorithm
fft
- 进行傅里叶变换的java代码,其中有三个java文件,Signal中Signal类存放了信号,FFT1D进行一维傅里叶变换,ToolboxFourier进行了三维傅里叶变换。图像处理的可以看下。-Fourier transform of the java code, which has three java files, Signal Signal class stored in the signal, FFT1D for one-dimensional Fourier transform, T
FFT
- 实现fft运算,带入2的整数次幂的数组点数,实现FFT运算(Implementation of FFT operation)