搜索资源列表
ck.rar
- matlab编写的串口调试程序,用于串口数据的显示,matlab serial debugger written for the display of data from serial port
matlab_procedure.rar
- matlab串口通信!!!!!!!!!!,serial comunication using matlat
fangzhen
- 一本关于控制系统仿真的书的程序 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
dsss
- 直接序列扩频通信系统,实现PN码同步,采用串行滑动相关捕获相关峰-Direct sequence spread spectrum communication system, and PN code synchronization, sliding-related capture serial correlation peak
MATLAB_Heart_sounds
- 配合上传的C8051程序,通过串口接收心音数据,并通过图形显示。串口接收数据为中断方式。-With the upload process of C8051F020, through the serial port to receive heart sound data, and useing graphics to display.Received through the serial port interrupt.
MATLAB
- 其中,子目录《数字信号处理题解及电子课件》_MATLAB程序包含了完成该书的习题参考答案时所用到的MATLAB程序,直接运行这些程序可给出相应习题参考解答的结果。用MATLAB编写的程序的名称由“ex”开头,接下来是所在的章、习题序号及该习题中MATLAB程序的序号,如ex_01_06_1,指的是第1章第6题的第1个程序。-Among them, the subdirectory " digital signal processing solutions and electronic
matlab_uart
- matlab访问串口的程序,包括:打开、关闭和清除串口对象;读串口、写串口;串口的数据流控制;还包括:怎么用matlab发送手机短信的例程;这是学习matlab访问系统硬件的原理,不可多得的经典例程!-matlab serial port access procedures, including: open, close and clear the serial port object read serial port and write serial port serial data fl
matlab-gui-serial-comunication
- 一个 gui 界面的 matlab 串口通信演示程序-A gui interface matlab serial communication demo
CADforstepfiber
- 开发的结合用C语言与matlab计算阶跃光纤中的模场分布、传播常数与功率分布情况。-The combination of development with C language and matlab calculation step in the fiber mode field distribution, propagation constant and power distribution.
228336serial-matlab
- MATLAB 编程问题 大家可以交流下 加油啊 好东西-MATLAB programming problem we can exchange, under
SFAM
- 实现遗传算法对于SFAM网络输入模式的序列优化-The realization of genetic algorithm for the SFAM network optimization serial input mode
9141130
- Using the Serial Port with a MATLAB GUI
m12062
- Using the Serial Port with a MATLAB
serial
- matlab串口的实现,倚望大家有时间去-matlab and serial
serial
- matlab编写的串口调试助手,matlab6.5下运行-write matlab serial debugging assistant, matlab6.5 run
matlab_GUI_serialport
- 利用matlab GUI实现的串口编程例子,本科毕设,包含收发两个客户端程序-Matlab GUI implemented using serial programming examples, undergraduate Bi-based, including sending and receiving two client programs
MATLAB
- a GUI code in Matlab for read and write on Serial Port, And Save Data in a xls file
MATLAB-control-application
- 对MATLAB软件在控制领域的应用进行了详细介绍。内容包括使用DAS工具箱函数和ActiveX控件设计数据采集与控制程序;使用串口I/O流和MSComm控件设计串口通信程序等。每种程序设计方法都提供了多个典型应用实例,每个实例都提供了线路图、详细的程序设计步骤和完整的源代码可供自动化、计算机应用、电子信息、机电一体化、测控仪器等专业的大学生、研究生及相关技术人员学习和参考。 -MATLAB software in the control area of the application in de
serial-matlab
- MATLAB典型实验和例子,包含程序,供初学者使用,简单易学-MATLAB and examples of typical experiments, including the program for beginners to use, easy to learn
matlab串口通信基础讲义
- 在Matlab环境下,读取串口数据的方式可以分为两种—查询和中断。以查询的方式进行串行通信时,如下位单片机有大量的数据分时分批传送给PC机,就需要不停查询串行口的缓冲区,有数据就读取;虽然编程容易,但这样做不能对数据进行实时处理,系统实时性不高,而且会极大地占用系统的资源。以中断的方式对串口进行控制实现串行通信,就可以实时处理下位机传送的数据;但编程相对复杂一些,需要采用Matlab的事件和回调函数机制。(In Matlab environment, there are two ways to