CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 傅立叶变换

搜索资源列表

  1. question

    0下载:
  2. 快速傅氏变换,是离散傅氏变换的快速算法,它是根据离散傅氏变换的奇、偶、虚、实等特性,对离散傅立叶变换的算法进行改进获得的-Fast Fourier transform, discrete Fourier Transform Algorithm, which is the discrete Fourier transform of the odd and even, true, real and other properties, on the discrete Fourier transform
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:568
    • 提供者:林敏
  1. jvgz

    0下载:
  2. 快速傅氏变换,是离散傅氏变换的快速算法,它是根据离散傅氏变换的奇、偶、虚、实等特性,对离散傅立叶变换的算法进行改进获得的-Fast Fourier transform, discrete Fourier Transform Algorithm, which is the discrete Fourier transform of the odd and even, true, real and other properties, on the discrete Fourier transform
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:768
    • 提供者:林敏
  1. xinxilun

    1下载:
  2. 《Visual C++数字图像获取、处理及实践应用》杨枝灵、王开等编著。内容:第4章 图像增强(对比度增强、灰度变换法、直方图修整法、图像平滑、图像锐化、伪彩色和假彩色增强);第5章 图像复原(逆滤波复原、维纳滤波方法);第6章 图像处理中的正交变换(傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法);第7章 图像压缩编码(霍夫曼(Huffman)编码、算术编码、游程编码(Run Length Codin
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3455243
    • 提供者:chengshuai
  1. compute_eig

    0下载:
  2. 利用主成份分析PCA和傅立叶变换训练图像并用最近邻法进行识别分类-Using principal component analysis PCA and Fourier transform training images and used to identify the nearest neighbor classification method
  3. 所属分类:Special Effects

    • 发布日期:2017-06-16
    • 文件大小:25546175
    • 提供者:谢欢曦
  1. F2812-FFT

    0下载:
  2. FFT 并不是一种新的变换,它是离散傅立叶变换(DFT)的一种快速算法。由于我们在计算DFT 时一次复数乘法需用四次实数乘法和二次实数加法;一次复数加法则需二次实数加 法。每运算一个X(k)需要4N 次复数乘法及2N+2(N-1)=2(2N-1)次实数加法。所以 整个DFT 运算总共需要4N^2 次实数乘法和N*2(2N-1)=2N(2N-1)次实数加法。如此一来,计算时乘法次数和加法次数都是和N^2 成正比的,当N 很大时,运算量是可观的,因而需要 改进对DFT 的算法减少运算速度
  3. 所属分类:DSP program

    • 发布日期:2017-03-29
    • 文件大小:404880
    • 提供者:平意义
  1. alglib-2.6.0.cpp

    0下载:
  2. alglib是一套跨平台并且用多语言实现的通用数值计算和数值处理库,例如,其分别用Java、C++、Pascal等分别实现了功能和接口相同的库。系统中包含了矩阵运算、傅立叶变换、PCA、KMean等的实现。-alglib--a numeric and data processing library which is cross platforms and languages.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-09
    • 文件大小:1066552
    • 提供者:银石
  1. fourier

    1下载:
  2. 傅立叶变换 VC++实现 MICROSOFT FOUNDATION CLASS LIBRARY : MyDIP-Fourier transform VC++ to achieve MICROSOFT FOUNDATION CLASS LIBRARY: MyDIP
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:992459
    • 提供者:吕盼盼
  1. 2DFT

    0下载:
  2. 2D傅立叶变换,上课的小作业,包含报告和源码-2D Fourier transform, the small school assignments, reports and source code that contains
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:952435
    • 提供者:lai
  1. oneDFFTcpp

    0下载:
  2. 离散傅立叶变换源码,包括数据的读写,可自动输入离散数据,亦可从文件读入-Discrete Fourier Transform source code, including reading and writing of data can be automatically input discrete data, can also be read from the file
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:1162200
    • 提供者:menglin
  1. classic FFT filter

    1下载:
  2. 经典傅立叶变换算法,包括简单的滤波过程及实例-Classical Fourier transform algorithms, including simple filtering process and examples
  3. 所属分类:数学计算/工程计算

    • 发布日期:2012-11-20
    • 文件大小:213472
    • 提供者:menglin
  1. DFT_filter_RDFT_coeffi

    0下载:
  2. 傅立叶变换,滤波,傅立叶逆变换,计算离散数据空间自相关系数的组合编程源代码-Fourier transform, filtering, inverse Fourier transform, discrete data calculated from the correlation coefficient of the combination of space programming source code
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:287988
    • 提供者:menglin
  1. dftinternet

    0下载:
  2. 最一般的离散傅立叶变换程序代码,适合初学编程者学习-The most general discrete Fourier transform program code, suitable for beginners programmers to learn
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:197711
    • 提供者:menglin
  1. zhengxianbo

    0下载:
  2. 对正弦波信号进行混频,分解,采用傅立叶变换来分析其频率-Mixing of sinusoidal signals, decomposition, using Fourier transform to analyze the frequency
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:1252
    • 提供者:王山
  1. matlab

    0下载:
  2. 二维离散余弦变换的图像压缩 直方图均匀化 数字图像矩阵数据的显示及其傅立叶变换 模拟图像受高斯白噪声和椒盐噪声的影响 -Two-dimensional discrete cosine transform image compression histogram equalization of digital image data matrix display and the analog image by the Fourier transform of Gaussian
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2167
    • 提供者:yanjunfeng
  1. a

    0下载:
  2. 实现简单图像处理,包括256色转灰度图、Hough变换、Walsh变换、中值滤波、二值化变换、亮度增减、傅立叶变换、反色、取对数、取指数、图像平移、图像旋转、图像细化、图像缩放、图像镜像、均值滤波、对比度拉伸、拉普拉斯锐化(边缘检测)、方块编码、梯度锐化、灰度均衡、直方图均衡、离散余弦变换、维纳滤波处理、逆滤波处理、阈值变换、高斯平滑.-。-simple image processing, including color to grayscale 256, the Hough transform
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:272420
    • 提供者:sf
  1. FFTvb

    0下载:
  2. 基于visual basic的图像傅立叶变换滤波 程序-Image-based visual basic program Fourier transform filtering
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:113144
    • 提供者:daihong
  1. CTandMRIfusion

    0下载:
  2. 随着影像设备的发展及各种医学成像模式的出现, 多模医学图像融合技术已成为影像医学发展过程中一项重要 研究, 并逐渐应用到诊断、治疗领域。针对医学诊断过程中常见的CT与MRI图像采用了加权平均法、傅立叶变换及小波 变换的数学方法进行了融合实验, 并对实验结果进行了分析, 对各种算法的优缺点进行了比较。-Multi- modality medical image fusion technology has become an important development along with
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:178825
    • 提供者:杨颜华
  1. DSPmatlab

    0下载:
  2. 实验一 Matlab使用及离散时间傅立叶变换 实验二应用傅立叶变换对信号进行频谱分析 实验三 数字滤波器的设计 -Experiments using Matlab and a discrete-time Fourier transform second experiment the signal Fourier transform spectrum analysis experiment three digital filter design
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:238090
    • 提供者:luyanyun
  1. FFT

    0下载:
  2. 该工程生成的动态库用来实现采用蝶形算法进行快速傅立叶变换。-The project generated by the dynamic libraries used to implement the fast Fourier transform butterfly algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:732979
    • 提供者:zhangjinliang
  1. fft

    0下载:
  2. 傅立叶变换 1维和2维的变换 是学习傅立叶变换的好程序-fast fourier transform 1Dimension 2Dimension
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2392
    • 提供者:thomas
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com