搜索资源列表
Hadama
- 本程序为哈达玛变换的VC++实现,能够实现矩阵任意阶数的变换(2的任意整数次幂)
FFTtransformation.rar
- 采用OPENCV实现傅里叶正逆变换,在控制台下显示图像处理结果,处理的图片只针对方图,并且是2的幂次长度的图像,adopt the FFT tranformation and IFFT tranformation in OPENCV
HightFilterAndLowFilter
- 实现正逆傅里叶变换,并在此基础上实现各种高低通滤波器,采用OPENCV实现。图像只针对2的整数次幂的方图-implement kinds of high filters and low filters in OPENCV based on implementing the FFTs and IFFTS.
Bilineartransform
- 双线性变换算法 输入阶次 ,采样时间 ,控制变量 ( 时 =1, 时 =0) b1为s函数或z函数多项式的系数,先输入分子的系数(从高次幂至低次幂,高阶系数为零的,应输入0,各系数之间用空格键隔开),再输入分母的系数(从高次幂至低次幂,高阶系数为零的,应输入0,各系数之间用空格键隔开),均存到b1内。 -Bilinear transform algorithm input order, the sampling time, control variables (time = 1,
fft
- 进行快速傅立叶变换,输入的数据必须合法,只能是2的n次幂。并画出图形。也可以对复数信号在作图。-Fast Fourier transform, the input data must be legitimate, can only be two n-th power. And draw the graph. Complex can also signal mapping.
fft
- fft#include <math.h> #define SWAP(a,b) tempr=(a) (a)=(b) (b)=tempr //当isign=1时,将输入数据data[1..2*nn]用它的离散Fourier变换系数代替 //当isign=-1时,将输入数据替换为其的离散IFFT系数乘以nn //data是一个保存nn个复数的数组 //Fourier系数的保存方法为F0的实部和虚部保存在data[1],data[2] //正的一次谐波系数保存在dat
THaddamaah
- 本程序源码为哈达玛变换的Visual C++实现,能够实现矩阵阵任意阶数的变换(2的任意整数次幂) -The program source code for the Visual C++ Hadamard transform to achieve transformation matrix array of any order (any integer power)
dit-fft.c
- 快速傅里叶变换(FFT)。允许输入任意长度(满足等于2的N次幂即可)。-Implementation of the Fast Fourier Transformer.