搜索资源列表
matlab-speech-frames-using-sub
- 汉明窗,matlab语音分帧使用,function函数,直接在编辑窗口调用-Hamming window, matlab speech frames using sub, function function call directly in the edit window
ENFRAME
- 语音的分帧程序,很好用,支持各种窗函数,在语音处理中很有用-This is a matlab programe which can divide voice into several frames
55593371enhance
- 基于matlab的语音端点检测,预处理,汉明窗,LPC的函数的处理 程序肯定可以调试成功-it is a very good example.
BasedonMATLABspeechsignalspectrumanalysisandfilter
- 录制一段个人自己的语音信号,并对录制的信号进行采样;画出采样后语音信号的时域波形和频谱图;给定滤波器的性能指标,采用窗函数法和双线性变换设计滤波器,并画出滤波器的频率响应;然后用自己设计的滤波器对采集的信号进行滤波,画出滤波后信号的时域波形和频谱,并对滤波前后的信号进行对比,分析信号的变化;回放语音信号-The individual' s own record a voice signal, and the recorded signal is sampled draw sampled
OLA
- 编写一Matlab函数,用30ms三角窗和15ms帧移计算语音信号的STFT。并用OLA法重建原始信号。设计一种基于OLA的综合方法,以通过重复每帧对语音信号以因子2进行时域扩展。-Write a Matlab function, STFT and 30ms triangular window and 15ms frame-shift calculation of the speech signal. And the OLA method to reconstruct the original
matlab
- 矩形窗、汉宁窗的函数源代码,用于查看其时域和频域波形;求过零率的函数以及其源代码-Rectangular window, Hanning window function of the source code for the view of its time-domain and frequency-domain waveform seeking function of the rate of zero, and its source code
Matlab-windows
- Matlab的窗函数_矩形窗_三角窗_汉明窗_汉宁窗_布莱克曼窗-The window of the Matlab function, rectangle, triangle window, hamming window and hanning window, blackman window
matlab
- 1. 给一段原始的语音信号(可以是自己录制的一段语音),加上一频率为3.8kHz的高频余弦噪声和频率为3.6kHz的高频正弦噪声(幅度自己可以选择),用窗函数设计一滤波器(要求最小阻带衰减为50dB)对加噪后的语音信号进行滤波,画出滤波器的频率响应曲线,画出滤波前后的时域图和频谱图。 需要用到的函数: fir1 用窗函数设计FIR滤波器的函数 2. 用GUI设计一界面(如图1所示)完成如下功能: 1) 输入一语音信号,画出语音信号的时域图和频谱图; 2) 对语音信号加噪处理,
ns153
- 用MATLAB实现的压缩传感,计算一维光子晶体的透射特性和反射特性,窗函数法设计一个数字带通FIR滤波器。- Using MATLAB compressed sensing, Calculated transmission characteristics and reflection characteristics of the one-dimensional photonic crystals, A window function design FIR digital band-pass fi
ff824
- 基于人工神经网络的常用数字信号调制,matlab编写的元胞自动机,窗函数法设计一个数字带通FIR滤波器。- The commonly used digital signal modulation based on artificial neural network, matlab prepared cellular automata, A window function design FIR digital band-pass filter.
chenxu
- (1)录制一段语音信号,完成对信号的采样,画出信号的时域波形和频谱图,确定信号的频谱范围; (2)给信号叠加噪声(噪声类型分为如下几种:a白噪声;b单频噪色(正弦干扰);c多频噪声(多正弦干扰);d其它干扰。),画出受噪声干扰的信号时域波形和频谱图; (3)采用窗函数法设计FIR低通滤波器,画出滤波器的频响特性图; (4)用所设计的滤波器对受噪声影响的信号进行滤波,画出滤波后语音信号的时域波形图和频谱图; (5)对滤波前后的信号进行对比,分析信号的变化;回放语音信号,并与原始语音信号对比