搜索结果
找到约 10,000 项符合
如何学习 FFt? 的查询结果
按分类筛选
- 全部分类
- 技术资料 (17724)
- 其他书籍 (2420)
- Java编程 (2078)
- VC书籍 (1887)
- 单片机开发 (1848)
- 其他 (1834)
- matlab例程 (1003)
- 电子书籍 (967)
- Java书籍 (878)
- Linux/Unix编程 (867)
- 软件设计/软件工程 (785)
- 人工智能/神经网络 (736)
- 单片机编程 (717)
- DSP编程 (669)
- 书籍源码 (612)
- 嵌入式/单片机编程 (597)
- 数学计算 (567)
- 微处理器开发 (566)
- VHDL/FPGA/Verilog (546)
- 文章/文档 (516)
- 数据结构 (506)
- 汇编语言 (398)
- 游戏 (373)
- 通讯编程文档 (330)
- Internet/网络编程 (326)
- 文件格式 (324)
- 学术论文 (319)
- Delphi控件源码 (311)
- 软件工程 (294)
- 系统设计方案 (261)
- J2ME (260)
- VIP专区 (258)
- SQL Server (256)
- Jsp/Servlet (254)
- 教育系统应用 (246)
- 编译器/解释器 (241)
- 技术书籍 (240)
- 加密解密 (237)
- 嵌入式Linux (232)
- 数值算法/人工智能 (229)
- 通讯/手机编程 (222)
- 其他嵌入式/单片机内容 (222)
- 源码 (221)
- 书籍 (217)
- 操作系统开发 (213)
- 企业管理 (209)
- 数据库系统 (208)
- 驱动编程 (197)
- uCOS (196)
- 可编程逻辑 (188)
- 教程资料 (184)
- 技术教程 (170)
- Windows CE (162)
- 技术管理 (153)
- 嵌入式综合 (151)
- 串口编程 (148)
- 网络 (147)
- 压缩解压 (144)
- 其他数据库 (136)
- FlashMX/Flex源码 (129)
- Applet (123)
- 教程 (117)
- 其他行业 (116)
- Symbian (105)
- Delphi/CppBuilder (98)
- PCB相关 (96)
- C/C++语言编程 (94)
- JavaScript (94)
- 中间件编程 (92)
- 电源技术 (89)
- Ajax (85)
- VxWorks (83)
- 编辑器/阅读器 (78)
- 模拟电子 (75)
- USB编程 (72)
- 人物传记/成功经验 (71)
- 多国语言处理 (68)
- 行业发展研究 (67)
- Oracle数据库 (63)
- 通信网络 (61)
- 教程资料 (56)
- *行业应用 (55)
- 软件 (53)
- 教程资料 (53)
- OA系统 (52)
- 笔记 (50)
- BREW编程 (46)
- 易语言编程 (46)
- 论文 (44)
- 无线通信 (43)
- 其他文档 (42)
- MTK (42)
- 手册 (40)
- 资料/手册 (40)
- 测试测量 (40)
- MySQL数据库 (40)
- 并行计算 (40)
- 工控技术 (39)
- STL (39)
- 酒店行业 (38)
技术资料 通过1个复FFT计算2个实FFT的例子
此算法是通过1个复FFT计算2个实FFT的算法,这样节省很多时间,而且实现起来简单。结合自己的思想和算法,经过改进可以应用到多个工程算法当中去。
其他 8点基二fft Fast Fourier Transform (FFT). Using 8 points, takes about 1.2 ms to execute one FFT. Se
8点基二fft
Fast Fourier Transform (FFT).
Using 8 points, takes about 1.2 ms to execute one FFT.
Sets up General Purpose Timer 1 to generate events at 10 kHz.
Will produce 10 kHz output on T1PWM and T1PWM pins.
DSP编程 DSP快速付里叶变换FFT DSP快速付里叶变换FFT DSP快速付里叶变换FFT
DSP快速付里叶变换FFT
DSP快速付里叶变换FFT
DSP快速付里叶变换FFT
DSP编程 快速傅立叶变换(FFT)的原理。 2407的FFT的程序代码
快速傅立叶变换(FFT)的原理。
2407的FFT的程序代码
数学计算 DIT-FFT算法子程序 FFT长度为2m
DIT-FFT算法子程序
FFT长度为2m,m为正整数。FFT输出结果放在输入复数数组中。其中xr存放信号序列实部,xi存放信号序列虚部。如果信号长度小于N,需要给xr和xi后面补足0,计算结果x(k)的实部和虚部仍然分别存放在数组xr和xi中。 ...
数学计算 DIT-FFT算法子程序 FFT长度为2m
DIT-FFT算法子程序
FFT长度为2m,m为正整数。FFT输出结果放在输入复数数组中。其中xr存放信号序列实部,xi存放信号序列虚部。如果信号长度小于N,需要给xr和xi后面补足0,计算结果x(k)的实部和虚部仍然分别存放在数组xr和xi中。 ...
DSP编程 the program is used to find out the FFT using time in decimation and solves problem of dsp fft ,comp
the program is used to find out the FFT using time in decimation and solves problem of dsp fft ,compared with inbuilt fft and goertzel function , working well given with output also.
软件设计/软件工程 ImpulseC Codeveloper fft code. This file implements the hardware portion of a 256 sample FFT using a
ImpulseC Codeveloper fft code. This file implements the hardware portion of a 256 sample FFT using a radix-4 algorithm. This implementation demonstrates that results similar to hand-coded HDL can be achieved
using the C language, and without using a low-level style of C code.
数学计算 This is a simple one dimensional Fast Fourier Transform (and Inverse FFT) test program. FFT(and Inve
This is a simple one dimensional Fast Fourier Transform (and Inverse FFT) test program. FFT(and Inverse FFT) is implemeted as a function. 2^n-point FFT is possible.
技术资料 FFT Verilog RTL 经过测试与Altera FFT IP相当的verilog代码
FFT Verilog RTL 经过测试与Altera FFT IP相当的verilog代码