搜索资源列表

  1. vbFFT

    0下载:
  2. 在VB环境下,实现的快速傅立叶变换(即FFT)算法.-in VB environment, the realization of the Fast Fourier Transform (FFT) algorithms.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:45056
    • 提供者:何晓强
  1. dancy_graphics

    0下载:
  2. 示例图像处理中的若干算法,包括傅立叶正拟变换,低高通滤波,中值平衡等-examples of image processing algorithms, including Fourier transform is proposed, low-pass filter, the value of balance
  3. 所属分类:波变换

    • 发布日期:2024-05-19
    • 文件大小:317440
    • 提供者:夏小丹
  1. f_ifft

    0下载:
  2. OFDM中的关于快速傅立叶变换的个人设计的MATLAB的算法,比较经典的 !-OFDM on the Fast Fourier Transform personal design MATLAB algorithm, more classic!
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:20480
    • 提供者:yeyue
  1. DTMF_GEN_DEC

    0下载:
  2. Goertzel算法是DTMF信号检测的核心,它利用二极点的IIR滤波器计算离散傅立叶变换值,快速有效的提取输入信号的频谱信息。-Goertzel algorithm algorithm is DTMF signal detection at the core, It uses two poles of the IIR filter calculating the discrete Fourier transform value rap
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-19
    • 文件大小:9216
    • 提供者:zhaihui
  1. mixfft

    0下载:
  2. 基于多点的快速傅立叶变换算法C++开发环境-based on multi-point fast Fourier transform algorithm C Development Environment
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:77824
    • 提供者:王健
  1. chenbihongsuanfayanghj666

    0下载:
  2. 《陈必红算法》一书的附带的源代码,并有经本人修改过能在VC中使用。原书是在C++BUILDER中使用的。并加了一些其他的功能,比如样条插值等。此代码,可以完成矩阵的很多数值算法,求逆阵、特征向量、特征值,矩阵的加减乘除、傅立叶变换、gamma函数、数值解分微分等。-"Chen Hung method," a fringe of the source code, and as I changed the VC can
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:210944
    • 提供者:yyy
  1. DIT-FFT

    0下载:
  2. 本人编写的按时间抽取的快速傅立叶变换算法,非常实用的算法程序。-prepared by the time taken by the Fast Fourier Transform algorithm, the algorithm is very practical procedures.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:方芳
  1. DSP3_MATLAB

    0下载:
  2. 离散时间信号的傅立叶变换的各个例子的算法,很不错的,希望对大家有用-discrete-time signal Fourier Transform algorithm examples, very good, we hope to useful
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:5120
    • 提供者:陈紫萱
  1. image_fly

    0下载:
  2. 傅立叶变换算法的VC实现,希望大家喜欢。-Fourier Transform algorithm VC, hope you like them.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:147456
    • 提供者:gmae
  1. FFTExample_vcpp60

    1下载:
  2. VC++6.0上傅立叶变换FFT算法的示例程序。-VC 6.0 on the Fourier Transform FFT algorithm sample program.
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-19
    • 文件大小:39936
    • 提供者:俊杰
  1. FFTfrequencychartisanalytical

    0下载:
  2. 1.通过实验加深对快速傅立叶变换(FFT)基本原理的理解。 2.了解FFT点数与频谱分辨率的关系,以及两种加长序列FFT与原序列FFT的关系。 离散傅里叶变换(DFT)和卷积是信号处理中两个最基本也是最常用的运算,它们涉及到信号与系统的分析与综合这一广泛的信号处理领域。实际上卷积与DFT之间有着互通的联系:卷积可化为DFT来实现,其它的许多算法,如相关、滤波和谱估计等都可化为DFT来实现,DFT也可化为卷积来实现。-1. De
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:深蓝
  1. FFT_2

    0下载:
  2. 使用C语言详细实现了两种不同的快速傅立叶变换算法,可以清楚地理解算法原理。-use of C language in detail to achieve two different fast Fourier transform algorithm, we can clearly understand algorithm principle.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:yangtao
  1. ImageProcessing3

    0下载:
  2. 非常有用的图像处理算法,包括图像的加载.图像反转和傅立叶图像变换-very useful image processing algorithms, including image loading. Image inversion and Fourier Transform Image
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:23552
    • 提供者:helloworld
  1. cxrFFT

    0下载:
  2. 实现一维快速傅里叶变换,采用蝶形算法进行频域变换; 二维快速傅立叶变换在此基础上进行,调用两次一维快速傅里叶变换即可。-achieve a fast Fourier transform, using butterfly frequency domain algorithm transformation; two-dimensional fast Fourier transform on this basis, call a two-
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:cxr
  1. radix-2FFT

    0下载:
  2. 基2FFT,是DFT(离散傅立叶变换)的快速算法-radix 2 FFT, DFT (Discrete Fourier Transform) Fast Algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:Terry
  1. dsp-c-relize

    0下载:
  2. C语言实现各种常用的数字信号处理方法。比如复数运算、快速傅立叶变换FFT以及各种滤波算法-C language commonly used in various digital signal processing methods. For example, complex operations, FFT fast Fourier transform algorithm and the various filtering
  3. 所属分类:DSP编程

    • 发布日期:2024-05-19
    • 文件大小:70656
    • 提供者:王雪松
  1. s0198594

    0下载:
  2. 介绍防手震的文章。文章提供了目前标准的防手震软件算法(傅立叶变换反变换方法等)。-of anti-tremor article. The article provided the current standard anti-tremor software algorithm (Fourier transform inverse transform method, etc.).
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:488448
    • 提供者:王义金
  1. FFT_1D

    0下载:
  2. 快速傅立叶变换的matlab实现,一维情况下利用蝶形算法实现-Fast Fourier Transform Implementation of Matlab, a dimension of the use of butterfly Algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:江边漫步
  1. NeonatalFacialExpressionFeatureExtraction

    0下载:
  2. 利用快速傅立叶变换实现了人脸表情图像的Gabor变换的快速算法 针对不同尺度的Gabor小波特征采用不同的下采样因子来对Gabor变换特征进行第一次降维 利用一种改进的核鉴别分析方法对Gabor特征进行二次特征提取-using fast Fourier transform of Facial Expression Gabor transform the image of the fast algorithm for differ
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:32768
    • 提供者:zouchanjie
  1. fft

    0下载:
  2. vc++环境的快速傅立叶变换的算法库,含VC++的测试源代码-vc++ environment Fast Fourier Transform algorithm library, containing VC++ the test source code
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:109568
    • 提供者:gjc
« 1 2 34 5 6 7 8 9 10 ... 26 »

源码中国 www.ymcn.org