搜索资源列表
使用Matlab GUI实现的音频播放器
- 使用Matlab GUI实现的音频播放器,可以显示频谱,实时频谱均衡,进度拖动,歌词显示等功能,Implemented using the Matlab GUI audio player, you can display the spectrum, real-time spectrum balance, the progress of drag, lyrics display functions
MatlabMediaPlayer
- 用Matlab以及Media Player 10的ActiveX控件开发的一个简易媒体播放器,可以播放各种格式的媒体文件。-A Media Player using Matlab GUI together with Media Player 10 AcitveX control. It is sample but powerful.
DigitalEqualizer
- 圖形調整式數位音訊均衡器,使用matlab gui介面寫成。自動畫出頻率響應圖,可讀取.wav檔。濾波器由fdatools設計而成。-Digital audio graphic equalizer adjustments, and the use matlab gui interface language. Automatically draw the frequency response can be read. Wav file. Filter designed with the fdato
Audio
- gui 界面实现语音信号简单分析,简单易懂,看了肯定明白-gui interface simple voice signal analysis, easy-to-read, read certainly understand
release
- 基于MATLAB的数字滤波器,带有gui界面-Matlab-based digital filter, with GUI interface
Reverb(MATLAB)show
- 用GUI做的一个混响音频处理界面,还有均衡器可以设置,单个功能函数也在里面-GUI to do with a reverb audio processing interface, as well as equalizer settings, a single performance function is also inside
matlab_audio
- 基于matlab GUI的音频信息处理系统,具有声音录制、播放、暂停、渐弱、渐强、倒放、快放、回音、合成、滤波、变换声道、绘制波形曲线等功能-Matlab GUI-based audio information processing system, with sound recording, playback, pause, fade, gradually strong, rewind, fast release, echo, synthesis, filtering, channel chan
untitled
- 利用MATLAB中的GUI建立可视化窗口,实现视频采集-Using MATLAB visualization in the GUI to create the window.
monitor
- matlab做的GUI,可以调用摄像头拍照和录像,并保存视频-matlab to do GUI, you can call the camera to take photos and video and save video
GUI
- 1)选择一个语音信号作为分析对象,或录制一段语音信号; 2)对语音信号进行采样,画出采样前后语音信号的时域波形和频谱图; 3)利用MATLAB中的随机函数产生噪声加入到语音信号中,使语音信号被污染,然后进行频谱分析; 4)设计用于处理该语音信号的数字滤波器,给出滤波器的性能指标,画出滤波器的频率响应; 5)对被噪声污染的语音信号进行滤波,画出滤波前后信号的时域波形和频谱,并对滤波前后的信号进行比较和分析; 6)回放各步骤的语音信号,给出相应处理程序及运行结果分析。-1) Select a voi
code_matcomVC
- matlab混合编程实例,介绍了Matlab的GUI编程技术,并有大量的源代码。-matlab mixed programming examples, the Matlab GUI programming techniques, and a large amount of source code.
GUI
- matlab中GUI的基本操作讲解,让初学者学会怎样使用GUI这一功能。-The basic operation of the GUI matlab explain, let beginners learn how to use the GUI this feature.
matlab-RECORDING-AND-PROCESSJING
- matlab录音采集与音频处理(GUI界面)。非常实用的GUI程序,主要包含音频信号采集及音频处理分析等功能,可编译成独立运行程序。-acquisition and recording audio processing matlab (GUI interface). Very useful GUI program mainly includes audio processing audio signal acquisition and analysis functions can be comp
MP3Player_Matlab
- MATLAB版本的MP3播放器(GUI),其中包含matlab MP3解码编码工具包,可实现在matlab平台下对MP3文件的读写操作,非常实用。-MATLAB version of the MP3 player (GUI), which includes matlab MP3 codec kit can be realized in the matlab platform to read and write MP3 files operation, very practical.
yanshou
- 以MATLAB软件为工具,在GUI图形用户界面下针对不同特点的语音信号进行八种不同模式的滤波处理的语音信号处理系统,涉及基于巴特沃思滤波器的IIR滤波器和汉明窗设计的FIR滤波器,能够实现语音文件的打开及自定义路径的存储功能,同时可以实现语音信号加噪和音频倒放功能。-The source code, by means of MATLAB, under the Graphical User Interface, achieves a kind of speech signal processing
videocatch
- matlab视频采集程序,调用摄像头并捕获视频,保存视频(Call the camera and capture the video)
WAV音乐播放器V1.01
- 这是基于matlab语言开发的播放器GUI,该压缩包提供所有源码以及测试文件。(This is the matlab language development of the player GUI, which provides all source code and test files)
bishe
- 实现语音的智能识别,显示GUI界金卡班成绩是悲惨(ACHUEVE ENGLISHIHXJGWfcuiqwrgf)
FIR,IIR滤波器对语音信号的滤波处理matlab仿真
- 本资源实现了基于LSB算法的语音信号的数字水印,内有测试的载体音频,水印音频,代码几乎每一句都有详细的解释,采用了重新量化,使得载体的数据量和水印的数据量不易冲突,附GUI。另外还加入了两种抗干扰处理,一种是低通滤波,另一种是30db的高斯白噪声,外带一段录音的小程序。LSB由于其本身的特点,对两种攻击的抵抗都不是很好。另外,我还有一个资源是关于DWT小波变换的,可以去看看,DWT方法相比于LSB方法的抗干扰性强了不是一点半点。
MATLAB基于离散小波变换(DWT)的语音和音频信号的数字水印代码
- 这段代码实现的是MATLAB基于离散小波变换(DWT)的语音和音频信号的数字水印代码,有GUI几乎每句都有详细的注释,附带一个录音的小程序,其中加入了两种干扰,一是低通滤波,二是白噪声干扰。另外还附赠解释小波变换原理的小程序,也供下载,如果你还需要更多类似的资源,可以看看我的另一个基于LSB算法的语音信号的数字水印资源。