CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - fft 2d

搜索资源列表

  1. 2007202131

    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. DCTC
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:10228
    • 提供者:王云云
  1. FFT2D.rar

    1下载:
  2. 1维和2维快速傅里叶变换,网上广为流传的英文版本,1-D and 2-D Fast Fourier Transform, Perform a 2D FFT inplace given a complex 2D array
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1262
    • 提供者:yang xulei
  1. FFT(DFTrealarray)twodimension

    0下载:
  2. 多维傅里叶变换,二维DFT快速算法,共分五部--三:二维实序2D-DFT列行列算法-Multi-dimensional Fourier transform, fast algorithm for two-dimensional DFT is divided into 5- 3: two-dimensional real column ordinal ranks of 2D-DFT algorithm for
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:3058
    • 提供者:jet ju
  1. first

    1下载:
  2. 二维傅里叶变换,对图像进行二维傅里叶变换处理-Two-Dimensional Fast Fourier Transform The purpose of this project is to develop a 2-D FFT program "package" that will be used in several other projects that follow. Your implementation must have the capabilitie
  3. 所属分类:matlab例程

    • 发布日期:2012-11-04
    • 文件大小:720
    • 提供者:solo
  1. 2DFFT

    1下载:
  2. 2D FFT的源代码,图形显示变换结果,关键代码有详细注释-2D FFT source code
  3. 所属分类:matlab例程

    • 发布日期:2012-11-04
    • 文件大小:1185
    • 提供者:桂树
  1. FFT2D

    0下载:
  2. This is the processing of images to be converted into 2D. from the original picture, it will be first converted to grayscale in the form, then do 2 Dimensional FFT on the image, then the image is done in 2D FFT on the result of changes filter.seluruh
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:680
    • 提供者:azmi
  1. LinearBPM

    0下载:
  2. 这是一个简单的FFT为无电位1 +1 +1 Ð 薛定谔方程的光束传播方法。如果该软件灵活,允许引入的术语(如果是极少数需要包括色散效应高阶导数)。例如,如果一个人渴望解决的一个方程的形式: (四/ dz的+ Ð ^ 2/dx ^ 2 - 0.25 * Ð ^ 3/dx ^ 3)== 0 Ÿ 它可以解决使用以下代码: Ž = linspace(0,1,512) x = linspace(-5,5,1024) psi0 =进出口
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2534
    • 提供者:zhou
  1. tuxiangyasuo

    0下载:
  2. 一系列展示图像压缩技术的源代码。包括有:使用块截断编码的图像压缩(Block Truncation)、基于高斯金字塔变换的图像压缩(Gaussian Pyramids)、基于离散余弦变换对图像压缩(Discrete Cosine Transform)、基于奇异值分解(SVD)的图像压缩(Singular Value Decomposition)。给出的代码还可以用于2D图像噪声消除。-Image Compression A collection of simple routines
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:56435
    • 提供者:依米
  1. PhaseUnwrapping2D

    0下载:
  2. 2维傅立叶变换方法用于分析干涉条纹,相移计算。-2D FFT for fringe annalisys
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:70228
    • 提供者:Gwe
  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. function6

    0下载:
  2. Pass the Images Through Optics -- Use a Gaussian "Aperture Function" This code segement can use a measured aperture function just as easily - simply replace the next five lines by "load measured_aperture" where measured_aperture is the measur
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1049
    • 提供者:sabah_altaie
  1. IFFT

    0下载:
  2. 自己編寫的matlab代碼,實現fft函數及ifft函數功能-I have written matlab code to achieve the original fft function and the ifft function
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:649
    • 提供者:Sherry
  1. 2d_music

    1下载:
  2. 一种声源多维定位MUSIC算法 宽带信号通过FFT转换为窄带信号,在通过普通的窄带处理求出信号的方位信息。 注:这里的信号是wav格式的音频信号 程序还没有实现加权谱空间 QQ:2395558091 资料共享哦!-Source 2D positioning music algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1344
    • 提供者:王刚
  1. FFT

    0下载:
  2. Efficient 1d and 2d FFT algorithm in C
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:2171
    • 提供者:8-bit
  1. Array-antenna-analysis-with-FFT

    1下载:
  2. 一维和二维阵列天线FFT分析,对不同间距的均匀阵列做了详细处理-1D and 2D array antenna analysis with FFT, and dealt with different inter-element distance.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:2136
    • 提供者:从此走
  1. 2D-FFT

    0下载:
  2. 构造一个线性调频信号作为差频信号进行2D FFT处理 -create a LSM signal. make 2D FFT of the signal above
  3. 所属分类:matlab

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

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

    • 发布日期:2017-04-29
    • 文件大小: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

    0下载:
  2. fft.matlab 程序,二维fft.matlab 程序(fft.matlab,2d.fft.matlab)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-22
    • 文件大小:2048
    • 提供者:时慕
  1. fft_2d_test

    1下载:
  2. fft_2d_test.m:对三角LFMCW雷达回波进行2维FFT处理,获得目标的距离速度信息(Perform 2D FFT processing on the triangular LFMCW radar echo to obtain the target distance velocity information)
  3. 所属分类:matlab例程

    • 发布日期:2019-07-11
    • 文件大小:1024
    • 提供者:yuxiu1hao
« 12 »
搜珍网 www.dssz.com