搜索资源列表
addRPT
- 加法和循环指令,适合DSP入门会员,在CCS2.2版本下可以运行-Addition and recycling instructions, suitable for entry-DSP members in the CCS2.2 versions can be run
addRP1
- 另一种加法和循环指令,适合DSP入门会员,在CCS2.2版本下可以运行-Another addition and loops, suitable for entry-DSP members can run in the CCS2.2 versions
xunhuan
- 输出i=0 i=1 i=3且i=2时什么也不做,继续进行下一次循环。这个程序说明continue语句的用法与功能。-Output i = 0 i = 1 i = 3 and i = 2 does not do anything when, to continue for the next cycle. This program shows the usage and function continue statement.
spc
- 该程序为 SPI 典型程序,主要是采用内部测试自循环模式,而且采用中断发送、接收形式,通过程序可以学习如何进行自循环测试以及如何编写 SPI 中断程序。-The typical procedure for the SPI program, mainly from the cyclic model with internal testing, and using interrupt sending, receiving the form, through the program can lear
RTL8019
- 本文件夹中的代码是“RTL8019”的驱动代码。 main.c 该文件包括了main主函数,为读者朋友提供了一个以太网主循环的例子,读者朋友可根据自己系统以及用到的协议来自行更改这个循环。 RTL8019.C 该文件包括了RTL8019读写寄存器、重启芯片、接收数据包、发送数据包等各个底层驱动函数,以及ARP、以太网数据包处理等初级处理函数。 IP.C 该文件包括了UDP等IP层的协议代码。-The code in the folder is " RTL8019&
Lab0603-Mixer
- 用dsp实现多路信号的混频,本实验程序在主循环中对AD 进行连续采样,每次采样首先设置AD 转换控制寄存器(ADCCTL),发送转换通道号和启动命令,然后循环等待转换结果,最后将结果保存。由于需要进行实时混频,所以交替转换通道0 和通道1- 英语 中文(简体) 日语 Dsp to achieve the mixing of mult
sci_send-and-receive
- 该程序为一个典型的可烧录的SCI的发送、接收程序,采用自循环即自己发送自己接收的方式。-The program for a typical lossless SCI of sending and receiving procedures, adopt the way of sending yourself receiving from the loop.
Ex3_1
- TMS320C54x具有丰富的程序控制与转移指令,利用这些指令可以执行分支转移、循环控制以及子程序操作。本实验要求编写一程序完成 的计算。这个求和运算可以通过一个循环操作指令BANZ来完成。BANZ的功能是当辅助寄存器的值不为0时转移到指定标号执行。 例如: STM #4, AR2 loop: ADD *AR3+, A BANZ loop, *AR2– ;当AR2不为零时转移到loop行执行。 假设AR3中存有x1到x5五个变量的地址,则上述简单的代码就完成了
DSPfir
- 这是一个综合性的仿真程序。包括:用matlab生成一个FIR滤波器,得到滤波器系数及阶数;再用C语言产生一个混合频率的数字信号,之后将生成的数据样点送入到DSP主程序进行数字滤波,DSP主程序算法用的是循环缓冲区算法,这一部分在CCS上实现。-This is a comprehensive simulation program. Comprising: generating a matlab FIR filter, to obtain the filter coefficients and or