搜索结果
找到约 10,000 项符合
FFt 有哪些应用? 的查询结果
按分类筛选
- 全部分类
- 技术资料 (37832)
- 单片机开发 (4109)
- 其他 (2597)
- 其他书籍 (2410)
- Java编程 (2143)
- 单片机编程 (1815)
- matlab例程 (1714)
- 学术论文 (1668)
- VC书籍 (1338)
- 技术书籍 (1145)
- 软件设计/软件工程 (1033)
- 嵌入式/单片机编程 (1015)
- 人工智能/神经网络 (998)
- DSP编程 (940)
- 电子书籍 (922)
- 数学计算 (859)
- 数据结构 (792)
- Linux/Unix编程 (781)
- 文章/文档 (747)
- 汇编语言 (742)
- 微处理器开发 (734)
- 书籍源码 (685)
- VHDL/FPGA/Verilog (684)
- 系统设计方案 (655)
- Java书籍 (519)
- 电子书籍 (503)
- 电源技术 (448)
- 文件格式 (431)
- 其他嵌入式/单片机内容 (417)
- 教育系统应用 (413)
- 通讯/手机编程 (400)
- 通讯编程文档 (396)
- 数值算法/人工智能 (391)
- Delphi控件源码 (391)
- 加密解密 (390)
- 嵌入式Linux (341)
- SQL Server (332)
- Internet/网络编程 (328)
- 企业管理 (324)
- 模拟电子 (306)
- 游戏 (296)
- 压缩解压 (295)
- VIP专区 (291)
- 软件工程 (287)
- 操作系统开发 (281)
- Windows CE (281)
- 数据库系统 (280)
- 串口编程 (272)
- 可编程逻辑 (268)
- 其他行业 (268)
- 教程资料 (259)
- uCOS (259)
- 编译器/解释器 (245)
- Jsp/Servlet (245)
- J2ME (236)
- 驱动编程 (231)
- 源码 (220)
- 通信网络 (219)
- 技术管理 (217)
- 嵌入式综合 (214)
- 行业发展研究 (211)
- 其他数据库 (192)
- 网络 (183)
- 无线通信 (179)
- 技术教程 (179)
- 书籍 (173)
- 传感与控制 (166)
- USB编程 (148)
- Applet (140)
- 中间件编程 (140)
- 工控技术 (128)
- 测试测量 (126)
- Symbian (126)
- JavaScript (126)
- FlashMX/Flex源码 (120)
- Delphi/CppBuilder (118)
- 手册 (115)
- *行业应用 (113)
- 教程 (107)
- 行业应用文档 (106)
- GPS编程 (106)
- 论文 (104)
- VxWorks (101)
- PCB相关 (100)
- 交通/航空行业 (91)
- C/C++语言编程 (90)
- 多国语言处理 (89)
- 其他 (85)
- 精品软件 (85)
- BREW编程 (83)
- Ajax (80)
- 单片机 (79)
- 邮电通讯系统 (78)
- 手机短信编程 (77)
- 实用电子技术 (75)
- 编辑器/阅读器 (74)
- Oracle数据库 (74)
- 资料/手册 (69)
- 开发工具 (67)
- 软件 (66)
Windows CE wince下的串口列举工具,可以用于判断哪些串口可用,包括虚拟串口.
wince下的串口列举工具,可以用于判断哪些串口可用,包括虚拟串口.
VHDL/FPGA/Verilog 基于FPGA的VGA显示驱动源码~适合哪些想要开发VGA接口驱动的朋友
基于FPGA的VGA显示驱动源码~适合哪些想要开发VGA接口驱动的朋友
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代码