Welcome![Sign In][Sign Up]
Location:
Search - FFT principle

Search list

[Other resource2407FFT

Description: 快速傅立叶变换(FFT)的原理。 2407的FFT的程序代码 -Fast Fourier Transform (FFT) principle. The 2407 code FFT
Platform: | Size: 19700 | Author: 于萧 | Hits:

[CommunicationOFDMTechnologyandApplication

Description: OFDM及其基带FFT实现原理以及OFDM的载波和符号同步问题-and OFDM baseband FFT principle and the carrier OFDM symbols and Synchronization
Platform: | Size: 134202 | Author: Heaton | Hits:

[VHDL-FPGA-Verilog一篇用VHDL实现快速傅立叶变换的论文

Description: 一篇用VHDL实现快速傅立叶变换的论文,包括原理分析和代码实现,印度圣雄甘地大学M.A.学院提供-VHDL with a Fast Fourier Transform papers, including the principle of analysis and implementation of the code, the Mahatma Gandhi Institute of the University of Marat
Platform: | Size: 62464 | Author: | Hits:

[DSP program2407FFT

Description: 快速傅立叶变换(FFT)的原理。 2407的FFT的程序代码 -Fast Fourier Transform (FFT) principle. The 2407 code FFT
Platform: | Size: 19456 | Author: 于萧 | Hits:

[OtherDSPHOMEWORK

Description: 设信号 ,用 对x(t)采样得x(n),是否会发生频谱混叠?现利用FFT分析其频谱。 1.编程绘制该信号的波形。 2.若令N=16,编程对x(n)做FFT运算,并绘制其幅频特性曲线。 3.令N=1024,编程对x(n)做FFT运算,并绘制其幅频特性曲线。 4.分析2、3的运算结果。 设计调试报告要求: 1.工作原理简述; 2.设计思路; 3.难点及解决方法; 4.设计、调试结果及分析; 5.程序文本及操作步骤。-based signal used to x (t) in the sample x (n), whether there will be a spectrum aliasing? FFT analysis is the use of their spectrum. 1. Programming mapping of the signal waveform. 2. If so N = 16, the programming of x (n) do FFT, and the mapping of its amplitude-frequency characteristic curve. 3. Order N = 1024, the programming of x (n) do FFT, and the mapping of its amplitude-frequency characteristic curve. 4. Analysis of two, three computational results. Design debugging reporting requirements : 1. Principle outlined; 2. Design; 3. Difficulties and solutions; 4. Design, debugging and analysis of results; 5. Text and operating procedures steps.
Platform: | Size: 49152 | Author: 魏臻 | Hits:

[AI-NN-PRFFT_2

Description: 使用C语言详细实现了两种不同的快速傅立叶变换算法,可以清楚地理解算法原理。-use of C language in detail to achieve two different fast Fourier transform algorithm, we can clearly understand algorithm principle.
Platform: | Size: 2048 | Author: yangtao | Hits:

[Special Effects20070628

Description: 1.了解离散傅立叶变换及离散余弦变换的基本原理; 2.掌握进行FFT及逆变换的方法; 3.了解图像在频域中处理方法,应用MATLAB语言作简单的低通滤波器。 -1. Understand the discrete Fourier transform and discrete cosine transform the basic principle; 2. master for FFT and inverse transform; 3. understanding of image processing in the frequency domain method, MATLAB language for simple low-pass filter.
Platform: | Size: 16384 | Author: 小春 | Hits:

[Program docOFDMTechnologyandApplication

Description: OFDM及其基带FFT实现原理以及OFDM的载波和符号同步问题-and OFDM baseband FFT principle and the carrier OFDM symbols and Synchronization
Platform: | Size: 134144 | Author: Heaton | Hits:

[AlgorithmFFT

Description: FFT原理,希望能给大家提供帮助,-FFT principle, we hope that they will provide assistance
Platform: | Size: 490496 | Author: liuju | Hits:

[AlgorithmFFT

Description: 详细介绍了关于快速傅立叶变换FFT的算法、原理。-Described in detail on the fast Fourier transform FFT algorithm, principle.
Platform: | Size: 491520 | Author: gareen | Hits:

[Mathimatics-Numerical algorithmsfft

Description: FFT算法的基本原理是把长序列的DFT逐次分解为较短序列的DFT。按照抽取方式的不同可分为DIT-FFT(按时间抽取)和DIF-FFT(按频率抽取)算法。按照蝶形运算的构成不同可分为基2、基4、基8以及任意因子(2n,n为大于1的整数),基2、基4算法较为常用。-FFT algorithm is the basic principle of DFT successive long sequence is broken down into shorter sequences of DFT. In accordance with the different extraction methods can be divided into the DIT-FFT (time taken) and the DIF-FFT (according to the frequency of extraction) algorithm. In accordance with the composition of different butterfly operations can be divided into base 2, base 4, base 8, as well as arbitrary factor (2n, n is an integer greater than 1), radix-2, Radix-4 algorithm is more commonly used.
Platform: | Size: 1024 | Author: 李文 | Hits:

[AlgorithmIntroductionFFT

Description: 一个讲解FFT原理及蝶形算法的讲义!从一个网上朋友共享得来!-A PPT that introduce the principle of FFT and butterfly algorithm ! Shared from a friend online!
Platform: | Size: 483328 | Author: xiaoyu | Hits:

[AlgorithmFFT

Description: FFT算法的基本原理是把长序列的DFT逐次分解为较短序列的DFT.按照抽取方式的不同可分为DIT-FFT(按时间抽取)和DIF-FFT(按频率抽取)算法.按照蝶形运算的构成不同可分为基2、基4、基8以及任意因子(2n,n为大于1的整数),基2、基4算法较为常-The FFT algorithm s basic principle is decomposes gradually long sequence DFT into short sequence DFT. different may divide into according to the extraction way DIT-FFT (according to time extraction) and DIF-FFT (according to frequency extraction) the algorithm. Different may divide into the base 2, base 4, bases according to the butterfly-shaped operation s constitution 8 as well as the random factor (2n, n is bigger than 1 integer), the base 2, base 4 algorithms are more common.
Platform: | Size: 419840 | Author: 卡其米奇 | Hits:

[Windows DevelopFFT

Description: 用CVI写的FFT算法,对于了解FFT的原理比较有用,同时也可熟悉CVI的用法-CVI written by FFT algorithm, FFT principle for understanding the more useful, but also familiar with the usage of CVI
Platform: | Size: 115712 | Author: 肖华菊 | Hits:

[matlabFFT

Description: 通过本试验,基本掌握FFT算法的实现原理,同时能利用MATLAB语言编写完成FFT算法,并对给定的信号进行频谱分析。实验设备:通用计算机+MATLAB 6.0软件。 -Through this test, basically mastered the FFT algorithm implementation principle, while able to use MATLAB language to complete FFT algorithm, and a given signal spectrum analysis. Experimental equipment: general-purpose computer+ MATLAB 6.0 software.
Platform: | Size: 249856 | Author: CWN | Hits:

[VC/MFCfft

Description: 快速傅立叶变换的基本原理和内容,和反变换原理内容-Fast Fourier transform of the basic principles and content, and content of anti-transformation principle
Platform: | Size: 185344 | Author: 理想 | Hits:

[AlgorithmFFT

Description: 压缩文件中包含两个子文件,分别是FFT.h和FFT.cpp,是快速傅立叶变换的c++实现,我封装成了一个类,FFT.cpp里面有详细的原理注释,是根据我本科时候的数字信号处理教材上的算法来实现的,绝对可以正常运行,FFT变换的结果我跟matlab的实验结果进行过对比,数据一致,绝对可行!-Contains two subfolders in the zip file, respectively of is FFT.h and FFT.cpp, fast Fourier transform, c++, I encapsulated into a class, FFT.cpp there are detailed annotation of the principle is based on my undergraduate time digitalsignal processing textbook algorithm can definitely normal operation of the results of FFT transform with matlab experiments, the data is absolutely feasible.
Platform: | Size: 2048 | Author: 顾杰诗 | Hits:

[matlabMatlab--analysis-of-FFT

Description: 在matlab环境中分析FFT原理,认真看看,很快就可以掌握FFT哦-Analysis of the FFT principle in the Matlab environment, take a serious look, can quickly grasp the FFT.
Platform: | Size: 708608 | Author: | Hits:

[matlabFFT-DDI

Description: FFT-DDI的算法说明和内容详解,还有原理解释(FFT-DDI algorithm and detailed description of the content, as well as the principle of explanation)
Platform: | Size: 468992 | Author: 我不是小偷 | Hits:

[Otherfft - 副本

Description: 进行FFT变换。任何连续测量的时序或信号,都可以表示为不同频率的正弦波信号的无限叠加。而根据该原理创立的傅立叶变换算法利用直接测量到的原始信号,以累加方式来计算该信号中不同正弦波信号的频率、振幅和相位。当然这是从数学的角度去看傅立叶变换。(Any continuous time sequence or signal can be expressed as an infinite superposition of sinusoidal signals of different frequencies. The Fu Liye transform algorithm based on the principle is used to calculate the frequency, amplitude and phase of different sine wave signals by accumulating the original signals directly. Of course, this is the Fu Liye transformation from a mathematical point of view.)
Platform: | Size: 1024 | Author: MrY1 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net