CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 2d fft

搜索资源列表

  1. FFT1D

    0下载:
  2. 图象FFT——1D变换,快速变换针对2D图象-FFT image -- Transform 1D, 2D against rapidly changing images
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:941
    • 提供者:刘曦
  1. fft_基2基4_2d3d

    1下载:
  2. 基2基4的2d、3d的fft快速算法,代码写的很规范,效率很高。
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:61413
    • 提供者:张强
  1. DCT2-lele

    0下载:
  2. 利用蝶形算法类似于FFT,利用先行再列实现二维DCT。速度很快。包含反DCT的代码。-similar to the use of butterfly FFT algorithm, the first re-use of 2D DCT out. Very fast. Contain anti - DCT code.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2264
    • 提供者:yaoli
  1. FFT_IFFT.RAR

    0下载:
  2. 图像的傅立叶及反变换演示程序,包括了打开图像,现实幅度谱等功能-code for 2D image FFT and IFFT transforms.
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:88498
    • 提供者:Simon
  1. lab432

    1下载:
  2. Matlab动力系统和时间序列分析工具箱:这个工具箱用来分析动力系统和时间序列,它可以定制为:常微分方程、随机微分方程。所有分析的方法被封装在工具箱中,你可以通过命令行或GUI来调用。包含的功能: ODE常微分方程, SDE随机微分方程和map integration 分析时间序列,过滤、归一化/均衡化、直方图、2D直方图、ACF, MAI, FFT,最大lyapunov指数计算、模式识别。 动力系统分析:创建Poincare截面、分岔图、计算lyapunov指数。-The kit us
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:381951
    • 提供者:朱凤宇
  1. 0000437

    0下载:
  2. 2010年ICIP最新文章关于图像复原,提出了2D NHA算法,实验证明了该算法的优越性能。-In this study, we develop a technique for image restoration The proposed method is based on the 2D non-harmonic analy- sis (2D NHA). The 2D NHA algorithm assigns an initial value by using the spect
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:140308
    • 提供者:kongsuhong
  1. 2Dfft_zengqiang

    0下载:
  2. 构造一幅黑白二值图像,在128×128的黑色背景中心产生一个4×4的白色方块,利用1DFFT子程序实现2D傅里叶变换.-Construction of a black and white two value image, in a 128 x128black background center generates a 4x 4white box, use 1DFFT to achieve2D subroutine fft
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1075
    • 提供者:韦蕴珊
  1. fft2dDemo_Simple

    0下载:
  2. 這一個“慢”,但簡單和兩維FFT的演示可以從這裡下載(包括源)。 演示生成的一維或二維的輸入信號(256或256×256大小),這是顯示在左邊的位圖(8位灰度調色板)。 信號包含一個中心的矩形脈衝(脈衝大小從2到256)。因為輸入的是真實的,FFT的日常工聯會()產生偏見的頻譜。如果“重排”被選中,零頻率頻譜的中心轉移到從各自的象限交換數據。複雜的結果顯示在正確的位圖,在可能的方式有四種:模塊,相位,實部或虛部。如果“InvFFT”被選中,逆FFT頻譜,結果是恢復輸入信號應用。然而
  3. 所属分类:Wavelet

    • 发布日期:2017-04-03
    • 文件大小:302414
    • 提供者:蕭柏堂
  1. monofilt

    0下载:
  2. MONOFILT - Apply monogenic filters to an image to obtain 2D analytic signal Implementation of Felsberg s monogenic filters Usage: [f, h1f, h2f, A, theta, psi] = ... monofilt(im, nscale, minWaveLength, mult, sigmaOnf, orientWrap)
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:2744
    • 提供者:seshu babu v
  1. compression

    0下载:
  2. Image Compression A collection of simple routines for image compression using different techniques. BTCODE: Image compression Using Block Truncation Coding. PYRAMID: Image compression based on Gaussian Pyramids. DCTCOMPR:
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-25
    • 文件大小:9560
    • 提供者:keyvan
  1. FFT-2D

    0下载:
  2. FFT Fast Transformation FFT FFT FFT FFT
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:430360
    • 提供者:Ry
  1. FFT

    0下载:
  2. the matlab code attached show how to Display magnitude and phase of 2D FFTs, invers FFT and switch magnitude and phase of 2D FFTs
  3. 所属分类:matlab

    • 发布日期:2017-05-03
    • 文件大小:938676
    • 提供者:Run
  1. FFT-and-FFT-2D-ANSI-C

    0下载:
  2. 标准C语言实现的一维和二维快速傅里叶变换代码,代码运行时不需要额外占用多余的内存空间,简单易用,具体可见代码说明。-FFT and 2 dimension FFT algorithm acommplished with ANSI C.It occupies the least memory space while running after embeded into you project.The source code is easy and brief,you can check the t
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:3232
    • 提供者:邓中洋
  1. fft-code

    2下载:
  2. FFT算法实现,从txt文件中导入数据进行FFT,并且把需要的频谱图叠加画出二维三维图-FFT algorithm, import data txt file FFT is performed, and the required spectrum superposition shown in Fig. 2D and 3D
  3. 所属分类:Wavelet

    • 发布日期:2017-04-14
    • 文件大小:4567
    • 提供者:anin
  1. flat_array_dbf

    0下载:
  2. 面阵的幅度相位全控制自适应数字波束形成算法——对角加载 QRD-SMI 算法的研究;两种面阵唯相位(Phase-Only)数字波束形成算法——小相 位扰动约束算法和期望方向增益最大约束算法的研究;面阵的数字多波束形成算法——二维 FFT 多波束的研究,以及 FFT 在可编程逻辑器件中的实现。 -Research of the adaptive digital beamforming algorithm, which control both amplitude and phase o
  3. 所属分类:Project Design

    • 发布日期:2017-05-14
    • 文件大小:3405236
    • 提供者:313039
  1. fft2

    0下载:
  2. 2d fft 和 1d fft,一维和二维离散基2fft-2d fft , 1d fft
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-01
    • 文件大小:241995
    • 提供者:刘振
  1. fft

    0下载:
  2. 对数字图像进行傅里叶变换,查看其频谱图及相位图。(Fourier transform of digital images, to see its spectrum and phase diagram.)
  3. 所属分类:图形图象

    • 发布日期:2018-01-02
    • 文件大小:27648
    • 提供者:闪电侠333
  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. 2D_FEKO_IFFT

    5下载:
  2. 用FEKO仿真,获得FFE文件,放到文件夹下,修改相应参数,即可成像 基本的2D IFFT成像算法(The FFE file is obtained by FEKO simulation. It is placed in the folder and the corresponding parameters are modified. Then the image can be imaged. Basic 2D IFFT Imaging Algorithms)
  3. 所属分类:其他

    • 发布日期:2019-07-03
    • 文件大小:51200
    • 提供者:Alienfte
  1. Radar-target-generation-and-detection-master

    2下载:
  2. MATLAB中的雷达目标生成和检测,调频连续波,FFT(用于范围检测的1D),FFT (2D for distance and speed detection),2d恒定火焰警报率(2D-CFAR)(Radar target generation and detection in MATLAB, FM continuous wave, FFT (1D for range detection), FFT (2D for distance and speed detection), 2d const
  3. 所属分类:其他

    • 发布日期:2020-07-06
    • 文件大小:648192
    • 提供者:黛汐520
« 1 2 3 45 »
搜珍网 www.dssz.com