搜索资源列表
FFT.rar
- 一个用JAVA实现的快速傅里叶变换算法小程序,Use JAVA to achieve a fast Fourier transform algorithm applet
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
alter
- 强大的JAVA图像处理程序。可以实现图像的处理,锐化,模糊,傅立叶变换等功能。-JAVA powerful image-processing procedures. Image processing can be achieved, Sharpen, Blur, Fourier transform functions.
FFT
- 实现两个多项式的相乘 结果为系数 使用傅里叶变换-Multiply the two polynomials to achieve the results of the use of Fourier transform coefficients
SA11
- source codes for Fast Fourier Transform Anti-Alias Filter including analyzer signal generator codes. in java-source codes for Fast Fourier Transform Anti-Alias Filter including analyzer signal generator codes. in java
SA102
- Fast Fourier Transform filter design including spectrum analyzer codes in java
ij
- ImageJ是一個基於java的公共的圖像處理軟件,它是由National Institutes of Health開發的。可運行於Microsoft Windows,Mac OS,Mac OS X,Linux,和Sharp Zaurus PDA等多種平台。其基於java的特點, 使得它編寫的程序能以applet等方式分發。 ImageJ能夠顯示,編輯,分析,處理,保存,打印8位,16位,32位的圖片, 支持TIFF, PNG, GIF, JPEG, BMP, DICOM, FITS等
Suanfa_4
- 用傅里叶变换求矩阵乘积的完整实现java代码,原创~-Fourier transform matrix multiplication java code to achieve the complete, original ~
STFT
- Calculate de Short Time Fourier Transform
stft2
- Calculate de Short Time Fourier Transform
FFT
- 一个实现傅里叶变换的程序,简单易于理解!-Fourier transform of a realization of the program, a simple easy to understand!
Strong_Connected_Components
- java实现快速傅立叶变化,希望互相学习学习-Fast Fourier Transform
fft.java
- 三种java实现快速傅里叶变换的代码,实现快速傅里叶变换算法的主要功能-Three java implementation of Fast Fourier Transform code, the main function of the fast Fourier transform algorithm
ImageProcess2
- 用JAVA语言实现的一个数字图像的傅立叶变换和离散余弦变换。用到了傅立叶变换的快速算法FFT和离散余弦变换DCT。 -JAVA programming language to achieve a digital image of the Fourier transform and discrete cosine transform. Use of the Fourier transform, fast algorithm FFT and discrete cosine transform D
fourier
- 用java实现傅里叶变换,程序实现了基本功能-With Java realization Fourier transform, and the program to realize the basic functions
jtransforms-2.3-src
- 一个用JAVA实现的一维,二维,三维快速傅里叶变换算法的源代码-A JAVA implementation of a one-dimensional, two-dimensional, three-dimensional fast Fourier transform algorithm source code
Fast-Fourier-Transform
- JAVA实现的快速傅里叶变换机器逆变换的代码,带界面-Fast Fourier Transform machine code of the inverse transform
filtering
- 用JAVA写的带通滤波代码,实现思路很简单,没有采用各种数字滤波的方法。而是通过傅里叶变换到频域,将要求外的频率均置0,再逆傅里叶变换得到的。效果还不错。-Written using JAVA bandpass filtering code to achieve the idea is very simple, without using a variety of digital filtering approach. But through the Fourier transform to t
Fourier-transform
- 一维的快速傅里叶变换。输入2n次方数组。输出变换后的系数数组。非递归实现-One-dimensional Fast Fourier Transform. Enter 2n th array. Transformed coefficients output array. Non-recursive implementation
sczlfirst
- 数字图像处理,实现直方图变换、灰度线性拉伸、快速傅里叶变换。-Digital image processing, histogram transformation, gray linear stretch, the fast Fourier transform.