搜索资源列表
AT91SAM9G20xEKxDFxP528xCS1
- 用KEIL调试AT91SAM9G20-EK的实验板可能需要先下载一个bootloader的东西到45DB6420中。下面说自己的板子使用的是45DB3210, 使用SPI0,CS1做片选。keil使用的版本4.0. 打开\Keil\ARM\Boards\Atmel\AT91SAM9G20-EK\Bootloader, 本来应该选择SAM9G20_DF2_P528_CS1_BL进行编译下载,但是在添加Programming Algorithm时没有这一项,怎么办,来,看下面怎么编译一个P5
msp430
- msp430 实验代码 1,MSP430开发基础 2,键盘设计 3,数码管显示电路设计 4,液晶模块接口 5,MSP430 CRC 6,中文输入法 7,数据压缩算法 8,FIR滤波 9,FFT算法 10,波特率自动识别 11,串行存储 12;NAND flash 接口 13;A/ D,TLV2541 14;DA DAC8830 15;ADS1241 16;温度 TMP100 17;定时器 DAC
3D
- 在arm9实现的图形学3D实验算法,代码稍加修改即可应用于其他处理器-Arm9 3D graphics in the experimental realization of the algorithm, the code slightly modified to apply to other processors
Single-stage
- 现代控制理论经典实验,一个点击和倒立杆,倒立杆本来应该由于重力原因下垂,通过电机的摆动式倒立杆起摆,并且保持平衡,采用pid算法,或得山东省电子设计大赛一等奖。-Modern control theory classic experiment, a lever clicks and inverted, inverted rod reasons should have been sagging due to gravity, swinging through the motor from the
PID
- pid //PID算法 //声明变量 //定义变量 float Kp float Ti float T float Td float a0 float a1 float a2 float ek float ek1 float ek2 float uk float uk1 float ad_just //变量初始化,根据实际情况初始化 Kp= Ti= T=
实验47_2 DSP FFT测试
- 测试STM32F4的DSP 库的FFT函数,程序运行后,自动生成1024点测试序列,然后,每当KEY0按下后,调用DSP库的FFT算法(基4法)执行FFT运算,在LCD屏幕上面显示运算时间,同时将FFT结果输出到串口,DS0用于提示程序正在运行。(Test the FFT function of the DSP Library of STM32F4. After the program runs, the 1024 point test sequence is automatically gen