CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - dsp sin

搜索资源列表

  1. sintable

    0下载:
  2. 在C54X DSP下实现查找表功能,可查找sin函数一个周期的查找表!-under the C54X DSP Lookup Table function, sin function can be found in a cycle lookup table!
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:6748
    • 提供者:张有鹏
  1. wqdds0727

    0下载:
  2. 用于的dsp builder的matlab实现算法,产生可编程的sin或cos波形,可以通过它作为ddc的dds
  3. 所属分类:邮电通讯系统

    • 发布日期:2008-10-13
    • 文件大小:6826
    • 提供者:wq
  1. dac7731_demo.rar

    0下载:
  2. 使用TMS320F2812的McBSP接口驱动DAC7731输出正弦波形的示例程序。使用TI提供的C/C++头文件与公用文件库。,a demo of TI s TMS320F2812 DSP. The routine will make DAC7731(a 16bit D/A convertor) output sin wave, one can check it by using a oscilliscope
  3. 所属分类:DSP program

    • 发布日期:2017-03-29
    • 文件大小:232152
    • 提供者:荣华
  1. SIN_SIGNAL

    0下载:
  2. 使用Excel做得一个表格,用于产生sin波形的数据,一般用于DSP算法测试,嵌入式液晶显示屏画图.-Use Excel to do a table for the production of sin waveform data, the general test for DSP algorithms, embedded LCD screen drawing.
  3. 所属分类:DSP program

    • 发布日期:2017-03-29
    • 文件大小:6825
    • 提供者:JiangChunlin
  1. MySin

    0下载:
  2. 在matlab中添加dspbuilder用于实现dsp的算法,本案例是通过建模对sin函数进行调制后仿真所得。-Add dspbuilder in matlab for the realization of dsp algorithms, this case is through the modeling of the sin function modulated simulation proceeds.
  3. 所属分类:DSP program

    • 发布日期:2017-04-01
    • 文件大小:260565
    • 提供者:张三
  1. c2812iqsinetest_c2000_rtw

    0下载:
  2. 由MATLAB生成的SIN的源代码,由模型搭建,然后自动生成DSP的源代码-SIN generated by MATLAB source code, set up by the model, and then automatically generate DSP source code
  3. 所属分类:DSP program

    • 发布日期:2017-04-04
    • 文件大小:95231
    • 提供者:sun
  1. sinout_work

    0下载:
  2. 自己做的一个最简单的DSP builder列子,对初学者会有一定的帮助,里面还含有程序。-MY sin wave,have cost much time。please use it carefully。
  3. 所属分类:DSP program

    • 发布日期:2017-05-01
    • 文件大小:990964
    • 提供者:朱铭进
  1. sin_fft

    0下载:
  2. 对SIN 函数进行FFT变化 并输出频谱图,应用于dsp c5000系列,可在ccs上运行-FFT of the SIN function changes and the output spectrum, used dsp c5000 series, can be run ccs
  3. 所属分类:DSP program

    • 发布日期:2017-04-06
    • 文件大小:55576
    • 提供者:谢金元
  1. TxNBModIQ

    0下载:
  2. 在sinx函数实现的时候,请注意以下几点: 假设输入数据x=tπ时 2. t的范围为(-1,...,1),即输入角度为(-π,…, π),对应在dsp中用(8000h,...,7FFFh)表示。根据sin函数的单调性,将(0——π/2)等分为128个间隔,计算出各个离散点的sin值存于表_SinTab,最后根据输入的t值查表找到最接近的值得到输出结果。 3. 判断sinx输出值的正负情况。t的范围为(-1,...,1),对应在dsp中用(8000h,...,7FFFh)表示,可见最高
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:1753
    • 提供者:雨儿
  1. lab10

    0下载:
  2. 正弦信号发生器DSP源码,已在CCS环境验证-SIN signal generator DSP source code
  3. 所属分类:DSP program

    • 发布日期:2017-04-08
    • 文件大小:120472
    • 提供者:vector
  1. fft-v1.0.0.40.tar

    1下载:
  2. fft的快速实现,核心部分无任何耗时的sin,cos运算,所需要的数据初始化时全部已经计算好了。并且提供了fft的定点代码(这是很多fft不具有的),可以方便地移植到嵌入式和DSP环境-fft of rapid implementation, the core portion without any time-consuming sin cos operation, the initialization of the data needed all been calculated. And pr
  3. 所属分类:Audio program

    • 发布日期:2017-11-07
    • 文件大小:4380
    • 提供者:罗龙智
  1. exp010

    0下载:
  2. 1. 了解数字波形产生的基本原理; 2. 学习用C54x DSP芯片产生正弦信号的基本方法和步骤; 3. 加深对DSP MCBSP多通道缓冲串口的理解。 程序中,采用泰勒级数展开法,计算- ~ 的sin值,来构造正弦波信号,计算点数为2000点;然后,经过取整处理后,经TLC320AD50 D/A变换后输出。-1. Understanding of the basic principles of digital waveform generator 2.
  3. 所属分类:DSP program

    • 发布日期:2017-11-09
    • 文件大小:52072
    • 提供者:张瑞云
  1. Application-4-Sinewaves

    0下载:
  2. DSP编程,功能为实现sin波形发生器,开发软件为德州仪器的CCS-DSP programming functions for the realization of sin waveform generator, to develop software for the TI' s CCS
  3. 所属分类:DSP program

    • 发布日期:2017-05-03
    • 文件大小:576507
    • 提供者:Lei
  1. SIN

    0下载:
  2. dsp的sin函数波形的产生,能产生任意的正弦函数-DSP sine function waveform, can produce any sine function
  3. 所属分类:Wavelet

    • 发布日期:2017-05-04
    • 文件大小:148317
    • 提供者:张三
  1. SPWM

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

    • 发布日期:2017-05-05
    • 文件大小:218483
    • 提供者:林晓冬
  1. volume

    1下载:
  2. 这是DSP基础声波音频程序volume。通过读取外部文件sin.dat,可以在CCS中显示出文件中的波形,本例为正弦波。-This is the DSP based sound wave audio program volume. By reading the external file sin.dat, you can display the waveform in the file in CCS. This example is a sine wave.
  3. 所属分类:DSP program

    • 发布日期:2017-04-12
    • 文件大小:1251
    • 提供者:张旗
« 1 2»
搜珍网 www.dssz.com