搜索:matlab fft
找到约 10,000 项符合「matlab fft」的查询结果
结果 10,000
按分类筛选
- 全部
- 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)
https://www.eeworm.com/dl/648/280774.html
单片机开发
Kiss FFT is a small and simple FFT library. It has no complicated platform-specific optimizations, c
Kiss FFT is a small and simple FFT library. It has no complicated platform-specific optimizations, can do either fixed or floating point with just a recompile, and is efficient enough for all but the most demanding applications.
https://www.eeworm.com/dl/684/310567.html
软件设计/软件工程
老外写的关于FFT的论文 老外写的关于FFT的论文
老外写的关于FFT的论文
老外写的关于FFT的论文
https://www.eeworm.com/dl/534/320310.html
其他
PWM 变频调速FFT分析 use the FFT tool of Powergui to display the frequency spectrum of voltage and current
PWM 变频调速FFT分析 use the FFT tool of Powergui to display the frequency spectrum of voltage and current waveforms.
https://www.eeworm.com/dl/665/165830.html
matlab例程
matlab实现的hillbert和fft滤波器。适合初学数字信号处理的人学习。
matlab实现的hillbert和fft滤波器。适合初学数字信号处理的人学习。
https://www.eeworm.com/dl/516/314129.html
DSP编程
fft源代码,#include "f2407_c.h" #include "math.h" #define N 32 // FFT变换的点数 extern void fft(void);
fft源代码,#include "f2407_c.h"
#include "math.h"
#define N 32 // FFT变换的点数
extern void fft(void);
extern void resave(void);
interrupt void phantom(void);
void sysinit(void);
extern int input[2*N];
https://www.eeworm.com/dl/652/343486.html
文章/文档
fft.c--This computes an in-place complex-to-complex FFT x and y are the real and imaginary arrays
fft.c--This computes an in-place complex-to-complex FFT
x and y are the real and imaginary arrays of 2^m points.
dir = 1 gives forward transform
dir = -1 gives reverse transform
https://www.eeworm.com/dl/641/428431.html
数学计算
DTMB 中3780FFT应用程序,对特殊长度FFT用了WFTA算法
DTMB 中3780FFT应用程序,对特殊长度FFT用了WFTA算法,还有素因子分解算法
https://www.eeworm.com/dl/647/437673.html
嵌入式/单片机编程
八点FFT在CSS环境下的实现,很完整学习FFT基础
八点FFT在CSS环境下的实现,很完整学习FFT基础