搜索资源列表
ecg_dis.rar
- 心电的实时显示上位机GUI,从串口读入数据。,Matlab GUI for ECG monitoring.
rec
- matlab的播放器,实现录音,放音,实时显示波形等功能-matlab player to achieve recording, playback, real-time features such as waveform
stopwatch
- matlab GUI中 实时显示钟表时间的用户操作界面-matlab GUI real-time clocks, time display user interface
polyfitconvenient
- 利用 matlab的GUI 环境编写 多项式曲线拟合程序,及其界面,由于参数的输入是实时的、拟合过程可以实时显示,因而使用非常方便。-Using matlab GUI to prepare the environment polynomial curve fitting procedures, and its interface, as input parameters in real time, the fitting process can be real-time display, whi
time
- 时间的实时显示,很有意思的一个应用。还可以显示日期,星期几。-Real-time display of time, a very interesting application.
select_satellite
- 用于GPS定位,载入强机动运动载体,实时进行跟踪,并显示所用定位卫星个数及编号。采用的算法参照其中的PDF文档编写,令有模糊选星法。可以显示不同选星方法的GDOP值及选星所用时间-Used for GPS positioning, strong motor moving vehicle load, real-time tracking, and display the number of satellites used for positioning and number. Algorithm
matlab
- ) 使用分块的主成分分析方法(PCA)对人脸图像进行压缩编码。针对PCA方法计算量大的缺点,首先把问题转化成奇异值分解(SVD)问题,然后设计了特征空间的更新算法,通过递推,简化每一步计算的计算量,达到了实时编码的要求。 4) 在Windows平台下基于Video for Windows(VFW)接口开发了人脸视频图像编码和解码的实验系统,该系统实现了图像采集、图像显示、编码、解码等功能。-) The use of sub-blocks of principal component analys
ECG_read
- 实时读取MIT数据库中的二进制文件,并显示ECG信号-Real-time read the MIT database binary files and show ECG signal
VideoFaceDetect
- 使用matlab调用opencv做成的adaboost人脸检测DLL模块,在usb摄像头采集的视频序列中检测人脸并实时显示, 实时性比C低。 下载后可以直接在matlab运行,不要改动文件夹内的文件相对位置。-Opencv matlab call made using adaboost face detection DLL module, usb camera capture video sequences of face detection and real-time displa
GUI-drawing-board
- Matlab鼠标画图,用pop-up menu选择画图标记,颜色edit记录鼠标坐标 但是功能比较简单,只能画线,不能画矩形、椭圆等 其中一个难点就是:拖动鼠标的过程中如何显示矩形/椭圆的轮廓,并且轮廓跟着鼠标指针移动。 程序的亮点: 1、可选择点、线、矩形、椭圆进行画图; 2、可选择marker、LineTyple进行画图; 3、可选择画图颜色; 4、可实时显示鼠标指针当前坐标; 5、可清除画板; 6、可保存画好的图(bmp、jpg、gif); 7
MATLAB_GUI
- Matlab GUI编程技巧有关GUI实时显示的问题怎么直接将一段.txt格式导到MATLAB中-Matlab GUI programming skills issues related to how real-time display GUI directly to the section. Txt format in the guide to MATLAB
time
- matlab中gui界面编程,timer的一个小例子,实时显示系统时间。-programming in matlab gui interface, timer, a small example, real-time display system time.
Matlab-music_real-time
- 我的项目Matlab程序,是播放音乐文件的波形和频谱的实时显示!实时啊!-My project Matlab program is a real-time display of the waveform and spectrum of playing music files! Real-time!
matlab-serial
- MATLAB动画显示串口数据【实例】 经过几天的学习,现在能实现串口数据的实时plot并记录在MATLAB变量中-MATLAB animation serial data [Example] After several days of learning, can achieve real-time plot of the serial data and records in the MATLAB variable
实时显示鼠标位置并话叉与框
- 该matlab GUI可以实时显示鼠标位置坐标信息(Display mouse position coordinates in real time)
serial_matlab
- matlab读取串口数据,实时显示。 数据格式、串口设置可根据代码注释自定义 含test4与test5l两个例程,较为简单,后者需要开两个matlab(Do serial's data reading and real-time displaying by matlab, . Data format and serial settings can be customized according to code comments Containing test4 and test5l tw
MyScomTest可实时显示数据
- 基于Matlab的串口实时接收数据。并显示(The data is received in real time based on the serial port of Matlab. And display)
Matlab火焰火灾烟雾识别系统[带参数,GUI界面]
- 一、课题介绍 本设计为基于MATLAB的火焰烟雾火灾检测系统。结合火焰是实时动态跳跃的,采用面积增长率,角点和圆形度三个维度相结合的方式判断是否有火焰。该设计测试对象为视频,通过下一帧和上一帧的差异发现是否有火情,并可发出语音报警。本设计带有一个人机交互式GUI界面,界面友好。是个不错的毕设选题。 二、算法流程 结合火焰的面积增长率,角点和圆形度三个维度综合判断。并且得出每帧图像火焰部分的该三个参数,实时显示在GUI上。(1.Topic introduction This design
Gui_Data_display
- 利用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.)
MATLAB烟雾火焰识别GUI界面
- 一、课题介绍 本设计为基于MATLAB的火焰烟雾火灾检测系统。传统的采用颜色的方法,误识别大,局限性强。结合火焰是实时动态跳跃的,采用面积增长率,角点和圆形度三个维度相结合的方式判断是否有火焰。该设计测试对象为视频,通过下一帧和上一帧的差异发现是否有火情,并可发出语音报警。本设计带有一个人机交互式GUI界面,界面友好。是个不错的bishe选题。 二、算法流程 结合火焰的面积增长率,角点和圆形度三个维度综合判断。并且得出每帧图像火焰部分的该三个参数,实时显示在GUI上。 三、GUI界面设计(Thi
