搜索资源列表
gui_tutorial
- matlab的GUI图形图象处理手册,有详细的例题说明!
SpacetimeMatlabCode
- 包括分层空时编码,网格空时编码,以及分组空时编码,很全面的matlab仿真程序,gui界面
song
- 用matlab进行语音合成,用到matlab GUI编程,界面友好。本人课程设计作品,希望对各位有所帮助。-Using matlab for speech synthesis, using matlab GUI programming, user-friendly. I curriculum design works, you want to be helpful.
maltab-gui
- MATLAB30个示例,包括常见的典型例子.-MATLAB30 a sample, including a classic example of common.
noise_cancelled_GUI
- 使用matlab 编写的具有调整滤波器的参数来处理输入的语音信号使之具有消除噪声的功能,包括FIR和IIR两种滤波器,使用GUI界面。-Prepared with the use of matlab to adjust filter parameters to deal with input voice signal so that they are the elimination of noise features, including two types of FIR and IIR fil
SPEECH-ANALYSIS-GUI
- 语音分析GUI实例: 最近在做数字语音分析,这里面有两份GUI,能完成10语音分析功能,已经打包调试。-Speech Analysis GUI examples: Recently, doing digital voice analysis, there are two GUI, to complete the 10 voice analysis capabilities have been packaged debugging.
F2_6764
- 端点检测是指用数字处理技术来找出语音信号中的各种段落(如音素、音节、词素、词等)的始点和终点的位置。语音段起止端点检测是语音分析、语音合成和语音识别中的一个必要环节。传统的端点检测方法是从wav文件中获取语音采样,将其分帧并计算短时能量和过零率参数,然后进行端点检测。这种工作方式被称为离线处理方法 ,无法实现语音信号的实时处理,对于语音信号分析具有一定的局限性。本文通过开发ActiveX控件,在MATLAB环境下将其嵌入到figure窗口中,以GUI程序的方式使用,实现语音信号端点检测的实时处
MATLAB-Speech-and-noise-GUI
- MATLAB编写语音加噪,加入高斯噪声,并且有对话框显示-MATLAB voice noise by adding Gaussian noise, and the dialog box is displayed
matlab-GUI-shuzhi
- matlab的一点东西,主要还是数值分析类的!并且是和GUI联系在一起的-matlab something, or numerical analysis class! And is linked and GUI
matlab
- 图形用户界面(Graphical User Interfaces ,GUI)则是由窗口、光标、按键、菜单、文字说明等对象(Objects)构成的一个用户界面。用户通过一定的方法(如鼠标或键盘)选择、激活这些图形对象,使计算机产生某种动作或变化,比如实现计算、绘图等。-Graphical User Interface
Matlab-speech-process
- 对语音信号的频谱分析,滤波,GUI界面设置,更加方便的进行语音的频谱分析与滤波处理。-The spectrum of the speech signal analysis, filtering, GUI interface settings, be more convenient for the voice spectrum analysis and filtering process.
chepaishibie
- 基于matlab的车牌识别,GUI图像显示,简洁明了,识别过程用的是模板匹配,文件齐全。-License plate recognition matlab-based GUI image display, concise, the identification process is the template matching, the file is complete.
yuyin
- matlab下实现两个声音合成的简单小程序,要使用matlab下gui.-two sound synthesis Matlab achieve a simple applet to use matlab under the GUI.
homework2
- 这是一个用matlab实现的切割二代身份证上数字和汉字,并且进行识别的程序,gui做好了界面,效果还可以,运用的是连通域切割方法和模板匹配法,文件夹里面有一篇我用到了算法的论文,很有帮助。总的切割和识别率有百分之80以上,效果还可以-This is a matlab implementation of cutting numbers and characters on the second generation ID card and identification procedure, gui
gui
- matlab对图像技术的腐蚀断点连接,其中包括源代码和,实例。-matlab for image technology corrosion breakpoints connections, including source code and the instance.
MATLAB_commom-mistake(GUI)
- 是一篇pdf文档 。主要讲了,matlab中的GUI模块,得一些常见错误和解决办法。-Is a PDF document. Mainly about, the GUI module in MATLAB, some common errors and solutions.
matlab--gui
- 数字通信原理通过matlab中的gui界面来实现,能直观的反应出通信学科中出现的图形变换等知识-Digital communication theory through the matlab gui interface to achieve, to reflect the intuitive graphic communications disciplines appears transform knowledge
gui
- 学会MATLAB的GUI交互式界面的编程,非常好,值得学习-Institute of GUI programming MATLAB interactive interface, very good, it is worth learning
matlab 串口 gui
- 单片机串口发送数据,PC端建立matlab GUI界面接收串口数据,画图并保存数据(MCU serial port to send data, PC terminal to establish matlab GUI interface to receive serial data, draw and save data.)
基于直方图均衡化,暗通道先验,retinex方法的数字图像去雾matlab程序集合
- 一个关于图像去雾的基本算法代码的超强整合,每一行(划重点)代码都有详细而好懂的注释,全部都是m文件,另外还有许多测试图例,从浓雾到薄雾都有。暗通道方法采用改进算法,增加了图像采样,提升了计算速度,改进了导向滤波最小二乘的算法使其精细透视率图的效果得到了显著提升。另外附带相应根据上述代码编写的GUI设计的m文件