当前位置:
首页
资源下载

搜索资源 - serial communication in matlab
搜索资源列表
-
0下载:
一本关于控制系统仿真的书的程序
1、文件夹1中的程序是书中的一些仿真。
2、文件2中的是最近做的预测控制、PID控制及逻辑控制的对比综合研究。
3、文件夹3中是与maltab通信的数据采集板的设计文件。包括串口设计、USB1.1及USB20设计。这是最新的设计资料,很有参考价值。
-About a control system simulation procedure one book, folders, one in the book are a number of proce
-
-
0下载:
本文介绍MATLAB环境下上位机与下位机通过RS232接口进行串行通信的实现方法 详细叙述了在MATLAB环境下使用其自带的控制工具箱中的串口事件回调函数,实时接收下位机输出串行信号的实现过程.-This article describes the MATLAB environment, host computer and the next-bit computer through RS232 serial communication interface implementation metho
-
-
6下载:
一个带gui界面的matlab串口通信演示程序-A band gui interface matlab serial communication demo
-
-
0下载:
protocol for serial communication in rs485 network device
-
-
0下载:
这个程序是四通道的串口通信代码,点击通信开始时,自动从指定串口接收并显示数据,可实现串口的切换-This procedure is four-channel serial communication code, click on the beginning of communication, automatic from the specified serial port receive and display data, enabling the switch serial
-
-
1下载:
通过RS232串口将数据采集部分与计算机连接,利用MATLAB自带的工具可开发出通信与数据采集软件,通过人机界面完成对数据采集系统的通信与控制,可设计出有极强的数据处理能力的系统。-Through the RS232 serial port will be part of data acquisition and computer connections, the use of MATLAB built-in tools to develop communication and data acq
-
-
0下载:
kpib.m contains code for GPIB and serial port communication for a number of scientific instruments, organized so that a single common command syntax can operate them all. For example, the command:
r = kpib(INSTRUMENT,GPIB, read )
will return the
-
-
0下载:
serial communication in matlab
-
-
0下载:
Matlab编写的串口通讯程序,可以实现PC与串口外设的通讯与检测-Serial communication program written in Matlab, can achieve PC and serial communication with the detection of peripheral
-
-
0下载:
serial Communication In Matlab
-
-
0下载:
利用matlab编写的串行通信助手程序,GUI界面对学通信的应该很有帮助-Matlab serial communication using a helper application written, GUI interface should be helpful in learning to communicate
-
-
0下载:
对MATLAB软件在控制领域的应用进行了详细介绍。内容包括使用DAS工具箱函数和ActiveX控件设计数据采集与控制程序;使用串口I/O流和MSComm控件设计串口通信程序等。每种程序设计方法都提供了多个典型应用实例,每个实例都提供了线路图、详细的程序设计步骤和完整的源代码可供自动化、计算机应用、电子信息、机电一体化、测控仪器等专业的大学生、研究生及相关技术人员学习和参考。 -MATLAB software in the control area of the application in de
-
-
0下载:
实现的串口通信;的MATLAB与C
在MATLAB与C数据交换中有用-Achieve serial communication the MATLAB and C in MATLAB and C useful for data exchange
-
-
1下载:
matlab GUI编写的串口通信助手,通过一定的串口链接实现PC机之间的串口通信,包括数据的接收和发送。波特率,校验位个数,进制显示,发送周期可以进行设置。-matlab GUI written in serial communication assistant, through certain serial link between the PC serial communication, including receiving and sending of data. The baud r
-
-
0下载:
Serial communication in Matlab
-
-
1下载:
matlab编写的串口通信,已在单片机上验证实现,欢迎大家下载。-Matlab prepared by the serial communication, has been verified in MCU, welcome to download.
-
-
0下载:
包括广义互相关函数GCC时延估计,搭建OFDM通信系统的框架,Matlab实现界面友好,实现串口的数据采集,在MATLAB中求图像纹理特征,一个很有用的程序。- Including the generalized cross-correlation function GCC time delay estimation, Build a framework OFDM communication system, Matlab to achieve user-friendly, Achieve ser
-
-
0下载:
应用小区域方差对比,程序简单,FMCW调频连续波雷达的测距测角,搭建OFDM通信系统的框架,在matlab环境中自动识别连通区域的大小,到达过程是的泊松过程,利用matlab GUI实现的串口编程例子。- Application of small area variance comparison, simple procedures, FMCW frequency modulated continuous wave radar range and angular measurements, Bu
-
-
0下载:
在Matlab环境下,读取串口数据的方式可以分为两种—查询和中断。以查询的方式进行串行通信时,如下位单片机有大量的数据分时分批传送给PC机,就需要不停查询串行口的缓冲区,有数据就读取;虽然编程容易,但这样做不能对数据进行实时处理,系统实时性不高,而且会极大地占用系统的资源。以中断的方式对串口进行控制实现串行通信,就可以实时处理下位机传送的数据;但编程相对复杂一些,需要采用Matlab的事件和回调函数机制。(In Matlab environment, there are two ways to
-
-
1下载:
利用MATLAB中的GUI工具来制作串口通信上位机,利用上位机将数据利用绘图实时显示出来。(Use the GUI tool in MATLAB to make the serial communication upper computer, and use the upper computer to display the data in real time using the drawing.)
-