搜索资源列表
vision.rar
- 本书的目的主要是向读者展示傅里叶分析和小波的许多基础知识以及在信号分析方面的应用。全书分为8章和2个附录,前言部分是学习第1章至第7章的准备知识,即内积空间;第1章讲解傅里叶系列的基础知识;第2章讲解傅里叶变换;第3章介绍离散傅里叶变换以及快速傅里叶变换;第4章至第7章讨论小波,重点在于正交小波的构建;附录部分则介绍稍微复杂的一些技术主题以及演示概念或产生图形的MATLAB代码。许多关于小波的文章和参考书籍均要求读者具有复杂的数学背景知
32点离散傅里叶变换
- 32点离散傅里叶变换DFT的DSP实现,C语言编码,很好的可移植性和稳定性;对FFT的应用也有一定作用
vision
- 本书的目的主要是向读者展示傅里叶分析和小波的许多基础知识以及在信号分析方面的应用。全书分为8章和2个附录,前言部分是学习第1章至第7章的准备知识,即内积空间;第1章讲解傅里叶系列的基础知识;第2章讲解傅里叶变换;第3章介绍离散傅里叶变换以及快速傅里叶变换;第4章至第7章讨论小波,重点在于正交小波的构建;附录部分则介绍稍微复杂的一些技术主题以及演示概念或产生图形的MATLAB代码。许多关于小波的文章和参考书籍均要求读者具有复杂的数学背景知
xiaobolilun
- 连续小波变换;短时傅里叶变换是一种单一分辨率的信号分析方法 ;短时傅里叶变换是一种单一分辨率的信号分析方法-continuous wavelet transform; Short-time Fourier transform is a single resolution signal analysis methods ; Short-time Fourier transform is a single resolution signal
cxrFFT
- 实现一维快速傅里叶变换,采用蝶形算法进行频域变换; 二维快速傅立叶变换在此基础上进行,调用两次一维快速傅里叶变换即可。-achieve a fast Fourier transform, using butterfly frequency domain algorithm transformation; two-dimensional fast Fourier transform on this basis, call a two-
4
- 灰度图像的傅里叶变换程序;灰度图像的傅里叶反变换程序;-Gray-scale image Fourier transform procedures gray image of the Fourier inverse transform process
4
- 数字图像处理:先进行傅里叶变换,然后低通滤波;最后还原。并附有余弦变换对照结果。-DIP:first FFT,then Butterworth filter,last inverse the course,also the DCT for comparition.
restore
- 图像增强的目标是改进图片的质量,例如增加对比度,去掉模糊和噪声,修正几何畸变等;图像复原是在假定已知模糊或噪声的模型时,试图估计原图像的一种技术。 图像增强按所用方法可分成频率域法和空间域法。前者把图像看成一种二维信号,对其进行基于二维傅里叶变换的信号增强。采用低通滤波(即只让低频信号通过)法,可去掉图中的噪声;采用高通滤波法,则可增强边缘等高频信号,使模糊的图片变得清晰。具有代表性的空间域算法有局部求平均值法和中值滤波(取局部邻
FT&chirpZ
- 利用傅里叶变换以及chirpZ变化求得计算低通滤波器的响应频率(The response frequency of low pass filter is calculated by Fourier transform and chirpZ change)
computer
- 文件包含三个主程序,和相关图像,三个主程序分别为computer1,computer2,computer3 computer1对图像进行了灰度化,保存等实现; computer2对图像进行了傅里叶变换,离散余旋变化,二层小波变化及重构等,并对图像进行三层小波变换,分别将HL,LH,HH三个子带置零都重构; computer3实现了图像直方图均衡化,并对图像进行了同态滤波。(The file contains three main pro
FFT
- 利用matlab进行傅里叶变换及反变换,实现空域到频域,频域到空域的图像处理(Using Fourier transform and inverse transform, to achieve the airspace to the frequency domain, frequency domain to the airspace image processing)
STFT
- MATLAB实现短时傅里叶变换,短时傅里叶逆变换。直接配置好参数就可以用,实用性强。(MATLAB implementation of short time Fourier transform, short time Fourier inverse transform. Direct configuration of parameters can be used, practically.)
傅里叶变换和希尔伯特变换
- 详细介绍了傅里叶变换和希尔伯特变换原理,以及两种变换之间的关系(Fourier transform and Hilbert transform. It introduces the relationship of these two transform obviously.)
fftcalcshift
- 实现了利用傅里叶变换求两张图像平移距离; 输入是两张具有平移关系的图片; 输出distancex,distancey表示求得的平移距离(The Fourier transform is used to calculate the translation distance of two images. The input is two images with a translation relationship. The outp
x
- 采用傅里叶变换,实现噪声图像的修复,主要内容是通过傅里叶变换构建高通滤波,使用matlab 编程 实现(The main content is to construct high pass filter by Fourier transform and implement it with Matlab programming)
11
- 计算多组信号的卷积,并画图,采用傅里叶变换分析信号的幅度谱和角度谱,采用matlab 编写(The convolution of multiple sets of signals was calculated and plotted. The amplitude and angle spectra of the signals were analyzed by Fourier transform. Matlab was used to
12
- 通过对读入的一段语音信息进行处理,提取信号频率,并进行傅里叶变换提取信号的频率(The frequency of the signal is extracted and the frequency of the signal is extracted by processing a speech message read in)
小波分析仿真程序
- 小波分析课程部分仿真程序,涉及加窗傅里叶变换、信号分解重构等,每步都有有详细注释(A part of the simulation program for the course of wavelet analysis.Relates to the windowed Fourier transform, signal decomposition and reconstruction, every step has a detailed n
数字图象实验三LZ
- 将一副灰度图像进行傅里叶变换,产生变换后的图像(Fourier transform of a gray image is used to generate transformed images.)
angular_spectrum_analysis
- 代码对2D二维傅里叶过程进行了描述;有助于傅里叶光学领域的基础概念的理解;对二维傅里叶变化过程中的matlab代码进行了简要介绍,有助于初学者理解(The code describes the 2D two-dimensional Fourier process, helps to understand the basic concepts of Fourier optics, and briefly introduces the ma