CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - read voice signal

搜索资源列表

  1. digital_audio_rcord

    0下载:
  2. 实现语音的采集和回放,先将语音信号数字化再存储在ROM中,最后从读出、数模转换、滤波得到模拟语音信号!-achieve Audio Capture and Playback, the first digital voice signal then stored in ROM, the read out from the final, digital-to-analog converter, filter was simulated voice signals.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1871
    • 提供者:左富强
  1. WaveProcessor

    0下载:
  2. 这是语音信号中针对音频文件的读取,特别是对于文件头的读取,经过变化可转变成针对音频文件的转化-This the voice signal regarding the audio files to read, especially for the first document read, After changes can be transformed into audio files against the conversion! !
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:59546
    • 提供者:彭涛
  1. weimin

    0下载:
  2. 读取语音信号(用matlab的wavread指令),把语音信号分帧、加窗,进行清浊分割,提取基 频,这一部分较简单,自己编程序做。参考文献自己到图书馆期刊网上查找。 提取语音信号的lpc参数,可调用lpcfit.m 程序(我提供,见附件),将源、目标语音的浊音 段的lpc系数进行DTW规整,调用pathita2.m 程序(我提供,见附件)。将规整得到的lpc系数 转换成lsp参数,调用lpcar2ls.m 程序(我提供,见附件), 再进行转换映射,调用matlab 的指令ne
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3928
    • 提供者:韦敏
  1. readspeech

    0下载:
  2. 一个用C语言程序实现读写语音文件的语音信号低通滤波例子-A C language program used to read and write audio files of voice signal low-pass filter example
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-01
    • 文件大小:1080
    • 提供者:董飞
  1. WAV_DAT

    3下载:
  2. 语音信号WAV格式转换DAT格式。用于读入语音文件转换DAT格式,便于程序分析-WAV format voice signal DAT format. Used to read audio file conversion DAT format, easy to program analysis
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-26
    • 文件大小:699
    • 提供者:liuqingfeng
  1. Cwave

    0下载:
  2. 用C++编写的一个软件,完成对一个语音信号的内插和抽取。语音数据以wav格式、单声道存储,编码方式为PCM。可完成的功能为: (1)读wav文件; (2)写wav文件; (3)对语音数据进行内插和抽取。 -Written in C++, a software, to complete a voice signal decimation and interpolation. Wav format, voice data, single-channel storage, encodi
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-29
    • 文件大小:864
    • 提供者:梦游
  1. Echo

    0下载:
  2. 语音信号采集与分析 简单地讲,可以在原声音流中叠加延迟一段时间后的声流,实现回声效果。当然通过复杂运算,可以计算各种效应的混响效果。如此产生的回声,我们称之为数字回声。初始化配置: 05 户通过 12C 总线将配置命令发送到 AIC23 ,配置完成后 AIC23 开始工作。语音信号的输入: AIC23 通过其中的 AO 转换采集输入的语音信号,每采集完一个信号后,将数据发送到 05 户的 McBS 户接口上, 05 户可以读取到语音数据,每个数据为 16 位无符号整数,左右通道各有一个数值
  3. 所属分类:DSP program

    • 发布日期:2017-03-28
    • 文件大小:116482
    • 提供者:fishsky
  1. mfccvaddtw

    0下载:
  2. 语音信号处理的最基本的Maylab处理程序,包括读入语音波形,清音浊音的检测,加窗,过零率,短时能量,基音最大值。最后有test给出演示-Speech Signal Processing Maylab the most basic treatment procedures, including read into the voice waveform, voiceless voiced detection, add windows, zero-crossing rate, short-term
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-16
    • 文件大小:444356
    • 提供者:张路
  1. waveletdenoisingvoice

    1下载:
  2. 实现小波语音去噪,基本实现了去除噪音的功能。主要读取信号,分解,去噪,重构。-The realization of wavelet denoising voice, the basic realization of the noise removal function. Read the main signal, decomposition, denoising, reconstruction.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:13767
    • 提供者:王磊磊
  1. Audio

    1下载:
  2. gui 界面实现语音信号简单分析,简单易懂,看了肯定明白-gui interface simple voice signal analysis, easy-to-read, read certainly understand
  3. 所属分类:Audio program

    • 发布日期:2015-01-25
    • 文件大小:98579
    • 提供者:侯凯
  1. 12voice

    0下载:
  2. 此为用DSP来实现对语音信号的录放程序。希望读大家有用-This is achieved with the DSP voice signal playback program. We would like to read useful
  3. 所属分类:DSP program

    • 发布日期:2017-04-04
    • 文件大小:6624
    • 提供者:张芸
  1. fir

    0下载:
  2. 3. 用VC编程浮点程序实现对语音信号的按帧滤波。 1) 在主程序中读取FIR DF系数文件。 2) 在主程序中按帧读取语音样点文件,每帧180点。 3) 设计浮点滤波子程序,供主程序调用。 4) 保存滤波结果数据到文件中。 5) 用cooledit试听滤波后的语音信号。 -3. VC programming with floating-point program to realize the speech signal by frame filtering. 1) In
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-05-11
    • 文件大小:2813656
    • 提供者:陈永尧
  1. meierdaopufadematlabshixian

    0下载:
  2. 对录音信号集 中的某一语音,利用BATLAB设计一美尔例谱算法,并实现。 取信号集 中的一个语音信号:“xxxxxx”,将它作为输入的语音信号来为设计一个美尔倒谱算法,在该算法中,主要设计了以下环节: 1.读入一个语音信号;2.对这个信号归一化;3.对归一化的信号进行加窗处理(这里的矩形窗长度必须为257,重帧长64);4.进行预加重处理,即通过一个高通滤波器: ;5进行512点的FFT;6.分别取模平方得到功率谱;7.在设计的mel滤波器组中,我采用了25个带通滤波器;8.将得到的功率
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:13793
    • 提供者:赵欣
  1. denoising

    0下载:
  2. 在噪声环境下语音信号的增强(语音信号为读入的声音文件) -Speech signal in the noise environment enhancement (voice signal is read into the audio file)
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-06
    • 文件大小:948
    • 提供者:吴楠
  1. hmqing256

    0下载:
  2. 读取语音信号 对语音信号进行分帧 加窗 傅立叶变换 并且实现倒谱-Read the speech signal of the voice signal framing windowed Fourier transform and the realization of cepstrum
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:888
    • 提供者:sp
  1. juxingchuang

    0下载:
  2. 读取语音信号 对语音信号进行分帧 加矩形窗 傅立叶变换 并且实现倒谱-Read the speech signal of the voice signal framing plus Fourier transform rectangular window and realize cepstrum
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:807
    • 提供者:sp
  1. ADC_voice-signal-capture

    0下载:
  2. 利用定时器触发ADC采集语音信号,存储到FLASH中,读回后用SPWM输出,经过低通滤波后可以还原出原始信号波形,效果还不错-Use a timer to trigger the ADC capture the voice signal stored in the FLASH, read back with SPWM output after low-pass filtering can restore the original signal waveform, the results were
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:1483304
    • 提供者:
  1. Lab0701-Echo

    0下载:
  2. 用dsp实现语音采集和传送,语音信号的输入:AIC23 通过其中的AD 转换采集输入的语音信号,每采集完一个信号后,将数据发送到DSP 的McBSP 接口上,DSP 可以读取到语音数据,每个数据为16 位无符号整数,左右通道各有一个数值。语音信号的输出:DSP 可以将语音数据通过McBSP 接口发送给AIC23,AIC23 的DA 器件将他们变成模拟信号输出。- Acquisition and transmission of voice, voice signal input: using
  3. 所属分类:DSP program

    • 发布日期:2017-03-28
    • 文件大小:91292
    • 提供者:
  1. matlab

    0下载:
  2. 读入含燥语音信号在Matlab上的实现,显示纯语言和含燥语音的波形并进行比较-Read into with dry voice signal in Matlab, the waveform display plain language and with dry voice and
  3. 所属分类:Other systems

    • 发布日期:2017-05-27
    • 文件大小:10220439
    • 提供者:唐文艳
  1. qzypu

    0下载:
  2. 读取语音信号,提取轻音与浊音的频谱,使用不同窗函数-Read voice signal, to extract the frequency spectrum of the light tone voiced, and the use of different window functions
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-12-04
    • 文件大小:1225
    • 提供者:sylar
« 12 3 »
搜珍网 www.dssz.com