CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 DSP编程 搜索资源 - computation

搜索资源列表

  1. fft-dsp

    0下载:
  2. 用DSP汇编语言及C语言进行编程,实现FFT运算、对输入信号进行频谱分析。文章后边附有源程序及cmd代码-With DSP assembly language and C language programming, FFT computation, the input signal spectrum analysis. Article with the source code and cmd code behind
  3. 所属分类:DSP program

    • 发布日期:2017-03-30
    • 文件大小:738000
    • 提供者:andy
  1. FFT32_LIB

    0下载:
  2. 在TMS320F2812上做的32点傅立叶算法(定点运算)。-TMS320F2812 make up at the 32-point Fourier algorithm (fixed-point computation).
  3. 所属分类:DSP program

    • 发布日期:2017-04-26
    • 文件大小:23304
    • 提供者:容江伟
  1. FFT

    0下载:
  2. 一个用于数字信号处理的FFT算法的源程序,里面可以进行256点的FFT运算,通过在CCS(code composor studio)可以产生正弦波和FFT运算后的波形-One for digital signal processing of the source of the FFT algorithm, which can be 256 point FFT computation, through the CCS (code composor studio) can generate sine
  3. 所属分类:DSP program

    • 发布日期:2017-04-03
    • 文件大小:923
    • 提供者:
  1. audiodct

    0下载:
  2. TI DSP 54x系列实现音频信号的DCT运算。在达盛科技的实验台上测试通过。有程序详细的注释。可作参考-Series TI DSP 54x audio signal to achieve the DCT computation. Sung in the technology of the experimental test platform. Notes the detailed procedures. For reference. .
  3. 所属分类:DSP program

    • 发布日期:2017-04-16
    • 文件大小:69279
    • 提供者:Chonggao Du
  1. audiofir

    1下载:
  2. TI DSP 54x系列实现音频信号的FIR运算。在达盛科技的实验台上测试通过。程序有详细的注释。可作参考-Series TI DSP 54x audio signal to achieve the FIR computation. Sung in the technology of the experimental test platform. Procedures detailed notes. For reference. .
  3. 所属分类:DSP program

    • 发布日期:2014-06-09
    • 文件大小:64995
    • 提供者:Chonggao Du
  1. fft1drad2cmpx_121900

    0下载:
  2. ADI 的 ADSP_BF533 FFT程序-This file contains the code for the implementation of FFT. The Algorithm used is Decimation in Time. For the optimization point of view, the whole computation of butterfly signal flow has beee
  3. 所属分类:DSP program

    • 发布日期:2017-03-31
    • 文件大小:77212
    • 提供者:王君
  1. DSP

    0下载:
  2. 数字信号处理的直接对象是数字信号,处理的方式是数值运算的方式,它涉及到的内容非常丰富和广泛,它是应用最快、成效最显著的新学科之一,做为信息专业的专业基础课,需要掌握其基本理论和基本的分析方法,通过理论和实践、原理和应用结合让学生掌握知识。而matlab是集数学计算、图形处理和程序语言设计于一体的软件,通过matlab来实现数字信号处理的有关表达,最终实现课程设计的目的。-Direct targets of digital signal processing digital signal proc
  3. 所属分类:DSP program

    • 发布日期:2017-03-25
    • 文件大小:270277
    • 提供者:李华
  1. fft

    0下载:
  2. 这是一个DSP的FFT运算的源程序 对DSP的初学者来说很有帮助的-This is a DSP of the FFT computation of the source of the DSP is very helpful for beginners
  3. 所属分类:DSP program

    • 发布日期:2017-04-17
    • 文件大小:262444
    • 提供者:liaokai
  1. F2812-FFT

    0下载:
  2. FFT 并不是一种新的变换,它是离散傅立叶变换(DFT)的一种快速算法。由于我们在计算DFT 时一次复数乘法需用四次实数乘法和二次实数加法;一次复数加法则需二次实数加 法。每运算一个X(k)需要4N 次复数乘法及2N+2(N-1)=2(2N-1)次实数加法。所以 整个DFT 运算总共需要4N^2 次实数乘法和N*2(2N-1)=2N(2N-1)次实数加法。如此一来,计算时乘法次数和加法次数都是和N^2 成正比的,当N 很大时,运算量是可观的,因而需要 改进对DFT 的算法减少运算速度
  3. 所属分类:DSP program

    • 发布日期:2017-03-29
    • 文件大小:404880
    • 提供者:平意义
  1. low-cost-DSP-realize-MP3-decoding

    0下载:
  2. 首先介绍了MPEG-2音频layer Ⅲ(MP3)的解码算法,详细地叙述进行定点C语言仿真的技巧。基于TI公司的’C549 DSP芯片进行汇编工作,在TMS320C549 EVM板上实现了网上MP3文件的连续播放,效果满意。经过对算法和程序的优化使所需的运算量和存储空间都很低,使能在TI公司的低价型’C5402 DSP上实现。-First introduced the MPEG-2 audio layer Ⅲ (MP3) decoding algorithm, a detailed accoun
  3. 所属分类:DSP program

    • 发布日期:
    • 文件大小:55285
    • 提供者:soledad
  1. conv_1

    0下载:
  2. 实现数字信号处理中卷积计算,提生对数字信号的兴趣,同时加深了对卷积的理解-Realize digital signal processing of convolution computation and mention of digital signal interest in life, and deepened to the understanding of the convolution
  3. 所属分类:DSP program

    • 发布日期:2017-03-30
    • 文件大小:687300
    • 提供者:smithjohn
  1. NEW-Q-TYPE-COMPUTATION-

    0下载:
  2. 一种新的定点DSP Q 格式数乘法运算方法 ,DSP TMS320F2812,解决了 Q15 格式整型数相乘结果溢出的问题-The compute result overflow problem often happen in the mutiplication of Q15 format numbers, and this problem load to the inaccurateness of compute result. To solve this pr oblem,
  3. 所属分类:DSP program

    • 发布日期:2017-04-07
    • 文件大小:143211
    • 提供者:郭晨
  1. fft

    0下载:
  2. 基于TMS320LF2812的FFT实现,调用TI的FFT库,并扩展了2048和32点的借口程序-FFT computation
  3. 所属分类:DSP program

    • 发布日期:2017-04-17
    • 文件大小:199438
    • 提供者:zh9454
  1. EX31_FlashCpuTimer0

    0下载:
  2. FFT实现的是一种卷积运算,该运算实现的方法由DSP通过编程实现,可以直接用的源代码,经过就行,通过软件实现,通过软件实现-The realization of FFT is a kind of convolution computation, the method to realize the operation by the DSP through programming, can be directly in the source code, through it, through the
  3. 所属分类:DSP program

    • 发布日期:2017-04-25
    • 文件大小:337042
    • 提供者:tanfu
  1. fft

    0下载:
  2. 这一project在TMS320C54XDSP上实现256点的FFT计算。-This project achieve 256 points FFT computation on TMS320C54XDSP.
  3. 所属分类:DSP program

    • 发布日期:2017-04-27
    • 文件大小:177055
    • 提供者:Bob
  1. Lab06-FFT

    0下载:
  2. 离散傅里叶变换的FFT快速计算算法的实现,并计算功率谱密度-Discrete Fourier Transform FFT algorithm for fast computation
  3. 所属分类:DSP program

    • 发布日期:2017-04-27
    • 文件大小:26402
    • 提供者:meimei
  1. fft_C

    0下载:
  2. 基于C语言且计算量较少的快速傅里叶变换的实现-Implementation of fast Fu Liye transform based on C language and less computation
  3. 所属分类:DSP program

    • 发布日期:2017-04-30
    • 文件大小:181381
    • 提供者:张国路
  1. matlab-C

    0下载:
  2. 压缩包中包含matlab,DSP例程,matlab是针对数值运算的例程,DSP例程是STM32 的四相双极性步进电机 和 矩阵键盘的 例程-Compression package contains matlab, DSP routines, matlab is routine for numerical computation, DSP routines STM32 four-phase bipolar stepper motors and matrix keyboard routines
  3. 所属分类:DSP program

    • 发布日期:2017-04-15
    • 文件大小:7551
    • 提供者:jin
  1. SPWM

    0下载:
  2. 为了验证仿真的情况,需要把仿真部分转换为代码。 对于逆变,产生相应的控制占空比一般有2种方式: 1.通过计算sin公式,实时计算出输出值,送入epwm发生器中。 其中分2种,一种是直接计算,这种方式在简单的境况下可以使用,但是考虑到计算量对DSP比较大,一般不采用。另外一种是使用TI公司提供的IQmaths函数库里的函数,可以极大减少运算时间。 2.离线读表法。 通过实验发现,如果调用IQMATH直接计算,需要60us。由于开关频率为10K,整个控制的时间限定在100us以内
  3. 所属分类:DSP program

    • 发布日期:2017-05-05
    • 文件大小:218483
    • 提供者:林晓冬
搜珍网 www.dssz.com