搜索资源列表
two_dimensional_PSD
- 二维功率谱密度计算程序 使用傅里叶变换 -2D PSD caculation estimator
HowToUseFFT2
- 在滤波和信号处理中,利用matlab功能实现二维快速傅里叶变换-In filtering and signal processing using matlab function realization of two-dimensional fast Fourier transform
erwei
- 二维傅里叶变换进行雷达信号处理,获取距离-速度二维频谱。-Two-dimensional Fourier transform for radar signal processing, the distance- speed, two-dimensional spectrum.
simpleCUFFT
- 该源码主要是实现对图像的二维傅里叶变换,可以显示器频谱图,以及傅里叶逆变换,然后显示原图-The main source of the realization of two-dimensional Fu Liye transformation of the image, can display the spectrum, and Fu Liye transform, and then displays the original
fuliye
- 对二维数字图像用傅里叶变换进行处理,改善图像的质量,观察图像的频谱和相位-Two-dimensional digital image of the Fourier transform processing to improve the quality of the image, the observation image and the phase spectrum
fengzhusousuo
- 分数阶傅里叶变换的二维峰值搜索,针对线性调频信号的峰值能进行很好估计-D peak search Fractional Fourier transform for the peak chirp signal can be well estimated
RD
- SAR 距离多普勒成像算法, 包含定标和自带二维傅里叶变换函数-rang-Doppler algorithm for synthetic aperture radar imaging
taoqeng_v18
- 包含特征值与特征向量的提取、训练样本以及最后的识别,计算时间和二维直方图,分数阶傅里叶变换计算方面。- Contains the eigenvalue and eigenvector extraction, the training sample, and the final recognition, Computing time and two-dimensional histogram, Fractional Fourier transform computing.
kunleng
- isodata 迭代自组织的数据分析,分数阶傅里叶变换计算方面,可实现对二维数据的聚类。- Isodata iterative self-organizing data analysis, Fractional Fourier transform computing, Can realize the two-dimensional data clustering.
kannui
- BP神经网络的整个训练过程,分数阶傅里叶变换计算方面,可实现对二维数据的聚类。- The entire training process BP neural network, Fractional Fourier transform computing, Can realize the two-dimensional data clustering.
matlab+c
- 二维图像的投影和图像重建,直接傅里叶反变换法,先反投影后滤波,先滤波后反投影,卷积反投影(Two dimensional image projection and image reconstruction, direct Fourier inverse method, first backprojection, after filtering, first filter, back projection, convolution back projection)
ct图像重建程序
- 图像处理,CT技术,图像的重建通过一维投影复原二维图像由Matlab实现(Image processing, CT technology, image reconstruction by one-dimensional projection restoration of two-dimensional images by Matlab)
Data.PS科学计算与绘图软件
- Data.PS功能简介:本数据处理软件内置表格编辑器,可以方便的进行数据输入输出;可以进行常见的(a)数值计算,如求解线性方程组、非线性方程组、常微分方程组、多项式求根、傅里叶变换、傅里叶逆变换、线性规划求解、多元线性回归和多元非线性回归参数拟合(20参数)、插值、微分、积分、求逆矩阵、矩阵特征值和特征向量、行列式值;(b)统计分析,统计描述、频数分布、假设检验、正态分布检验、二项式分布检验、泊松分布检验、相关性分析、方差分析;(c)6Sigman工具,过程能力CPK计算、测量系统分析MSA、公
新建 Microsoft Word 文档
- opencv实现傅里叶变换,傅立叶变换是把图像从空间域转化到频率域的变换。空间域:一般的情况下,空间域的图像是f(x,y)=灰度级(0-255),形象一点就是一个二维矩阵,每个坐标对应一个颜色值。频率域:频率:对于图像来说可以指图像颜色值的梯度,即灰度级的变化速度,幅度:可以简单的理解为是频率的权,即该频率所占的比例:能量=幅度(可能不太准确),变换结果为F(u,v),F代表幅度值,u代表x方向的频率,v代表y方向的频率(Fu Liye transform is the transformati
图像傅里叶变换
- 二维傅立叶变换的Matlab实现,是利用图像处理软件对给出的图像进行傅立叶变换处理。在Matlab中,函数fft2表示二维傅立叶变换,函数ifft2则表示二维傅立叶反变换。(The Fourier transform of the image)