搜索结果

找到约 1,531 项符合 Fft 的查询结果

按分类筛选

显示更多分类

matlab例程 FFTGUI Demonstration of Finite Fourier Transform. FFTGUI(y) plots real(y), imag(y), real(fft(y)

FFTGUI Demonstration of Finite Fourier Transform. FFTGUI(y) plots real(y), imag(y), real(fft(y)) and imag(fft(y)). FFTGUI, without any arguments, uses y = zeros(1,32). When any point is moved with the mouse, the other plots respond. Inspired by Java applet by Dave Hale, Stanford Explo ...
https://www.eeworm.com/dl/665/449126.html
下载: 73
查看: 1064

单片机开发 FFT汇编

FFT汇编,用于MSP430系列 128点,频率抽取,外加功率谱分析
https://www.eeworm.com/dl/648/449561.html
下载: 141
查看: 1019

单片机开发 虽然很多人都知道FFT是什么

虽然很多人都知道FFT是什么,可以用来做什么,怎么去做,但是却不知道FFT之后的结果是什意思、如何决定要使用多少点来做FFT。
https://www.eeworm.com/dl/648/449708.html
下载: 135
查看: 1057

数学计算 本程序可以用来实现FFT的经典算法

本程序可以用来实现FFT的经典算法,虽然现在已经有好多人开发了很多实现逆序的方法,但这种算法易懂好理解,让大家共享
https://www.eeworm.com/dl/641/449961.html
下载: 51
查看: 1088

DSP编程 蝶形运算,用于TI VC33 DSP上的256点FFT程序

蝶形运算,用于TI VC33 DSP上的256点FFT程序
https://www.eeworm.com/dl/516/451094.html
下载: 100
查看: 1052

DSP编程 在window下开发的4096点FFT源码

在window下开发的4096点FFT源码,使用C开发,对学习数字信号处理有一定帮助
https://www.eeworm.com/dl/516/451802.html
下载: 55
查看: 1055

数学计算 FFT 算法的C语言班版描述。本人亲自编写

FFT 算法的C语言班版描述。本人亲自编写,希望对你有用。
https://www.eeworm.com/dl/641/452141.html
下载: 186
查看: 1025

数学计算 DSP实现蝶形FFT算法 为某开发板公司5509开发板资料

DSP实现蝶形FFT算法 为某开发板公司5509开发板资料
https://www.eeworm.com/dl/641/453153.html
下载: 185
查看: 1039

数学计算 The code performs a number (ITERS) of iterations of the Bailey s 6-step FFT alg

The code performs a number (ITERS) of iterations of the Bailey s 6-step FFT algorithm (following the ideas in the CMU Task parallel suite). 1.- Generates an input signal vector (dgen) with size n=n1xn2 stored in row major order ...
https://www.eeworm.com/dl/641/453195.html
下载: 198
查看: 1087

数学计算 实现FFT变换的函数。调用形式为y=bianhuan(xr,n) 其中

实现FFT变换的函数。调用形式为y=bianhuan(xr,n) 其中,xr为要进行傅立叶变换的采样信号为输入,y为输出,n为信号xr的长度。
https://www.eeworm.com/dl/641/453702.html
下载: 85
查看: 1045