搜索资源列表

  1. weimin

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

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

    1下载:
  2. 详细介绍了matlab中声音录制、读写和播放的语句描述
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:47021
    • 提供者:刘素京
  1. mp3_toolbox

    0下载:
  2. 基于matlab的mp3的读写函数Mp3 toolbox for Matlab. Alfredo Fernandez Franco Aalborg University Departament of Acoustics M.Sc. Student aberserk@yahoo.com Includes 2 functions to write and read MP3 files. It works like the commands
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:467978
    • 提供者:hang
  1. mp3_toolbox

    0下载:
  2. 基于matlab的mp3的读写函数Mp3 toolbox for Matlab. Alfredo Fernandez Franco Aalborg University Departament of Acoustics M.Sc. Student aberserk@yahoo.com Includes 2 functions to write and read MP3 files. It works like the commands
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:467968
    • 提供者:hang
  1. weimin

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

    • 发布日期:2024-05-14
    • 文件大小:4096
    • 提供者:韦敏
  1. wavread

    0下载:
  2. 详细介绍了matlab中声音录制、读写和播放的语句描述-Described in detail in matlab voice recording, read and write and play the phrase to describe
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:47104
    • 提供者:刘素京
  1. ding

    0下载:
  2. 选取windows系统自带的ding.wav信号作为分析对象,在Matlab软件平台下,利用函数wavread对音频信号进行采样,记住采样频率和采样点数,听一下原始声音sound(y, fs, bits)。 (2)音频信号的频谱分析,先画出音频信号的时域波形;然后对音频号进行快速傅里叶变换fft(y,N),N取32768,画出信号的频谱特性,加深对频谱特性的理解。 (3)根据频谱,反演时域特性,画出时域波形。寻找幅值最大的两个频
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:何亮
  1. mp3read

    0下载:
  2. function [Y,FS,NBITS,OPTS] = mp3read(FILE,N,MONO,DOWNSAMP,DELAY) MP3READ Read MP3 audio file via use of external binaries. Y = MP3READ(FILE) reads an mp3-encoded audio file into the vector Y just like wavread re
  3. 所属分类:多媒体

    • 发布日期:2024-05-14
    • 文件大小:5120
    • 提供者:陳聰明
  1. DSP

    0下载:
  2. 先采集一单声道音频信号(.wav)并用WAVREAD文件采样读取,并对其进行频谱分析。分别用窗函数法和双线性变换法设计低通、高通、带通三种FIR滤波器和IIR滤波器。用M文件使信号通过滤波器并对输出信号进行时域和频域分析。-First acquisition of a mono audio signal (. Wav) files with sampling WAVREAD read, and their spectral analys
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:197632
    • 提供者:宋立泉
  1. segsnr

    0下载:
  2. 利用matlab进行语音信号的信噪比求解-clc clear x=wavread( x1 ) y=wavread( y1 )
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:阿铁
  1. read_wav

    0下载:
  2. C file to read and decode a WAV file.
  3. 所属分类:Audio

    • 发布日期:2024-05-14
    • 文件大小:4096
    • 提供者:Mike
  1. wavread

    1下载:
  2. 基于matlab的小波分析语音除噪,大家可以参考-Based on the wavelet analysis matlab voice in addition to noise, we can refer to
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:karen
  1. pitchwatch

    0下载:
  2. function pitchwatch(x,Ts) Plot the pitch keys. pitchwatch(x,[Ts]) :: Syntax The array x is the input signal and Ts is the (optional) sampling period. Example on use: [x,Fs] = wavread( Hum.wav ) pit
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-14
    • 文件大小:99328
    • 提供者:michael4u2345
  1. wavread

    0下载:
  2. 一个很好的利用fileread来读取wav文件数据的实例,适合初学者入门学习-A good use of fileread to read the wav file data instances, suitable for beginners to learn entry
  3. 所属分类:Audio

    • 发布日期:2024-05-14
    • 文件大小:1731584
    • 提供者:张阳
  1. Voice.detection.source.code

    1下载:
  2. 集成了enfr a me语音的帧分段,wavread wav语音文件的读取,vad端点识别,DTW等m文件。-Integrated enfr a me voice fr a me section, wavread wav sound files to read, vad endpoint identification, DTW and other m files.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:10240
    • 提供者:肖水
  1. wavread

    0下载:
  2. 读取波形可以实现波形的度,非常方便使用,是您的正确选择-waveread
  3. 所属分类:软件工程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:猫猫
  1. assignment

    0下载:
  2. 数字信号处理Read the .wav file into Matlab by using the function "wavread".The sampling rate of the file is 44.1kHz.-Digital Signal ProcessingRead the .wav file into Matlab by using the function "wavread".The sampling rate of
  3. 所属分类:DSP编程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:philip
  1. yuyin

    0下载:
  2. 语音信号的录音、读入、放音等:利用函数wavread对语音信号进行采样,记住采样频率和采样点数,给出以下语音的波形图(2.wav),wavread的用法参见mablab帮助文件。利用wavplay或soundview放音。也可以利用wavrecord自己录制一段语音,并进行以上操作(需要话筒)。-Speech signal recording, reading, playback, etc.: the voice signal usin
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-14
    • 文件大小:367616
    • 提供者:liujia
  1. wavread

    0下载:
  2. c语言读取wav文件源代码,对于了解wav文件的内部存储结构很有帮助-C source code of reading wav file
  3. 所属分类:多媒体编程

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:华明
  1. wavread

    0下载:
  2. c语言程序分析.wav文件的头部,获取音频信息。-c language program analysis. wav files in the head, access to audio information.
  3. 所属分类:Audio

    • 发布日期:2024-05-14
    • 文件大小:1137664
    • 提供者:xie
« 12 3 »

源码中国 www.ymcn.org