搜索资源列表
SPIpro
- 此函数把SPI的读写功能集成在一块,传递的val既是向SPI写的数据,也是从SPI读取的数据,只需要在执行读或写之前把MCU的I/O脚设置成相应的输出或输入即可。(因为在大部分应用中,是把SPI的DI和DO相连并用MCU的一个IO口来读写)。-This function of the SPI read and write functionality into a single, transmission of val is not only written to the SPI data is
IntroductiontoRobotControl
- 机器人运动与控制 控制的思考方法 拉普拉斯变换与传递函数 稳定性判别-Control of robot motion and control methods of thinking Laplace transform and transfer function of the stability of discriminant
MAX7219
- LED数码管MAX7219驱动代码,只有一个函数进行地址和数据的传递,很方便-LED digital tube MAX7219 driver code, only one function for address and data transfer, it is convenient
DITONGLBOQI
- 在 惯 性 导 航 系 统 里 往 需 要 对 陀 螺 仪 和 加 速 度计进 行 性 能测 试 , 这 时就 要设 计一 种 测 试 它 们 的 滤 波器 。 滤 波器 从 功 能 上 可 分 为 四种 低通 、 高通 、 带 通 、 带 阻 滤 波 器 。 文 中所 要 研 究 的低 通 滤 波器 是 通 过 低 频 信号 而 抑 止 高频 信号 的滤 波器 , 巴 特 沃 思 滤 波器 是 最 简 单 的低通 滤波 器
模糊PID仿真
- 模糊PID仿真simulink模型,主要是控制策略仿真,被控模型采用传递函数。