搜索资源列表
iir
- 一个关于数字信号处理中IIR算法的c语言源程序,可以通过在TI公司的CCS软件中硬件仿真或软件仿真产生波形-An IIR digital signal processing algorithm in c language source code is available through the TI' s CCS software or hardware simulation software simulation waveforms generated
SIN_SIGNAL
- 使用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.
ffskdemod
- 用于FFSK解码算法的模拟实现。通过对接收模拟波形的数字滤波处理,而后实现FFSK解码。-FFSK decoding algorithm for the simulation. Through the simulation waveform to receive digital filter processing, and then the realization of FFSK decoding.
FFT
- 一个用于数字信号处理的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
Fir
- 一个关于数字信号处理中FIR算法的c语言源程序,可以通过在TI公司的CCS软件中硬件仿真或软件仿真产生波形-On digital signal processing algorithm in the FIR of the c language source code is available through the TI' s CCS software or hardware simulation software simulation waveforms generated
spwm6
- 这是个SPWM的六路输出程序,采用的是规则对称算法,虽然改变了占空比,但波形不对。现对程序的几点说明如何,其中K的初值,我设置的是1,因为我采用的是下益中断,这样的话程序在发生第一次中断之前已经进行了两次跳变(两次和比较寄存器匹配)。这个程序输出的波形通过低通滤波器之后出来的不是个正玄波,希望高手们能给分析一下,以下是我的邮箱liuhao511zz@sina.com.cn-spwm
SINEWAVE
- 利用定时器产生一个2kHz 的正弦信号。定时器被设置成每25uS 产生一次中断(等效于采样速率为40K)。利用该中断,在中断服务程序中用叠代算法计算出一个SIN值,并利用CCS 的图形显示功能查看波形。开发环境为ccs2.2,硬件为DES5410APP-U开发板。-Use timer to produce a 2kHz sinusoidal signal. Timer is set to generate an interrupt each 25uS (equivalent to the sam
SPWM
- 本文以高性能数字信号处理芯片TMS320F2812为核心,设计生成了基于不对称规则采样算法的SPWM波形,键盘输入参数设定调制波频率。本文首先分析了不对称规则算法的原理,接着设计了基于TMS320F2812芯片的软件设计流程,最后在数字示波器上显示了实验波形,验证了设计的有效性和可行性-In this paper, high-performance TMS320F2812 digital signal processing chip as the core, designed to genera
cosine-signal
- 要求产生连续的信号,这些连续的信号可以是方波、锯齿波、三角波、余弦波等 其他各种波形,各种波形产生的原理基本相同。本实验以产生连续的余弦波为例,如果需要产生其他波形,可以参考本实验的设计,对相关波形的特点进行C语言算法描述即可。 - Program for generates a sequence cosine signal
volume
- dsp 卷积算法原理代码 观察卷积运算后的波形-dsp code convolution algorithm principle observed waveform after convolution
FIR
- 1、系统仅处于训练状态。训练序列为2cos(2π×f1×n/fs), 干扰为sin(2π×f2×n/fs);序列长度为100个样点。 其中n=0…99,f1=1kHz,f2=2kHz,fs=8kHz。 2、采用LMS算法,均衡器输入为训练序列加上干扰,均衡器阶数为21阶,步长因子β=0.01。 3、在Matlab中编写浮点LMS算法,绘制均衡器的输出波形,并与训练序列进行对比。 -1, the system only in the training status. The t
Convolve-DSP
- 通过DSP编程,实现卷积算法,已通过运行,能出现最后的波形-By DSP programming, to achieve convolution algorithm has been run through, the last wave to appear