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

搜索资源列表

  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. 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. fft256

    0下载:
  2. FFT,即为快速傅氏变换,是离散傅氏变换的快速算法,它是根据离散傅氏变换的奇、偶、虚、实等特性,对离散傅立叶变换的算法进行改进获得的。-FFT, is the fast Fourier transform, discrete Fourier transform is a fast algorithm, which is the discrete Fourier transform of the odd, even, true, real and other characteristics of
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:16929
    • 提供者:heyan
  1. DFT_ang

    0下载:
  2. 在uVision环境下用C编程,用离散傅里叶变换可以计算出频率的值-In uVision environment using C programming, using discrete Fourier transform frequency value can be calculated
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:846
    • 提供者:
  1. DFT

    0下载:
  2. Discrete fourier transform of the signal...cpp code-Discrete fourier transform of the signal...cpp code...
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:518
    • 提供者:SSB
  1. DFT_AND_IDFT

    0下载:
  2. A simple program to find the discrete fourier transform(DFT) and inverse discrete fourier transform(IDFT) of a signal.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2635
    • 提供者:Renu
  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. 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. F_Kzy

    1下载:
  2. fk正演模拟,生成地震记录。由于是本人最早写的程序,里面的离散傅里叶变换并非快速傅里叶变换。读者可改成快速傅里叶变换-fk forward modeling to produce seismic records. I write because it is the first program, which is not a discrete Fourier transform fast Fourier transform. Readers can change the fast Fourier
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-14
    • 文件大小:1521
    • 提供者:王老五
  1. dft

    0下载:
  2. This contain discrete fourier transform code and inverse discrete fourier transform coded in matlab and also contain dfs and idfs
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1514
    • 提供者:usman
  1. FFT

    0下载:
  2. FFT,即为快速傅氏变换,是离散傅氏变换的快速算法!-FFT, fast Fourier transform is the is the Discrete Fourier Transform Algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:252617
    • 提供者:李宏宇
  1. DiscreteFouriertransform

    0下载:
  2. discrete fourier transform
  3. 所属分类:File Formats

    • 发布日期:2017-04-04
    • 文件大小:293544
    • 提供者:Pearl Malik
  1. dft

    1下载:
  2. 通过MATLAB工具箱运用离散傅里叶变换对正弦信号和放波信号进行傅里叶分析-Through the use of Discrete Fourier Transform MATLAB toolbox on the sine wave signal and let the Fourier analysis of signals
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:725
    • 提供者:段西
  1. fourier

    0下载:
  2. 编写离散时间傅里叶变换子函数,并调用此函数求下列序列的离散时间傅里叶变换-The preparation of discrete-time Fourier transform subroutine, and call this function find the following sequence of discrete-time Fourier transform
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1257
    • 提供者:zz
  1. FFT

    0下载:
  2. 快速傅里叶变换c程序,用FFT实现离散傅里叶变换 -Fast Fourier transform c program, with the discrete Fourier transform FFT
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1169
    • 提供者:houmeng
  1. FFTdesin

    0下载:
  2. 傅里叶变换能将满足一定条件的某个函数表示成三角函数(正弦和/或余弦函数)或者它们的积分的线性组合。在不同的研究领域,傅里叶变换具有多种不同的变体形式,如连续傅里叶变换和离散傅里叶变换。最初傅里叶分析是作为热过程的解析分析的工具被提出的-Fourier transform to meet certain conditions can be expressed as a function of trigonometric functions (sine and/or cosine functions
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:25978
    • 提供者:jxy
  1. dft_in_matlab_using_fft_1594

    0下载:
  2. Discrete Fourier Transform in MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:114064
    • 提供者:Talib Al-Shehhi
  1. matlab_coding__dft_in_matlab_using_fft_1386

    0下载:
  2. Discrete Fourier Transform in MATLAB Solution of Problems
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:30764
    • 提供者:Talib Al-Shehhi
  1. Dsp

    0下载:
  2. bi-linear Filter. Circular Convolution of two sequences using DFT and IDFT. Discrete Fourier Transform (DFT) of the sequence
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3467
    • 提供者:v s Phad
  1. dsp

    0下载:
  2. 这是关于现代信号处理的一些课件,主要讲述了有关离散序列的傅里叶变换等-This is about some of the courseware of modern signal processing, mainly tells about the discrete Fourier transform sequence
  3. 所属分类:matlab

    • 发布日期:2017-06-13
    • 文件大小:20906142
    • 提供者:邓炼
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 37 »
搜珍网 www.dssz.com