搜索资源列表
使用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
matlab Record 利用matlab编写的录音函数
- 利用matlab编写的录音函数,并画出录入声音波形。-Use of matlab recording function, and draw the recorded sound waveform
MATLAB_forspeech.rar
- 采用MATLAB分析WAV文件。 步骤一:选择一个WAV文件作为分析的对象 。(ding.wav) 步骤三:进行 FFT变换并画频域图形 。 步骤四:进行该声波主要频谱的分析。 步骤五:根据该声音的频谱,反演时域图形 。(有失真) 步骤六:进行付立叶逆变换IFFT并画频域图形 。,WAV file analysis using MATLAB. Step One: Select a WAV file as the target of analysis. (Ding.wav) Step
Audio_equalizer.rar
- 音频均衡器,Matlab Simulink模块,实现参数可调的音频均衡器,5段均衡,Audio equalizer, Matlab Simulink module, adjustable parameters to achieve the audio equalizer, 5 balanced
lpcauto.rar
- 音频信号LPC参数计算 matlab环境下,LPC calculation based on matlab
energyZero.rar
- matlab环境下,实现将wav格式的音频文件进行分帧,求能量,过零率,matlab environment, to achieve wav format audio files framing, and energy, zero-crossing rate
matlab_sound
- 利用matlab做声音分析,从声卡读入数据,并作快速傅立叶等分析。-Using matlab to do the sound analysis of the data read from the sound card, and so on for fast Fourier Analysis.
MATLAB_pitch
- 用matlab计算一些基本的音频特征,基本的特征包括:特征统计、Energy Entropy Standard Deviation (std)、均值信息熵、过零率检测、频谱衰减-Using matlab calculate some basic audio features, the basic features include: Features and Statistics, Energy Entropy Standard Deviation (std), mean information
ewe
- G.721算法的matlab编程,自己编写的,程序没任何问题。另一部分是G.721算法的BP改进,SNR提高不大!-G.721 algorithm matlab programming, I have written, the program did not any problems.
G.728matlab
- G.728的MATLAB实现,费老劲了才调通的。-G.728 of MATLAB to achieve, and we have to charge the old King
speaker
- 数字的语音识别matlab程序 训练及识别数据太大,少量上传一点,大家可以用COOLEDIT等软件仿照自己制作.(*.wav文件采样率8000,单声道,采样精度16位,16bit Motorola PCM,*.lab文件存的是语音的起止点和语音内容). -Digit speech recognition matlab program too much training and recognition data, a small amount of upload that you can us
SSC-matlab
- 实现正弦编解码(Sinusoidal coding)的matlab程序 sinusoidal_analysis.m文件定义了函数[A, F, P, fs] = sinusoidal_analysis(filename, framelen, frameshiftlen),将*.wav音频文件提取出A, F, P这3个参数矩阵。 sinusoidal_synthesis.m文件定义了函数syspeech = sinusoidal_synthesis(A, F, P, fs, framelen
WaveletRecon
- 构造小波基的Matlab源代码,来自小波图像压缩教程-Construction Wavelet Matlab source code, from the wavelet image compression tutorial
audiowaterprot
- this audio watermarking matlab code-this is audio watermarking matlab code
matlab.spsnip_gui
- This a GUI that manages DSP analysis functions for wav-files [especially speech signals]. Two functions [plotps.m and spect.m] are included for starters. You may write your own functions and integrate that into the GUI without much hassle [see instru
WaveletFractalcompression2007-04-21
- 小波和分形的混合编码程序,Matlab版的-Wavelet and fractal coding procedure mixed, Matlab version
FBS
- A short-time analysis-synthesis system for speech is developed in MATLAB using the Filter Bank Summation (FBS) method. Provision for different sampling rates at analysis and synthesis means rate change can be carried out.
pitch_estimation
- this folder contains matlab programs which implements different pitch estimation algorithms of speech.
CCSA-Master
- It is a project maked in matlab, that it is based of the articol "Preceptual sinusoidal model for audio coding based on the spectral integration"-It is a project maked in matlab, that it is based of the articol "Preceptual sinusoidal model for audio
pitch_dective
- 用MATLAB编写的,用于MELP语音编码算法中基音周期检测的程序,实现了基音周期的检测,包括整数基音,分数基音,以及最终基音的检测。可以直接运行。-Pitch detective in speech coder of MELP,by MATLAB.