搜索资源列表
SharpLRS1850
- Sharp 1850 的驱动程序,此程序能够完成flash loader 的具体算法,此算法已经在ARM Developer Suite v1.2编译并且用trace32工具测试通过
ImplementationofFPGAconfiguration
- 基于ARM 微控制器配置FPGA 的实现 摘 要:介绍了基于ARM 内核的ATMEL AT91FR4081 微控制器以J TAG 的ISP 方式配置XILINX XC2S150PQ208 FPGA 的实现过程。这是一种灵活和经济的FPGA 的配置方法。介绍了ISP 和J TAG 的原 理、系统实现的流程、硬件电路设计、J TAG 驱动算法的实现和配置时间的测试结果。-ARM-based microcontroller to configure the FPGA to achieve
ALU_design
- 一个关于设计简单ALU的说明书,当中附有源代码,测试可行,同时效率比较高,算法也比较完善-A simple ALU design specification, which attached to the source code, test feasible, while more efficient, the algorithm is also relatively perfect
arma
- 改良arma算法测试用例 一、预测模型ARMA: 1、输入: 输入为一组历史数据,如__pre.bin 1 2 3 4 5 6 7 8 9 10(__pre.bin为可执行程序,1 2 3 4 5 6 7 8 9 10是历史数据),该向量组至少包含一个数据。 2、输出: 该方法只对一组已知数据进行一步预测,返回值只有一个;利用该方法,1 2 3 4 5 6 7 8 9 10的下一个值为10.9989。 3、测试报告: 测试报告详见《改良预测算法测试报告.xls》。
osc-scope-use-stm32
- 采用stm32构成的示波器。采用STM32高性能ARM处理器作为核心控制芯片,能够满足TFT彩色波形显示,数字插值算法处理等。通过采用高速AD和FIFO器件,实现了高采样率,宽频带的技术要求。实验室测试结果表明本文的设计是正确的,各项指标均达到设计要求。-osc scope degin by stm32
A5-MDK
- LPC2138下加密/解密算法,完整MDK工程文件,测试通过,也可方便移植到其他平台.A5加密算法速度非常快.占用内存非常少,只需几十个字节就能工作,可用于流加密.-LPC2138 under the encryption/decryption algorithms, complete MDK project file, the test can also be easily ported to other platforms. A5 encryption algorithm is very f
SHA256
- SHA-256加密算法,可计算出字符串或文件的HASH值,带测试程序。-SHA-256 encryption algorithm to calculate the value HASH string or file with the test procedures.
Blanket
- 用MSP430F203微控制器为核心构建的控温电热毯。以一个Pt1000热电阻作为传感器,用PID算法以PWM的方式控制加热输出,并通过一个共阳RGB LED显示多种设定和测试温度。通过Timer_A2构建了一个全双工串口与PC通讯。-A heat-blanket application by MSP430F2013 microcontroller. Sensor RTD Pt1000 measure the temperature, and a PWM output control heati
integral-saturation-PID-control
- C语言,抗积分饱和的PID算法,模拟测试,直接运行看效果。-C language, integral saturation of PID algorithm, simulation test, run directly to see the effect.
ANO_FLY
- PID模糊算法,经测试可以使用,欢迎大家下载学习交流-PID fuzzy algorithm, the test can be used, welcome to download the Learning Exchange
k_funcs
- 自己编写的伺服电机驱动程序,这个是内核部分算法。电机能够正常运转,并做过详细的测试。比较实用,希望对大家有帮助。-Write their own servo motor driver, this is the kernel part of the algorithm. Motor can work normally, and has done a detailed test. More practical, we want to help.
pid
- PID算法资料及测试软件:前馈_改进PID算法在智能车控制上的应用.pdf,PID调节控制做电机速度控制(非常好).pdf,PID的智能车控制算法研究.pdf-PID algorithm information and test software: feedforward _ improved PID algorithm in the application of intelligent car control.pdf, PID regulator control to do the motor
STM32F4x7_ETH_LwIP_V1.1.1
- 这是公司实际项目工程(编译器用MDK5),STM32F4x7+freertos+lwip+ssl+MQTT,其中MQTT自己花了一个礼拜移植,可以同时发布消息和订阅消息,经过长期测试MQTT运行稳定。此外还移植了pollarSSL(TSL,AES,DES,RAS等等算法都经过项目测试,没有问题),另外LWIP网络部分也运行稳定,支持随时插拔网线,最后公司所有运行信息可用printf从串口1输出。公司产品用的是STM32F407,LAN芯片为8720A,cpu外接8M晶振,所有下载到你的开发板上时
实验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