Welcome![Sign In][Sign Up]
Location:
Search - fft-arm

Search list

[DSP programarmfly-DSP-tutorials-Chapter-17

Description: 本教程使用的DSP库来自ARM官方,此库支持以CM0,CM3,CM4以及CM7为内核的所有MCU。本期教程主要讲解复数运算中的共轭,点乘和模的求解(什么是复数,大家应该还有印象吧,这个很重要,在后面FFT等算法的处理时都要用到,印象不深的同学需要简单的补充下高数知识)。- This tutorial uses a DSP library the ARM official, this library supports CM0, CM3, CM4 and CM7 for the kernel of all MCU.
Platform: | Size: 545792 | Author: 安富莱电子 | Hits:

[DSP programarmfly-DSP-tutorials-Chapter-23

Description: 本教程使用的DSP库来自ARM官方,此库支持以CM0,CM3,CM4以及CM7为内核的所有MCU。本章节开始进入此教程最重要的知识点之一傅里叶变换。关于傅里叶变换,我们在大一的高等代数课本中都学习过,但是工作后还能记得这个变换的已经寥寥无几了。本章节主要是把傅里叶相关的基础知识进行必要的介绍,没有这些基础知识的话,后面学习FFT(快速傅里叶变换)时会比较困难。本章节的内容主要来自百度百科,wiki百科以及网络和书籍中整理的一些资料。-This tutorial uses a DSP library the ARM official, this library supports CM0, CM3, CM4 and CM7 for the kernel of all MCU.
Platform: | Size: 1294336 | Author: 安富莱电子 | Hits:

[DSP programarmfly-DSP-tutorials-Chapter-24

Description: 本教程使用的DSP库来自ARM官方,此库支持以CM0,CM3,CM4以及CM7为内核的所有MCU。在数字信号处理中常常需要用到离散傅立叶变换(DFT),以获取信号的频域特征。尽管传统的DFT算法能够获取信号频域特征,但是算法计算量大,耗时长,不利于计算机实时对信号进行处理。因此至DFT被发现以来,在很长的一段时间内都不能被应用到实际的工程项目中,直到一种快速的离散傅立叶计算方法——FFT,被发现,离散是傅立叶变换才在实际的工程中得到广泛应用。需要强调的是,FFT并不是一种新的频域特征获取方式,而是DFT的一种快速实现算法。-This tutorial uses a DSP library the ARM official, this library supports CM0, CM3, CM4 and CM7 for the kernel of all MCU.
Platform: | Size: 687104 | Author: 安富莱电子 | Hits:

[DSP programarmfly-DSP-tutorials-Chapter-25

Description: 本教程使用的DSP库来自ARM官方,此库支持以CM0,CM3,CM4以及CM7为内核的所有MCU。FFT是离散傅立叶变换的快速算法,可以将一个信号变换到频域。有些信号在时域上是很难看出什么特征的,但是如果变换到频域之后,就很容易看出特征了。这就是很多信号分析采用FFT变换的原因。另外,FFT可以将一个信号的频谱提取出来,这在频谱分析方面也是经常用的。本章节的主要内容是讲解FFT变换结果的物理意义。-This tutorial uses a DSP library the ARM official, this library supports CM0, CM3, CM4 and CM7 for the kernel of all MCU.
Platform: | Size: 490496 | Author: 安富莱电子 | Hits:

[DSP programarmfly-DSP-tutorials-Chapter-26

Description: 本教程使用的DSP库来自ARM官方,此库支持以CM0,CM3,CM4以及CM7为内核的所有MCU。特别声明:本章节内容整理自力科示波器基础应用系列文档,原名《FFT的前世今生》。-This tutorial uses a DSP library the ARM official, this library supports CM0, CM3, CM4 and CM7 for the kernel of all MCU.
Platform: | Size: 1478656 | Author: 安富莱电子 | Hits:

[DSP programarmfly-DSP-tutorials-Chapter-27

Description: 本教程使用的DSP库来自ARM官方,此库支持以CM0,CM3,CM4以及CM7为内核的所有MCU。本章主要讲解fft,ifft和fftshift在matlab上的实现。-This tutorial uses a DSP library the ARM official, this library supports CM0, CM3, CM4 and CM7 for the kernel of all MCU.
Platform: | Size: 398336 | Author: 安富莱电子 | Hits:

[DSP programarmfly-DSP-tutorials-Chapter-28

Description: 本教程使用的DSP库来自ARM官方,此库支持以CM0,CM3,CM4以及CM7为内核的所有MCU。本章主要讲解ST官方汇编FFT库的应用,包括1024点,256点和64点FFT的实现。- This tutorial uses a DSP library the ARM official, this library supports CM0, CM3, CM4 and CM7 for the kernel of all MCU.
Platform: | Size: 464896 | Author: 安富莱电子 | Hits:

[DSP programarmfly-DSP-tutorials-Chapter-30

Description: 本教程使用的DSP库来自ARM官方,此库支持以CM0,CM3,CM4以及CM7为内核的所有MCU。本章主要讲解复数FFT的浮点和定点Q31,Q15的实现。本章节使用的复数FFT函数来自ARM官方库的TransformFunctions部分-This tutorial uses a DSP library the ARM official, this library supports CM0, CM3, CM4 and CM7 for the kernel of all MCU.
Platform: | Size: 720896 | Author: 安富莱电子 | Hits:

[DSP programarmfly-DSP-tutorials-Chapter-32

Description: 本教程使用的DSP库来自ARM官方,此库支持以CM0,CM3,CM4以及CM7为内核的所有MCU。本章主要讲解实数的浮点和定点Q31,Q15的实现。关于这部分的知识点和函数的计算结果上,官方的文档有一些小错误,在章节中会跟大家详细讲述,还有一个要注意的问题,调用实数FFT函数一定要使用CMSIS-DSP V1.4.4及其以上版本,以前的版本有bug。-This tutorial uses a DSP library the ARM official, this library supports CM0, CM3, CM4 and CM7 for the kernel of all MCU.
Platform: | Size: 428032 | Author: 安富莱电子 | Hits:

[DSP programarmfly-DSP-tutorials-Chapter-42

Description: 本教程使用的DSP库来自ARM官方,此库支持以CM0,CM3,CM4以及CM7为内核的所有MCU。本章节主要测试实数FFT,复数FFT,FIR和IIR相关函数的执行时间,方便大家选择合适的函数用于项目。-This tutorial uses a DSP library the ARM official, this library supports CM0, CM3, CM4 and CM7 for the kernel of all MCU.
Platform: | Size: 373760 | Author: 安富莱电子 | Hits:

[SCMFFTsuanfa2

Description: 实现基于stm32F103ZET6的DSP库的FFT,(采样信号模拟输入)并且把频谱显示出来,刻度可以自定义,代码完整。可编译下载,-use STM32ZET6 and DSP.h form arm to make FFT.
Platform: | Size: 4041728 | Author: stephen | Hits:

[ARM-PowerPC-ColdFire-MIPSfftw-3.3.6-pl2.tar

Description: FFT Library for ARM cortex M3
Platform: | Size: 4185088 | Author: moimoimoimoi1 | Hits:
« 1 2 3 4»

CodeBus www.codebus.net