搜索资源列表
MATLB_Serial
- MATLAB 程序,单片机采样后将数据由RS232上传到PC, 由MATLAB截获并画图, 实现示波器功能
inverment
- 增量PID算法的MATLAB仿真,如果在单片机中使用需要编译和修改,属于简单的仿真程序-Incremental PID algorithm MATLAB simulation, if the use of single-chip microcomputer to compile and modify the need for belonging to a simple simulation program
vs1307-RW
- 用普通I/O口模拟I2C通信读写vs1307时钟芯片程序,此程序在MPLAB IDE环境下开发,在PIC16F877单片机上运行通过。-With common I/O port to read and write clock chip vs1307
t_2_fft
- 在MATLAB环境中,利用简单的加法和乘法实现基2时间抽取的FFT变换,并且能够计算出峰值点的最大值,数据点数为2的整数次幂。学习程序有利于对FFT变换的理解,以及在单片机环境或者是DSP环境中编写FFT变换C语言程序。-In the MATLAB environment, using simple addition and multiplication of time taken to achieve the base 2 FFT transform, and can calculate th
PID
- 一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID 参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算, 而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可 大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余 数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。 -A typical
MySerialPortCommunication
- 本程序是MATLAB GUI界面显示的串口传送的通过单片机测量的实时动态电压信号值-This program is a MATLAB GUI interface microcontroller serial transmission by measuring the real-time dynamic voltage signal value
matlab
- 在相应的单片机上实现直流电机测速程序的matlab程序-The corresponding SCM matlab program
microcontroller
- 基于MATLAB与单片机的测控应用系统的程序代码-Based on MATLAB and MCU control application code
LS_circfit2
- 最小二乘法拟合圆得其圆心及半径matlab程序(无需要矩阵求逆计算,便于单片机实际系统应用)-Least-squares fitting circle Obtaining the center and radius (NO requires matrix inversion calculations,To facilitate the practical application)
ModTest
- 采用C语言开发了单片机外部中断程序,可实现单片机的响应外部中断功能。-It developed using C language SCM external interrupt program, enabling external microcontroller interrupt function.