CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - matlab code fourier transform

搜索资源列表

  1. Matlab和C++编写的傅立叶变换程序源代码

    1下载:
  2. (1)用MATLAB开发的傅立叶变换以及逆变换的一个例子,测试通过无误。(2)C++编写的傅立叶以及逆傅立叶变换程序源代码,测试通过。-(1) Using MATLAB development of the Fourier transform and inverse transform an example of the test correct. (2) C + + and inverse Fourier Fourier transform source code, test.
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:5.08kb
    • 提供者:孙中雨
  1. matlab-code

    0下载:
  2. 对数字图像处理中的离散傅里叶变换(DFT),离散余弦变换(DCT)进行了详细的分析。其中DFT包括log视觉处理,中心点移动等。DCT包括分块处理,和保留较少系数,并比较结果。-Digital image processing of the discrete Fourier transform (DFT), discrete cosine transform (DCT) for a detailed analysis. DFT which include the log of visual pr
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:381.23kb
    • 提供者:pxjy
  1. DFT

    1下载:
  2. 图像处理matlab源代码,主要使用傅里叶变换。-Image processing matlab source code, primarily using the Fourier transform.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:846byte
    • 提供者:gxc
  1. Mellin-Transform

    3下载:
  2. 基于Matlab实现的傅立叶梅林变换的源程序代码-Based on Matlab implementation of the Fourier transform of the source code Merlin
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:119.82kb
    • 提供者:
  1. vision

    1下载:
  2. 本书的目的主要是向读者展示傅里叶分析和小波的许多基础知识以及在信号分析方面的应用。全书分为8章和2个附录,前言部分是学习第1章至第7章的准备知识,即内积空间;第1章讲解傅里叶系列的基础知识;第2章讲解傅里叶变换;第3章介绍离散傅里叶变换以及快速傅里叶变换;第4章至第7章讨论小波,重点在于正交小波的构建;附录部分则介绍稍微复杂的一些技术主题以及演示概念或产生图形的MATLAB代码。许多关于小波的文章和参考书籍均要求读者具有复杂的数学背景知识,本书则只要求学生具有较好的微积分以及线性代数知识,通俗易
  3. 所属分类:Wavelet

    • 发布日期:2017-11-10
    • 文件大小:13.11mb
    • 提供者:刘宏
  1. 3

    0下载:
  2. matlab代码,数字图像矩阵数据的显示及其傅立叶变换,二维离散余弦变换的图像压缩,采用灰度变换的方法增强图像的对比度,直方图均匀化,模拟图像受高斯白噪声和椒盐噪声的影响,采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波-matlab code, digital image data display matrix and its Fourier transform, two-dimensional discrete cosine transform image compressio
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:2.09kb
    • 提供者:wang
  1. image_inhancement

    1下载:
  2. 基于Matlab的典型图像增强算法的源码 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:21.64kb
    • 提供者:panghuanzhi
  1. efficient_registration

    0下载:
  2. 利用傅里叶变换,在频域上对两幅图像配准,是一种比较配准的新方法,但是对弹性配准的效果不是很好 需要进一步的研究。-Registers two images (2-D rigid translation) within a fraction of a pixel specified by the user. Instead of computing a zero-padded FFT (fast Fourier transform), this code uses selective upsamp
  3. 所属分类:Graph program

    • 发布日期:2017-04-07
    • 文件大小:5.12kb
    • 提供者:wangwei
  1. Skew_Correction_Using_Fourier_Transform

    0下载:
  2. 两篇英语文本倾斜校正论文。 FT_Deskew为论文的Matlab实现,可用附带的两个图片测试,效果较好。-Text De-skewing Using Fourier Transform and Matlab code.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-27
    • 文件大小:9.39mb
    • 提供者:zhibing
  1. FastFourierTransformAlgorithm

    0下载:
  2. This program is open source code of fast Fourier transform in matlab. Where y is the input argument and p is the normalized size of the input. Let y = [1 2 3 4 ] x= length(y) m= log2(x) p= ceil(m) To call the function use ft2(y,p
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:891byte
    • 提供者:ry
  1. MATLAB_Medical_Image_Process_Experiments

    1下载:
  2. MATLAB医学影像处理实验(内含14个原代码及教学的说明) (1)Plot a sine function using MATLAB, and write the data into a file (2)Read data from a file, plot a SINC function, and append the result back to the same file (3)Plot a Gaussian distribution using MATLAB (4)Fo
  3. 所属分类:Special Effects

    • 发布日期:2015-09-24
    • 文件大小:2.17mb
    • 提供者:江儜昶
  1. fft-source

    0下载:
  2. 快速傅立叶变换(时域抽取基二fft)的源码的分析-Fast Fourier Transform (time-domain extraction base 2 fft) analysis of the source code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:5.35kb
    • 提供者:林言
  1. mecv

    0下载:
  2. ME-Curvelet与传统的Curvelet变换区别在于(1)用离散余弦域代替离散傅立叶域;(2)适当的重新组织in-tile数据。该压缩包中提供了ME-Curvelet变换的源码与分解及重构的demo。-ME-Curvelet transform traditional Curvelet difference is that (1) domain instead of using discrete cosine discrete Fourier domain (2) appropriate
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:5.41kb
    • 提供者:nhj
  1. chap3

    0下载:
  2. 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:11.33kb
    • 提供者:王兆云
  1. tfft2

    0下载:
  2. 图像处理matlab源代码,主要使用快速傅里叶变换。-Image processing matlab source code, primarily using the fast Fourier transform.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:707byte
    • 提供者:gxc
  1. matlab

    0下载:
  2. 压缩文件中包含用小波变换、傅里叶变换、哈达玛变换、离散余弦变换实现图像压缩的源码,和一个绘制图像直方图及均衡化后的图像的直方图的程序。-Zip file contains the wavelet transform, Fourier transform, Hadamard transform, discrete cosine transform image compression source code, and a procedure of drawing image histogram .
  3. 所属分类:Wavelet

    • 发布日期:2017-03-30
    • 文件大小:3.37kb
    • 提供者:Lucy
  1. Fourier-and-matlab

    0下载:
  2. 这里面包含了在matlab中实现傅里叶变换的各种源程序-This contains the Fourier transform of a variety of source code in matlab
  3. 所属分类:Wavelet

    • 发布日期:2017-03-30
    • 文件大小:13.47kb
    • 提供者:wilson
  1. MATLAB

    0下载:
  2. Matlab image processing study notes provide Fourier transform image processing code
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2.64mb
    • 提供者:liujiangbo
  1. 2D-Fourier-Transform

    0下载:
  2. 基于matlab的数字图像的二维傅立叶变换(FFT)以及二维离散余弦DCT变换,提供里详细代码,.m文件-Matlab-based digital image two-dimensional Fourier transform (FFT) and two-dimensional discrete cosine transform DCT offers in detailed code,. M file
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-17
    • 文件大小:319.13kb
    • 提供者:valeriechan
  1. code

    0下载:
  2. 数据信号处理相关程序,如各类傅里叶变化、频谱分析等等,简单易懂。(Data signal processing procedures, such as Fourier transform, spectrum analysis and so on, are simple and easy to understand.)
  3. 所属分类:波变换

    • 发布日期:2018-05-06
    • 文件大小:1.07mb
    • 提供者:有朋
« 12 3 »
搜珍网 www.dssz.com