资源列表
dsPIC_Uart
- Uart driver for dsPic33FJ64gs610
128CFFT
- 128点FFT滤波的程序,可以直接用于TMS320F2812中。需要在CCS2.2下进行开发
TMS320F2812AD
- 列举10种AD转换方法的优缺点,希望对大家有所帮助-10 AD conversion method listed the advantages and disadvantages, we want to help
dm642-useFftLib
- 基于DM642芯片,利用TI公司的FFT库函数实现一维FFT-Based on DM642 chip, using TI' s FFT library functions to achieve one-dimensional FFT
dspcepinlv
- 采用等精度测频的dsp2812测频程序,测频稳定,精度高-dsp2812 measuring frequncy ,equal precision
epwm_trip_zone
- TMS320F2803X 看门够模块模块测试完成工程-TMS320F2803X janitor enough test module module completion
gpio_loopback
- using gpio of 2812 This program requires the DSP281x V1.00 header files. As supplied, this project is configured for "boot to H0" operation.
zKeyLedNumber
- 键盘及 Led 数码管测试程序,可以进行加减乘运算-the test program of the keys and lED of F2803x
用循环缓冲法实现的FIR滤波器(附程序兼注释)
- 用循环缓冲法实现的FIR滤波器(附程序兼注释)-cyclic buffer Method of FIR filter (procedures and the Notes)
zhengxianbofashengqi
- C环境下的DSP中正弦波发生器功能的实现,程序运行稳定正常,无出错(实验测试程序)。-C environment in the sine wave generator of the DSP function of the realization of stability in the normal program to run without errors (experimental test procedures).
gxf_fir_ad
- dsp程序:fir滤波器设计,c5000系列(ti公司),在ccs环境下调试。-dsp : fir filter design, C5000 Series (ti). in ccs debugging environment.
Ex3_1
- TMS320C54x具有丰富的程序控制与转移指令,利用这些指令可以执行分支转移、循环控制以及子程序操作。本实验要求编写一程序完成 的计算。这个求和运算可以通过一个循环操作指令BANZ来完成。BANZ的功能是当辅助寄存器的值不为0时转移到指定标号执行。 例如: STM #4, AR2 loop: ADD *AR3+, A BANZ loop, *AR2– ;当AR2不为零时转移到loop行执行。 假设AR3中存有x1到x5五个变量的地址,则上述简单的代码就完成了