搜索资源列表
5signal
- 1 学习在CVI环境里面使用非NI数据采集卡。 2 学习用过零法计算被测每个周期采样点数。 3 学习数据采集卡采样间隔的测定。 4 学习计算被测信号的频率和周期。 5 熟悉FFT算法原理。
Frequency_Analysis
- 用FFT对连续信号和时域离散信号进行谱分析,FFT算法原理和FFT子程序的应用
自编的FFT算法C程序
- 本人因项目开发需要(基于dsp2812),根据FFT算法原理,用C自编了个FFT程序,可进行64点,128点,256点FFT运算,只要输入对应的参数便可,使用方便灵活!强烈推荐
fft.rar
- 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
FFT
- 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 div
3-26
- 可以实现FFT算法原理,请关清高哦!!!sk sdfgarg-FFT algorithm can be achieved, please clearance GAO Oh!!! Sk sdfgarg
FFT
- 详细介绍了关于快速傅立叶变换FFT的算法、原理。-Described in detail on the fast Fourier transform FFT algorithm, principle.
FFT2
- 深刻理解DFT和基2-FFT的算法原理、编程思想,掌握C程序设计的基本技术。-A deep understanding of DFT and the 2-FFT-based algorithm, programming ideas, grasp the basic C programming techniques.
FFT
- 用CVI写的FFT算法,对于了解FFT的原理比较有用,同时也可熟悉CVI的用法-CVI written by FFT algorithm, FFT principle for understanding the more useful, but also familiar with the usage of CVI
bobianhuan
- 1.加深对离散时间信号的DTFT基本概念的理解。 2.熟悉DFT变换原理及其基本性质。加深对DTFT和DFT相互关系的理解 3.熟悉FFT算法原理和FFT子程序的应用 4.掌握用MATLAB计算离散时间信号的DTFT和DFT的方法,FFT函数的用法。 -1、Deepen their understanding of discrete-time signal DTFT understanding of basic concepts. 2、DFT-familiar with th
FFT
- 通过本试验,基本掌握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 sp
DSPFFT
- 介绍了基2时域抽取法FFT的原理和算法,并在MATLAB仿真软件的辅助下、在数字信号处理 DSP上实现。 -Describes the radix-2 time-domain extraction principle and FFT algorithms, and the aid of MATLAB simulation software, in digital signal processing DSP to achieve.
shiyan2
- 本文主要阐述了DTMF的原理及如何在MATLAB上产生DTMF信号,主要涉及到电话拨号音合成的基本原理及识别的主要方法,利用 MATLAB 软件以及 FFT 算法实现对电话通信系统中拨号音的合成与识别。并进一步利用 MATLAB 中的图形用户界面 GUI 制作简单直观的模拟界面。 能够利用矩阵不同的基频合成 0 - 9 不同按键的拨号音,并能够对不同的拨号音加以正确的识别,实现由拨号音解析出电话号码的过程,完成对电话拨号音系统的简单的实验仿真。-This paper described the
ditfft
- Matlab关于FFT算法的编程及原理详细讲解!-Matlab programming on the FFT algorithm and principle explained in detail!
DFT-spectrum-analysis-FFT-algorithm
- 1.掌握DFT频谱分析的原理与编程方法。 2.理解FFT算法的编程思想。-1 to master the principles DFT spectrum analysis and programming. 2 FFT algorithm to understand the programming ideas.
test
- 用FFT作谱分析,FFT算法原理和FFT子程序的应用.-With the FFT for spectral analysis, FFT and FFT algorithm theory subroutine applications.
fftest
- 用FFT作谱分析,FFT算法原理和FFT子程序的应用.-With the FFT for spectral analysis, FFT and FFT algorithm theory subroutine applications.
fft
- 有关FFT方面的内容,包括算法原理和程序应用(PDF)-The FFT aspects, including the principles and procedures of application of algorithm (PDF)
FFT-FFT-C-language-and-Application
- 用C语言实现快速傅里叶变换,其中讲述了,快速傅里叶变换简介,FFT算法的基本原理,快速傅里叶变换的C语言实现方法,快速傅里叶变换的发展前景,快速傅里叶变换的应用领域等等。-With the C language implementation of FFT, which describes, FFT, the basic principle of FFT algorithm, fast Fourier transform of the C language realize method, FFT
基2—fft算法软件实现
- 用所学过的编程语言,自行设计出一个按时间抽取的、输入倒位序、输出顺序的基-2 FFT 算法程序。要求用户的输入输出接口为可视化的界面。 (1)简述实验目的及原理; (2)画出程序流程框图; (3)主要给出实验内容的程序(要求程序模块化并加注释)。