1)FFT algorithm快速傅里叶变换算法
英文短句/例句
1.twiddle factor FFT algorithm旋转因子快速傅里叶变换算法
2.Fast Fourier transform algorithm for the combined integral equation to solve electrically large scattering problems电大散射问题的复合场积分方程快速傅里叶变换算法
3.Simultaneous Calibration Algorithm of Phase Shifting Based on FFT基于快速傅里叶变换的实时相移校正算法
4.fast-Fourier-transform analyzer快速傅里叶变换分析仪
5.The Algorithm with Image Data Compression of FFT快速傅立叶变换的图像数据压缩算法
6.A Fast Image Hiding Algrithm Based on Fast Fourier Transform一种基于快速傅立叶变换的图像快速隐藏算法
7.Goertzel algorithm is a fast algorithm of DFT.戈泽尔算法是离散傅立叶变换的一种快速算法。
8.Calculating Frequency Spectrum of Series Signal by FFT;用快速傅里叶变换计算连续信号的频谱
9.Pricing American Put Options: A Fast Fourier Transform Method;美式看跌期权定价的快速傅里叶变换法
10.convolution with FFT利用快速傅里叶变换的卷积
11.fast-Fourier-transform spectrum analyzer快速傅里叶变换频谱分析仪
12.Application and Implementation of FFT/IFFT Based on Mixed Radix in VDSL2 System基于混合基算法的快速傅立叶变换和反变换在VDSL2中的应用与实现
13.rapid Fourier transform NMR correlation spectroscopy快速傅立叶变换核磁共振相关波谱法
14.Mathematical Reasoning and Practical Formulas for Frequency Spectrum Analyzing Method Using Fast Anti alias Fourier Transform快速抗混迭傅立叶变换频谱计算法的推证及实用计算公式
15.reduced DFT algorithm简化离散傅里叶变换算法
16.Identification of Radix Codonopsis of Different Growing Years by FTIR傅里叶变换红外光谱法简便快速鉴别不同生长年限党参
17.Development of Network Harmonic Analyser Based on Fast Foutier Transform;快速傅里叶变换电网谐波分析仪的研究
18.The Realization of Fast Fourier Transform Based on FPGA in Laser Spectrum Detection;激光光谱探测中快速傅里叶变换的FPGA实现
相关短句/例句
FFT快速傅里叶变换算法
1.Discrete fast Fourier transform (FFT) has been widely applied to signal spectral analysis and can figure out the entire bandwidth spectrum of a signal.离散快速傅里叶变换算法在频谱分析中得到了广泛的应用,这种算法得到的计算结果是在整个频段上的频谱信息。
3)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)FFT快速傅里叶变换
1.A CGFFT algorithm for transformation from the near-field to the aperture-field;近场口径场变换的共轭递度快速傅里叶变换算法
2.The N = 2 ̄M FFT Algorithm for Decimation in Time;时域抽取基2快速傅里叶变换(FFT)算法
3.PRECISE LASER WAVELENGTH DETERMINED BY FFT;用快速傅里叶变换精确测定激光波长
6)fast Fourier transform快速傅里叶变换
1.The Fast Fourier Transform Identifies the Frequency Responses of Mathematical Models in Discrete Time Domain;快速傅里叶变换辨识时域离散数学模型的频率特性
2.The numerical simulation of diffraction based on fast Fourier transform;基于快速傅里叶变换的衍射现象的数值仿真
3.The Realization of Fast Fourier Transform Based on FPGA in Laser Spectrum Detection;激光光谱探测中快速傅里叶变换的FPGA实现
延伸阅读
快速傅里叶变换快速傅里叶变换fastFouriertransformation进行有限离散傅里叶变换(DFT)的快速算法。简称FFT。一个复杂的波形可以分解为一系列谐波。针对这一物理现象,在数学上建立并发展了一套有效的研究方法,这就是傅里叶分析。利用电子计算机进行傅里叶分析,主要处理离散函数的傅里叶展开,也就是三角函数的插值问题。一维DFT所作的工作主要是把一个N元数组A(i)(i=0,1,…,N-1)通过一种线性变换变成另一个N元数组X(i)(i=0,…N,-1)。如果直接计算全部数组元素大约需要进行N2次的乘法和加法运算,当N很大时其计算量是很惊人的。1965年美国人库利和图基提出一种能大幅度减少运算次数的快速算法,即FFT算法,它的基本原理是将一个变换分解为两个变换的乘积,并利用三角函数的周期性质,将原先的变换公式重新组合为新的公式,从而把运算次数减少到Nlog2N的量级。这就是说,FFT算法比DFT算法提高工效N/log2N倍,例如N=220时,约提高5万倍速度,可见当N很大时,这是一个了不起的提高。FFT技术在谱分析、数字滤波、结构分析、系统分析、图像与信号处理,以及物探、天线、雷达、卫星、医疗等众多技术领域已获得成功的应用。