说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 快速富里叶变换
1)  fast Fourier transform
快速富里叶变换
1.
A particular feature of this mixed method is that conjugate gradient method (CGM) and fast Fourier transform (FFT) technique are used .
在求解过程中应用共轭梯度法 (CGM)和快速富里叶变换 (FFT)相结合的方法降低所需计算机内存和CPU时间。
2)  FFT
快速富里叶变换
1.
A fast algorithm for caculating the inverse matrices and multiplication of(R,r)-block circulants by using the Fast Fourier Transform(FFT) and reduced-order method has been given,their computation time complexity are O(mnlog2mn).
利用矩阵分块逐次降阶的方法和快速富里叶变换(FFT),给出了mn阶(R,r)-循环分块矩阵求逆与相乘的一种快速算法,证明了其计算复杂性为O(mnlog2mn)。
3)  FFT
快速富立叶变换
1.
In this paper a digital filing based on FFT technique is applied to treat the Mossbaure Spectrum with noise pollution,the result is quite good.
本文讨论了用快速富立叶变换(FFT)技术,对混杂了较大噪声的穆斯堡尔谱信号进行的数学滤波处理,结果表明 FFT 滤波效果甚佳,在保证原实验谱不发生明显畸变的前提下,为提取穆斯堡尔谱中的微弱信号开辟了新的途径。
2.
A mixed technique of moment method(MoM),conjugate gradient method(CGM) and fast Fourier transform(FFT) is presented to deal with the electromagnetic scattering of cylinders,which have arbitrary cross-sections and are composed of conductor or inhomogeneors dielectric.
本文提出一种MoM-CGM-FFT(矩量法-共轭梯度法-快速富立叶变换)的混合技术来分析任意截面和非均匀介质柱的做射问题。
4)  fast fourier transform (FFT)
快速傅里叶变换
1.
Then the fast Fourier transform (FFT) is adopted to calculate the Fourier coefficients of the fundamental.
介绍了电容型设备介质损耗因数在线监测的原理以及监测系统的组成,分析了测量结果的误差来源以及提高测量精度的方法,以谐波分析法为基础,采用基于DSP的跟踪频率变化交流同步采样技术,确保每个周期采样128个点,用快速傅里叶变换(FFT)求出电压、电流信号基波傅里叶系数,通过RS-485总线传给上层变电站信息管理系统。
2.
The Fast Fourier Transform (FFT), developed originally by Cooley and Tukey , is one of the Discrete Fourier Transform (DFT) algorithms .
由Cooley和Tukey提出的快速傅里叶变换算法(Fast Fourier Transform,FFT)是针对数据长度N等于2的整数次幂的算法,也即基2的FFT算法。
5)  fast fourier transform
快速付里叶变换
1.
The frequency analysis of strain-time response signals isPerformed with a fast sampling system and fast Fourier transform.
本文用电测法对独塔斜拉桥的桥塔锚固区、索管及钢梁锚固区在静、动态不同工况下的应变和应力进行了测量和分析,并利用高速数据采集系统和快速付里叶变换(简称FFT)对动载工况下的应变───时间响应信号进行了频谱分析,为优化工程设计和桥的合理使用提供了可靠的参考依据。
2.
In this paper,the method of processing digital singal has been discussed,the author has designed the fast Fourier transform software,has gained signal amplitude spectrum and power spectrum,so the interconnect communication system has the function of frequency spectrum analysis.
本文介绍数字信号处理的方法以及快速付里叶变换程序的设计,从而获得信号的幅频特性以及相应的功率谱,实现了整个联机系统的自动频谱分析功能。
3.
The radix—2 decimation—in—time fast Fourier transform (DIT—FFT) algorithm for a complex sequence was analysed.
通过对复数序列基2时域抽点快速付里叶变换(DIT—FFT)算法的分析,发现其乘法计算量中有一部分不是必需的,在一定条件下可以消除。
6)  FFT
快速付里叶变换
1.
This paper presents a method to implement FFT,which is based on a FFT module founded with VB6.
0设计实现快速付里叶变换(FFT)模块的方法,并在此基础上设计编写了实时海浪功率谱分析软件。
2.
New Algorithm for Calculating Poles of a Thin Wire Scatter by FFT Method;
本文提出一种直接对积分核函数作快速付里叶变换求取直导线散射体极点的新方法,并以平行于无限大导体平面的有限长细导线为例,用较短的计算时间,获得了较高精度的计算结果。
补充资料:快速傅里叶变换
快速傅里叶变换
fast Fourier trans formation

   进行有限离散傅里叶变换(DFT)的快速算法。简称FFT。一个复杂的波形可以分解为一系列谐波。针对这一物理现象,在数学上建立并发展了一套有效的研究方法,这就是傅里叶分析。利用电子计算机进行傅里叶分析,主要处理离散函数的傅里叶展开,也就是三角函数的插值问题。一维DFT所作的工作主要是把一个N元数组Ai)(i=0,1,…,N-1)通过一种线性变换变成另一个N元数组Xi)(i=0,…N,-1)。如果直接计算全部数组元素大约需要进行 N2次的乘法和加法运算,当N很大时其计算量是很惊人的。1965年美国人库利和图基提出一种能大幅度减少运算次数的快速算法,即FFT算法,它的基本原理是将一个变换分解为两个变换的乘积,并利用三角函数的周期性质,将原先的变换公式重新组合为新的公式,从而把运算次数减少到Nlog2N的量级。这就是说,FFT算法比DFT算法提高工效N/log2N倍,例如N=220时,约提高5万倍速度,可见当N很大时,这是一个了不起的提高。FFT技术在谱分析、数字滤波、结构分析、系统分析、图像与信号处理,以及物探、天线、雷达、卫星、医疗等众多技术领域已获得成功的应用。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条