搜索结果
找到约 10,000 项符合
matlab fft 的查询结果
按分类筛选
- 全部分类
- matlab例程 (9763)
- 技术资料 (5183)
- 其他 (1099)
- 人工智能/神经网络 (1039)
- 其他书籍 (860)
- 数学计算 (770)
- 通讯/手机编程 (459)
- 书籍源码 (440)
- 源码 (408)
- 学术论文 (389)
- 数值算法/人工智能 (378)
- DSP编程 (374)
- 电子书籍 (301)
- 通讯编程文档 (227)
- 软件设计/软件工程 (200)
- 文章/文档 (195)
- 压缩解压 (194)
- VHDL/FPGA/Verilog (154)
- 邮电通讯系统 (130)
- 文件格式 (117)
- 汇编语言 (111)
- Matlab (106)
- 单片机开发 (104)
- 系统设计方案 (102)
- 其他行业 (93)
- 软件工程 (90)
- 嵌入式/单片机编程 (79)
- VC书籍 (72)
- 3G开发 (69)
- 中间件编程 (66)
- GPS编程 (58)
- 加密解密 (54)
- 书籍 (51)
- 教程 (51)
- 教程资料 (51)
- 仿真技术 (48)
- 技术书籍 (45)
- 交通/航空行业 (45)
- VIP专区 (45)
- 编译器/解释器 (43)
- 并行计算 (42)
- 微处理器开发 (37)
- 生物技术 (36)
- 无线通信 (34)
- 数据结构 (34)
- *行业应用 (33)
- 模拟电子 (31)
- 技术教程 (29)
- 论文 (28)
- 单片机编程 (27)
- 电源技术 (27)
- 通信网络 (27)
- 教育系统应用 (27)
- 软件 (26)
- 语音压缩 (26)
- 开发工具 (25)
- 其他嵌入式/单片机内容 (25)
- C/C++语言编程 (24)
- Java编程 (24)
- 行业发展研究 (24)
- 实用工具 (23)
- 图形图像 (22)
- 技术管理 (21)
- 多国语言处理 (20)
- Matlab (19)
- 可编程逻辑 (18)
- Linux/Unix编程 (18)
- Modem编程 (18)
- 测试测量 (17)
- 图形图像 (17)
- 笔记 (14)
- 其他文档 (14)
- 传真(Fax)编程 (14)
- 精品软件 (13)
- 多媒体处理 (12)
- 其他 (11)
- 设计相关 (11)
- Delphi控件源码 (10)
- 医药行业 (10)
- 行业应用文档 (9)
- 数据库系统 (9)
- 串口编程 (9)
- 电子书籍 (8)
- 传感与控制 (8)
- 嵌入式综合 (8)
- Internet/网络编程 (8)
- 游戏 (8)
- 金融证券系统 (8)
- 习题答案 (7)
- 应用设计 (7)
- 电机控制 (7)
- 网络 (7)
- Windows Mobile (7)
- RFID编程 (7)
- 能源行业(电力石油煤炭) (7)
- 操作系统开发 (6)
- 源码/资料 (6)
- 编辑器/阅读器 (6)
- CA认证 (6)
- 手册 (5)
技术资料 通过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代码