搜索资源列表
基于LBM圆柱绕流模拟matlab程序代码
- 基于LBM圆柱绕流模拟matlab程序代码,简单几行代码就可以实现圆柱绕流的可视化模拟,而且还是实时的,采用D2Q9模型,适合初学者学习。,Circular cylinder based on the LBM simulation matlab program code, a simple few lines of code can achieve circular cylinder visual simulation, but also real-time using D2Q9 model,
GOERTZEL.rar
- GOERTZEL算法,应用于音调检测,能够连续实时的进行FFT处理。,GOERTZEL algorithm, applied to tone detection, continuous real-time be able to deal with the conduct of FFT.
ecg_dis.rar
- 心电的实时显示上位机GUI,从串口读入数据。,Matlab GUI for ECG monitoring.
rec
- matlab的播放器,实现录音,放音,实时显示波形等功能-matlab player to achieve recording, playback, real-time features such as waveform
MATLABcarsdetect
- 运动车辆检测 跟踪车辆 基于matlab 实时性很好-car detectcar detectcar detect
wan
- matlab个多目标跟踪的matlab代码,里面附有说明文档。其中背景差分法可以实现实时更新。该代码在检测与跟踪少量目标时效果很好,但是跟踪目标大于8后,效果下降很多-matlab
Matlab
- 系统实时仿真开发环境与应用,主要讲解matlab RTW技术分上下两部分。-Real-time simulation development environment and application, mainly on matlab RTW technology was divided into two parts.
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
ECM
- 一种在线聚类程序,能够实现数据的在线聚类,对于实时监控系统很有用-An online clustering procedures, can achieve data online clustering for real-time monitoring system is useful
FILTER_REAL_TIME
- 实时滤波器,具有精美界面,可以开发自己的应用功能。-You can use 4 types of filters: - Butterworth - Chebyshev 1 - Chebyshev 2 - Elliptic You can use them as: - Lowpass - Highpass - Bandpass - Stopband Showing theirs features in frequency, phase and
MATLAB-control
- 一篇关于“MATLAB环境下控制系统实时仿真实验的研究”的大论文,很详细。-Essay on " MATLAB environment control system for real-time simulation of a" big paper in great detail.
1549809comdraw
- 利用MATLAB编写的GUI,可实现串口的通讯和实时画图,有意义-The use of MATLAB written GUI, enables serial communication and real-time drawing meaningful
ECG_read
- 实时读取MIT数据库中的二进制文件,并显示ECG信号-Real-time read the MIT database binary files and show ECG signal
MATLAB-development-application
- 介绍基于MATLAB实时视频处理平台的开发和应用方法-Introduced real-time video processing platform based on MATLAB development and application of methods
harmonic-analysis-based-on-matlab
- 包括基于MATLAB的谐波实时检测方法,谐波分析,谐波抑制仿真的研究-Including MATLAB-based real-time detection method of harmonic, harmonic analysis, harmonic suppression simulation study
实时串口数据显示程序 MATLAB
- 程序运行后从串口读取数据,并实时绘制出数据图形,可以直观的看到数据的变化
实时显示鼠标位置并话叉与框
- 该matlab GUI可以实时显示鼠标位置坐标信息(Display mouse position coordinates in real time)
matlab-USB摄像头
- matlab使用USB摄像头读取实时图像(Matlab uses a USB camera to read real time images)
matlab串口通信基础讲义
- 在Matlab环境下,读取串口数据的方式可以分为两种—查询和中断。以查询的方式进行串行通信时,如下位单片机有大量的数据分时分批传送给PC机,就需要不停查询串行口的缓冲区,有数据就读取;虽然编程容易,但这样做不能对数据进行实时处理,系统实时性不高,而且会极大地占用系统的资源。以中断的方式对串口进行控制实现串行通信,就可以实时处理下位机传送的数据;但编程相对复杂一些,需要采用Matlab的事件和回调函数机制。(In Matlab environment, there are two ways to
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.)