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

搜索资源列表

  1. 二维傅立叶算法fft2D

    0下载:
  2. 一个关于二维傅立叶的算法,我在做图像处理时用到的 -on a two-dimensional Fourier's algorithm, I was doing the image processing used in
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:63739
    • 提供者:胡刚
  1. 快速傅立叶变换FFT及信号的谱分析

    2下载:
  2. 用快速傅立叶变换FFT实现信号的谱分析,包括FFT程序,谱分析程序和绘图程序-using Fast Fourier Transform FFT spectrum analysis of the signals, including FFT procedures, spectral analysis procedures and drawing program
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7014
    • 提供者:孙涛
  1. 傅立叶变换经典算法

    0下载:
  2. 经典快带傅立叶变换与反变换算法,可实现一维和二维
  3. 所属分类:多媒体编程

    • 发布日期:2010-12-01
    • 文件大小:238027
    • 提供者:dearwind153
  1. fft

    1下载:
  2. labview编的傅立叶变换的vi源码,有需要就下吧,-labview for the Fourier transform of the vi-source, there is a need, are you, huh, huh
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:13585
    • 提供者:zhaojian
  1. fft

    1下载:
  2. C语言版快速傅立叶变换Fast Fouier Transform(fft)-C language version of Fast Fourier Transform Fast Fouier Transform (fft)
  3. 所属分类:Windows Develop

    • 发布日期:2016-05-21
    • 文件大小:1317
    • 提供者:zhangjia
  1. FFTView

    0下载:
  2. 用vc实现的快速傅立叶变换源代码FFT,在此基础上可写更多功能的卷积等程序-Vc achieved using Fast Fourier Transform source code for FFT, on this basis can be written more features, such as the deconvolution procedure
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3658
    • 提供者:yaomeng
  1. image

    0下载:
  2. 图像处理 直方图 哈夫曼编码 傅立叶变换 傅立叶逆变换 图像增强-Histogram image processing Huffman inverse Fourier transform Fourier transform image enhancement
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-09
    • 文件大小:1766256
    • 提供者:ff
  1. CSharp_DSP

    0下载:
  2. DSP算法,包括线性卷积、复多项式矩阵积分,离散傅立叶变换、反离散傅立叶变换等-Linear convolution, matrix integral, DFT and IDFT...
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:3852
    • 提供者:张博
  1. foulier

    0下载:
  2. 傅立叶变换程序,能够快速获得matlab图像-Fourier transform process, to quickly get matlab image
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:774
    • 提供者:xiaopin
  1. 1DTFT(2)

    0下载:
  2. 实验二 离散时间傅里叶分析 1. 离散时间信号 , ,求 的傅立叶变换 。 离散时间信号 , ,求 的傅立叶变换 -Experiment 2 discrete-time Fourier analysis 1. Discrete-time signal, find the Fourier transform. Discrete-time signal, find the Fourier transform
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:54050
    • 提供者:
  1. 分帧函数、短时傅立叶变换函数

    0下载:
  2. 包含分帧函数以及短时傅立叶变换函数,即将采集到的信号进行分帧处理,并进行短时傅立叶变换(Including the frame function and the short-time Fu Liye transform function, the collected signals are processed by frame processing, and the short-time Fu Liye transform is carried out)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:2048
    • 提供者:牛虻
  1. fft

    0下载:
  2. 实现傅立叶变换,信号处理,故障诊断技术及应用(Fu Liye transform, signal processing and fault diagnosis are realized)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:5120
    • 提供者:佳欢
  1. 二维快速傅立叶变换

    0下载:
  2. 本文档介绍了快速傅里叶变换的技术,并给出了C++语言中用于计算图像数据的二维FFT的源代码。(This document introduces the techniques of fast Fourier transform and gives a source code in C for computing 2D FFT on image data.)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-04
    • 文件大小:30720
    • 提供者:bingcheng888
  1. 新建 Microsoft Word 文档

    0下载:
  2. opencv实现傅里叶变换,傅立叶变换是把图像从空间域转化到频率域的变换。空间域:一般的情况下,空间域的图像是f(x,y)=灰度级(0-255),形象一点就是一个二维矩阵,每个坐标对应一个颜色值。频率域:频率:对于图像来说可以指图像颜色值的梯度,即灰度级的变化速度,幅度:可以简单的理解为是频率的权,即该频率所占的比例:能量=幅度(可能不太准确),变换结果为F(u,v),F代表幅度值,u代表x方向的频率,v代表y方向的频率(Fu Liye transform is the transformati
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:12288
    • 提供者:ambition123
  1. Fourier_Series_Ankit_A_Bhurane

    0下载:
  2. 基于matlab平台的傅立叶变换,希望作为参考。(% 1) Fourier series approximation of square wave. % 2) Demonstration of Gibbs phenomenon (verification of Fig. 3.9 of [1]))
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:2048
    • 提供者:mintr
  1. 类似于时域滤波,天线方向图是最优权的傅立叶变换

    0下载:
  2. 类似于时域滤波,天线方向图是最优权的傅立叶变换(Similar to the time domain filtering, the antenna pattern is the optimal Fu Liye transform)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:1024
    • 提供者:陈智
  1. FourierTransform

    0下载:
  2. 完成对bmp图像的傅立叶变换; 完成对bmp图像的Haar小波分解与重构(Fourier transform of the BMP image is completed. Haar wavelet decomposition and reconstruction of BMP images)
  3. 所属分类:C#编程

    • 发布日期:2018-04-29
    • 文件大小:272384
    • 提供者:别来无恙-
  1. 图片傅立叶变换 (2)

    2下载:
  2. C# 对图片进行傅立叶变换;C# 对jpg图片进行傅立叶变换(C# Fourier transform)
  3. 所属分类:C#编程

    • 发布日期:2020-08-10
    • 文件大小:37888
    • 提供者:游侠_哈哈
  1. STFT

    2下载:
  2. 目前的代码是一个matlab函数,它提供给定信号x[n]的短时傅立叶变换(stft)。该函数是matlab命令“光谱图”的一个替代项。功能输出为: 1)一个具有复杂stft系数的矩阵,该矩阵具有跨列时间和跨行频率; 2)频率矢量; 3)时间矢量。 为了阐明函数的用法,给出了一个示例。为了方便起见,输入和输出参数在函数的开头给出。(The present code is a Matlab function that provides a Short-Time Fourier Transfor
  3. 所属分类:其他

    • 发布日期:2020-12-26
    • 文件大小:1024
    • 提供者:裤子12345
  1. 图像傅里叶变换

    0下载:
  2. 二维傅立叶变换的Matlab实现,是利用图像处理软件对给出的图像进行傅立叶变换处理。在Matlab中,函数fft2表示二维傅立叶变换,函数ifft2则表示二维傅立叶反变换。(The Fourier transform of the image)
  3. 所属分类:其他

    • 发布日期:2021-04-29
    • 文件大小:1024
    • 提供者:kingslayer1733
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com