CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - FFT 变换

搜索资源列表

  1. soundsignal

    0下载:
  2. 将声音文件在时间轴上分割成几段,分别将段的秩序及某些段内的秩序颠倒,从而实现了对声音文件的加密。首先,先读取一个声音信号,对信号做1024点FFT变换,取完点之后,分成四个向量,四个向量组成一个矩阵,再对每一个向量进行转置,再重新整合,从而就实现了回密的过程。-Sound files on the timeline will be divided into paragraphs, each paragraph of the order and reversed the order of some
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:33.33kb
    • 提供者:yuanyuan
  1. ftt_C_code

    0下载:
  2. fft and ifft c语言实现, 即用c语言实现傅立叶变换和逆变换-fft and ifft c language
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:755byte
    • 提供者:chen yu
  1. FFT

    0下载:
  2. Matlab中信号的快速傅立叶变换的演示程序-Fast Fourier Transform Algorithm in Matlab
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:2.3kb
    • 提供者:陈彬
  1. FFT

    0下载:
  2. 利用傅里叶变换实现两幅大小相同的RGB图像的水印嵌入。包含水印的大小处理,水印嵌入和提取,以及对PNSR的计算。-Fourier transform two of the same size of the RGB image watermark embedding. Contains the size of the watermark processing, the watermark embedding and extraction, as well as on the PNSR the ca
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-06
    • 文件大小:5.15kb
    • 提供者:夏丽娟
  1. vc-DFT-FFT

    0下载:
  2. vc程序,先输入给定的三角波。然后可进行dft,fft等变换-vc program, the first input to a given triangle wave. Then dft, fft transform
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-12
    • 文件大小:1.89mb
    • 提供者:dasf
  1. fft

    0下载:
  2. 计算FFT(快速付立叶变换,可以直接编译并且使用)-Arbitrary Length FFT
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-20
    • 文件大小:39.27kb
    • 提供者:tomato
  1. fft

    0下载:
  2. 快速傅里叶变换的C语言实现,附带文字说明-Visual c code and descr iption for FFT
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:1.5kb
    • 提供者:刘肖
  1. sFFT-1.0-2.0.tar

    0下载:
  2. 洗漱傅里叶变换1.0 2.0 两个版本 C/A码捕获-sparse FFT
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:376.49kb
    • 提供者:桑靖
  1. sFFT-1.0-2.0.tar

    1下载:
  2. 稀疏傅里叶变换算法利用了数字信号处理,特别是高斯和多尔夫-切比雪夫滤波器的技术。与传统的解决方法不同,对于这个问题我们的算法是不迭代的。也就是说,它用一种类似绘制/流式算法的方式“一次”识别并估计k个最大系数,而并非估计“大”系数以及在提示下相减、递归。-Sparse Fast Fourier Transform (SFFT) is a class of sub-linear time algorithms for computing the discrete Fourier transfo
  3. 所属分类:Driver develop

    • 发布日期:2017-04-01
    • 文件大小:382.62kb
    • 提供者:
  1. int_fft

    0下载:
  2. linux操作系统环境下进行快速傅里叶FFT变换分析的C程序代码-Linux operating system environments under the fast FFT Fourier transform c code
  3. 所属分类:Driver develop

    • 发布日期:2017-04-15
    • 文件大小:6kb
    • 提供者:何晨光
  1. fftw_examples.tar

    0下载:
  2. 代码举例了3中函数的fft变换。需要用到fftw库文件,可以自己到fftw官方下载-Examples of code in the function fft transform 3. Need to use fftw library file, you can download your own to fftw official
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-03
    • 文件大小:679.77kb
    • 提供者:关凤
  1. file

    0下载:
  2. 哈特莱变换的产生和解调,可以用于编码解码,以及接受处理时代替FFT的程序-Hartley transform of generation and demodulation, and can be used to code decoding, and accept the processing instead of the FFT program
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:4.51kb
    • 提供者:lrr
  1. testFFT

    0下载:
  2. 实现fft快速傅里叶变换,对数据进行快速傅里叶变换-FFT
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-30
    • 文件大小:215.04kb
    • 提供者:林可
  1. huadongpingju

    0下载:
  2. 传统傅里叶变换(Fourier Transform)分析方法已经在众多的领域内产生巨大影响。特别在1965年之后,快速傅里叶变换(FFT)算法的发现及改进使得离散傅里叶变换(DFT)实现了高效的数学实现,为数字信号处理技术应用于各种信号的实时处理创造了条件,加速了离散时间信号与系统分析技术的发展。-it good for you.Traditional Fourier transform (Transform Fourier) analysis method has a great impact
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-04
    • 文件大小:6.63kb
    • 提供者:gary
搜珍网 www.dssz.com