搜索资源列表
IIR
- 用双线性变换法设计IIR数字滤波器 滤波就是将外界干扰的不需要的频率滤除掉,一面影响要测试数据的结果。比如如果是心电波的话,如果这是外界有很大的噪声干扰,滤波就是把不必要的信号给抑制掉,以便对心跳的正常测试。通过图比较,滤波后的明显比之前的要平滑,就是滤去干扰噪声的结果。采样间隔对实验有影响,取的过大会导致频率混叠。
F2_6764
- 端点检测是指用数字处理技术来找出语音信号中的各种段落(如音素、音节、词素、词等)的始点和终点的位置。语音段起止端点检测是语音分析、语音合成和语音识别中的一个必要环节。传统的端点检测方法是从wav文件中获取语音采样,将其分帧并计算短时能量和过零率参数,然后进行端点检测。这种工作方式被称为离线处理方法 ,无法实现语音信号的实时处理,对于语音信号分析具有一定的局限性。本文通过开发ActiveX控件,在MATLAB环境下将其嵌入到figure窗口中,以GUI程序的方式使用,实现语音信号端点检测的实时处
simpling
- 信号采样,可以是临界采样,也可以是过采样,还可以是欠采样,不同的采样导致不同的恢复效果,本代码将展示不同之处。-Signal sampling, the sampling can be critical, it can be over-sampling, can also be due to sampling, different sampling led to the recovery of the different effects, the code will show the diffe
digital_sigma_delta_modulator
- simulink模拟的二阶sigma delta调制器 可以提高传输速率 中间用到了半带滤波器和FIR滤波器CIC滤波器 进行过采样-Simulink simulation of second order sigma delta modulator can improve the transmission rate use among the half took filter and FIR filter CIC filter sample
speech-recognition-pre-processing
- 本段程序包含了语音识别预处理中的采样、量化、预加重、分帧加窗等程序,另外添加了端点检测需要的短时能量、过零率的程序,经实验测试,运行结果符合理论期望-Procedures in this paragraph contains the voice recognition preprocessing sampling to quantify the pre-emphasis, framing windowed program, the addition of short-term energy ne
wave read
- 输入一wav格式声音信号 输出对声音信号进行抽取并插值后的频谱图(源程序为8倍重采样),并可使用play函数进行播放试听,如play(nearest),play(ori) 有ori原始音质、ups插值音质、downs抽取音质三种及以下五种重采样音质 重采样试听种类有nearest,linear,spline,pchip,cubic,插值算法详见interp1函数 可用过取消注释“高斯白噪声”、“高频噪声”对声音信号加入噪声-Wav format input-output
shuzi
- 数字边沿启动触发的有限采样。源代码,刚用过的,非常方便,希望能帮助到大家。-Limited sampling digital edge start trigger. Source code, just used the very convenient, hoping to help you.
guojiecaiyang
- 基于matlab开发环境下的,采样与重构。这里着重研究过界情况下的采样。-Based on the sampling and reconstruction matlab development environment. Here we focus on the case of oversampling community.
fakespeech
- 简单的语音隐藏程序。将一条语音通过过采样,叠加到另一条语音中;接收端可以恢复。-Simple speech hiding program. One speech signal is over sampled and add into another speech signal. Using receiver, it will be restored.