搜索结果
找到约 112 项符合
FOURIER 的查询结果
按分类筛选
- 全部分类
- 数学计算 (31)
- matlab例程 (22)
- 其他 (7)
- 数值算法/人工智能 (6)
- 通讯/手机编程 (4)
- 其他书籍 (4)
- 学术论文 (3)
- 行业发展研究 (3)
- 书籍源码 (2)
- 文章/文档 (2)
- 系统设计方案 (2)
- VHDL/FPGA/Verilog (2)
- 软件设计/软件工程 (2)
- 压缩解压 (2)
- 书籍 (2)
- 多媒体处理 (1)
- 单片机编程 (1)
- 测试测量 (1)
- 数据结构 (1)
- 其他行业 (1)
- 中间件编程 (1)
- 单片机开发 (1)
- 文件格式 (1)
- 电子书籍 (1)
- 其他嵌入式/单片机内容 (1)
- 通讯编程文档 (1)
- 嵌入式/单片机编程 (1)
- DSP编程 (1)
- 汇编语言 (1)
- *行业应用 (1)
- 仿真技术 (1)
- 其他 (1)
- 源码 (1)
数学计算 This article describes a new efficient implementation of the Cooley-Tukey fast Fourier transform (FF
This article describes a new efficient implementation of the Cooley-Tukey fast Fourier transform (FFT) algorithm using C++ template metaprogramming. Thank to the recursive nature of the FFT, the source code is more readable and faster than the classical implementation. The efficiency is proved by pe ...
DSP编程 DSP and fourier transforms
DSP and fourier transforms
汇编语言 A 64 points Discrete Fourier Transform code in AVR asm.
A 64 points Discrete Fourier Transform code in AVR asm.
数学计算 分数阶Fourier变换及其应用 经典文献 1996年
分数阶Fourier变换及其应用 经典文献 1996年
*行业应用 基于分数阶Fourier变换的水声信道参数估计
基于分数阶Fourier变换的水声信道参数估计
其他 calcula la transformada de fourier de una imagen
calcula la transformada de fourier de una imagen
数学计算 These Fourier routines were originally based on the Fourier routines of the same names from the
These Fourier routines were originally based on the Fourier
routines of the same names from the NETLIB bihar and fftpack
fortran libraries developed by Paul N. Swarztrauber at the National
Center for Atmospheric Research in Boulder, CO USA. They have been
reimplemented in C and optimize ...
数学计算 Fast Fourier Transform in C
Fast Fourier Transform in C
学术论文 基于FPGA的快速傅立叶变换.rar
随着数字电子技术的发展,数字信号处理广泛应用于声纳、雷达、通讯语音处理和图像处理等领域。快速傅立叶变换(Fast Fourier Transform,FFT)在数字信号处理系统中起着很重要的作用,FFT 有效地提高了离散傅立叶变换(Discret Fourier Transform,DFT)的运算效率。 处理器一般要求具有高速度、高精度、大容量和实时处理的性能 ...
学术论文 基于FPGA的FFT数字处理器的硬件实现
DFT(Discrete Fourier Transformation)是数字信号分析与处理如图形、语音及图像等领域的重要变换工具,直接计算DFT的计算量与变换区间长度N的平方成正比.当N较大时,因计算量太大,直接用DFT算法进行谱分析和喜好的实时处理是不切实际的.快速傅里叶变换(Fast Fourier Transformation,简称FFT)使DFT运算效率提高1~2个数量级.本 ...