资源列表
stm32f103_gpio
- 控制一个IO,令其每隔500ms反转一次。(Controling a IO , it is reversed every 500ms.)
简易直流电子负载程序2
- 简易直流电子负载的设计与测试 摘要 本文基于MOSFET管的输出特性和转移特性,以MSP430F6638为控制核心,设(Design and test of simple DC electronic load Abstract: Based on the output characteristics and transfer characteristics of MOSFET tube, this paper uses MSP as the control core)
GMM-GMR-v2.0
- 统计概率模型 高斯混合模型的匹配,属于拟合类算法,可以用于2D 和3D数据(Expectation-Maximization estimation of GMM parameters. % This source code is the implementation of the algorithms described in % Section 2.6.1, p.47 of the book "Robot Programming by Demonstration: A %
中值滤波
- 给定一幅单波段影像imgData.txt(ASCII格式),实现对图像的处理和显示。 已知条件: (1)clrTbl.txt文件是一个颜色查找表,大小是256X3,即可表示256中RGB的颜色。 (2)ImgData.txt文件中是图像的数据,每个值代表一个像素的颜色索引号,通过索引号到颜色查找表(clrTbl.txt文件)中找到相应的RGB颜色值。 (3)中值滤波:一种非线性平滑技术,它将每一像素点的灰度值设置为该点某邻域窗口内(这里选择3X3)的所有像素点灰度值的中值。 (4)屏幕上显示像素
Robust
- 抗差Kalman滤波,抗差最小二乘等matlab源代码(Robust Kalman filtering, robust least squares matlab source code)
pid
- 温控 一般是令Ti=0、Td=0。输入设定为系统允许的最大值的60%~70%,由0逐渐加大比例增益P,直至系统出现振荡;再反过来,从此时的比例增益P逐渐减小,直至系统振荡消失,记录此时的比例增益P,设定PID的比例增益P为当前值的60%~70%。(t control An integral term increases action in relation not only to the error but also the time for which it has persis
adb file
- adb 功能,在windows系统环境使用(adb shell in android phone and devices)
下垂控制器
- 多分布式电源的下垂控制器和PQ控制器设计(Design of droop controller and PQ controller for multi - distributed power supply)
电机速度闭环控制(代码详细注释)
- 电机驱动闭环控制,仅用于闭环控制设计电路,大学生电子设计大赛资料(Motor driven closed loop control)
简单的二维码QRCode C
- 简单的二维码QRCode C,C++二维码实现。(Simple two-dimensional code, QRCode, C)
AES
- AES算法源码,包括加密算法和解密算法。(ASE algorithm source code)
PWM
- 基于STM32单片机芯片来控制无刷直流电机速度,电机自带驱动器,以PB5 IO输出(Speed regulating motor based on PWM through STM32)