Location:
Search - matlab wavread
Search list
Description: 读取语音信号(用matlab的wavread指令),把语音信号分帧、加窗,进行清浊分割,提取基
频,这一部分较简单,自己编程序做。参考文献自己到图书馆期刊网上查找。
提取语音信号的lpc参数,可调用lpcfit.m 程序(我提供,见附件),将源、目标语音的浊音
段的lpc系数进行DTW规整,调用pathita2.m 程序(我提供,见附件)。将规整得到的lpc系数
转换成lsp参数,调用lpcar2ls.m 程序(我提供,见附件), 再进行转换映射,调用matlab
的指令newrbe。-read the speech signal (using Matlab wavread Directive), Voice Signal frames, Windowed, Qingzhuo segmentation, extracting fundamental frequency, this part is relatively simple, they programmed to do. References their online journals to the library search. Voice Signal Extraction lpc parameters can be called lpcfit.m (I provide, see Annex), the source, Voiced objective voice of the lpc coefficient DTW structured, Call pathita2.m (I provide, see Annex). Structured to the lpc lsp conversion coefficient parameters, calling lpcar2ls.m (I offer see Annex), the shift mapping, called the directive newrbe Matlab.
Platform: |
Size: 3928 |
Author: 韦敏 |
Hits:
Description: 详细介绍了matlab中声音录制、读写和播放的语句描述
Platform: |
Size: 47021 |
Author: 刘素京 |
Hits:
Description: 基于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 WAVWRITE and WAVREAD. 1.- Just unpack in the toolbox folder under the MATLAB directory. 2.- Set the MATLAB search path to include that folder. This version was made in MATLAB for WINDOWS only. I ll probably will make the UNIX version later. 01-11-2004.-based on Matlab mp3 reader function MP3 toolbox for Matlab. Alfredo Fernandez Franco Aalborg University Departament of Acoustics M.Sc. Student aberserk@yahoo.com Includes two functions to write and read MP3 files. It works like the commands WAVWRITE and WAVREAD. 1 .- Just unpack in the toolbox folder under the MATLAB directory. 2 .- Set the MATLAB search path to include that folder. This version was made in MATLAB for Windows only. I ll probably will make the UNIX version later. 01-11 - 2004.
Platform: |
Size: 467978 |
Author: hang |
Hits:
Description: 基于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 WAVWRITE and WAVREAD. 1.- Just unpack in the toolbox folder under the MATLAB directory. 2.- Set the MATLAB search path to include that folder. This version was made in MATLAB for WINDOWS only. I ll probably will make the UNIX version later. 01-11-2004.-based on Matlab mp3 reader function MP3 toolbox for Matlab. Alfredo Fernandez Franco Aalborg University Departament of Acoustics M.Sc. Student aberserk@yahoo.com Includes two functions to write and read MP3 files. It works like the commands WAVWRITE and WAVREAD. 1 .- Just unpack in the toolbox folder under the MATLAB directory. 2 .- Set the MATLAB search path to include that folder. This version was made in MATLAB for Windows only. I ll probably will make the UNIX version later. 01-11- 2004.
Platform: |
Size: 467968 |
Author: hang |
Hits:
Description: 读取语音信号(用matlab的wavread指令),把语音信号分帧、加窗,进行清浊分割,提取基
频,这一部分较简单,自己编程序做。参考文献自己到图书馆期刊网上查找。
提取语音信号的lpc参数,可调用lpcfit.m 程序(我提供,见附件),将源、目标语音的浊音
段的lpc系数进行DTW规整,调用pathita2.m 程序(我提供,见附件)。将规整得到的lpc系数
转换成lsp参数,调用lpcar2ls.m 程序(我提供,见附件), 再进行转换映射,调用matlab
的指令newrbe。-read the speech signal (using Matlab wavread Directive), Voice Signal frames, Windowed, Qingzhuo segmentation, extracting fundamental frequency, this part is relatively simple, they programmed to do. References their online journals to the library search. Voice Signal Extraction lpc parameters can be called lpcfit.m (I provide, see Annex), the source, Voiced objective voice of the lpc coefficient DTW structured, Call pathita2.m (I provide, see Annex). Structured to the lpc lsp conversion coefficient parameters, calling lpcar2ls.m (I offer see Annex), the shift mapping, called the directive newrbe Matlab.
Platform: |
Size: 4096 |
Author: 韦敏 |
Hits:
Description: 详细介绍了matlab中声音录制、读写和播放的语句描述-Described in detail in matlab voice recording, read and write and play the phrase to describe
Platform: |
Size: 47104 |
Author: 刘素京 |
Hits:
Description: 选取windows系统自带的ding.wav信号作为分析对象,在Matlab软件平台下,利用函数wavread对音频信号进行采样,记住采样频率和采样点数,听一下原始声音sound(y, fs, bits)。
(2)音频信号的频谱分析,先画出音频信号的时域波形;然后对音频号进行快速傅里叶变换fft(y,N),N取32768,画出信号的频谱特性,加深对频谱特性的理解。
(3)根据频谱,反演时域特性,画出时域波形。寻找幅值最大的两个频率,此频率除以fft点数在乘以采样频率就是信号的主频,即可合成信号的时域图形,听一下声音。
(4)对原音频信号进行1024点的分段付立业分析meshgrid
(5)根据主要频线合成音频,并画出时域图形,试听合成效果。
(6)采用线性插值(linspace)和傅立业反变换(fliplr, ifft)分别合成音频,并画出时域图形,试听效果。
-err
Platform: |
Size: 1024 |
Author: 何亮 |
Hits:
Description: 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 reads a wav-encoded file (one channel
per column). Extension ".mp3" is added if FILE has none.
Also accepts other formats of wavread, such as
Y = MP3READ(FILE,N) to read just the first N sample frames (N
scalar), or the frames from N(1) to N(2) if N is a two-element vector.
Y = MP3READ(FILE,FMT) or Y = mp3read(FILE,N,FMT)
with FMT as native returns int16 samples instead of doubles
FMT can be double for default behavior (to exactly mirror the
syntax of wavread).
-mp3read
Platform: |
Size: 5120 |
Author: 陳聰明 |
Hits:
Description: 先采集一单声道音频信号(.wav)并用WAVREAD文件采样读取,并对其进行频谱分析。分别用窗函数法和双线性变换法设计低通、高通、带通三种FIR滤波器和IIR滤波器。用M文件使信号通过滤波器并对输出信号进行时域和频域分析。-First acquisition of a mono audio signal (. Wav) files with sampling WAVREAD read, and their spectral analysis. Window function, respectively and the design of bilinear transform low-pass, high pass, band-pass FIR filters and IIR three filters. M document with the signal through the filter and the output signal in time domain and frequency domain analysis.
Platform: |
Size: 197632 |
Author: 宋立泉 |
Hits:
Description: 利用matlab进行语音信号的信噪比求解-clc clear
x=wavread( x1 )
y=wavread( y1 )
Platform: |
Size: 1024 |
Author: 阿铁 |
Hits:
Description: 基于matlab的小波分析语音除噪,大家可以参考-Based on the wavelet analysis matlab voice in addition to noise, we can refer to
Platform: |
Size: 1024 |
Author: karen |
Hits:
Description: 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 )
pitchwatch(x,1/Fs)
:: Information
Make your own wav-files with the Windows Sound Recorder. Choose the attributes
PCM 8000Hz, 16bit, Mono when saving the wav-file-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 )
pitchwatch(x,1/Fs)
:: Information
Make your own wav-files with the Windows Sound Recorder. Choose the attributes
PCM 8000Hz, 16bit, Mono when saving the wav-file
Platform: |
Size: 99328 |
Author: michael4u2345 |
Hits:
Description: mp3read和mp3write是直接写在wavread更换和wavwrite访问MPEG音频MP3文件。其特点包括: -旨在重复wavread完整语法和wavwrite -还支持上的动态下采样和渠道mpg123的合并-文件优化的很长的MP3 -只需要解码的部分-使用popen函数进行编码,以避免大量临时文件(可用时-看到我popenw墨西哥) -试图消除写保护回路的时间序列文件/通过阅读“热身”样本-包括辅助二进制软件包在Linux,Windows,Mac的PPC的,苹果,英特尔,和Mac英特尔- 64位-These versions of mp3read and mp3write are direct drop-in replacements for wavread and wavwrite to access MPEG audio mp3 files. Features include:
- aims to duplicate complete syntax of wavread and wavwrite
- also supports on-the-fly downsampling and channel merging of mpg123
- optimized for very long mp3 files- only decodes the needed portion
- uses popen for encoding to avoid a large temporary file (when available- see my popenw mex)
- attempts to preserve time alignment of files through read/write loop by removing "warm up" samples
- package includes helper binaries for Linux, Windows, Mac-PPC, Mac-Intel, and Mac-Intel-64bit
Platform: |
Size: 2195456 |
Author: young |
Hits:
Description: 集成了enframe语音的帧分段,wavread wav语音文件的读取,vad端点识别,DTW等m文件。-Integrated enframe voice frame section, wavread wav sound files to read, vad endpoint identification, DTW and other m files.
Platform: |
Size: 10240 |
Author: 肖水 |
Hits:
Description: 数字信号处理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 the file is 44.1kHz.
Platform: |
Size: 1024 |
Author: philip |
Hits:
Description: 1. 选择一个wav文件作为分析的对象,对该信号进行读取(使用wavread函数);
2. 音乐信号的频谱分析:首先画出信号的时域波形,然后对信号进行频谱分析得到信号的频谱特性。
3. 设计一组数字滤波器并画出各个滤波器的频率响应
-Filter
Platform: |
Size: 5120 |
Author: 颜明江 |
Hits:
Description: 语音信号的录音、读入、放音等:利用函数wavread对语音信号进行采样,记住采样频率和采样点数,给出以下语音的波形图(2.wav),wavread的用法参见mablab帮助文件。利用wavplay或soundview放音。也可以利用wavrecord自己录制一段语音,并进行以上操作(需要话筒)。-Speech signal recording, reading, playback, etc.: the voice signal using the function wavread sampling, sampling frequency and sampling points to remember, given the following speech waveform (2.wav), wavread usage see mablab help file. Using wavplay or soundview playback. Can also record a voice using wavrecord own, and the above operation (requires microphone).
Platform: |
Size: 367616 |
Author: liujia |
Hits:
Description: 谱减算法的MATLAB实现程序,附带带噪语音文件。wavread一行可以改成自己需要的语音文件和噪声文件,可以查看输入和输出信噪比-MATLAB spectral subtraction algorithm implementation process, with noisy speech files. wavread line can be changed to their needs and noise files voice files, you can view the input and output signal to noise ratio
Platform: |
Size: 50176 |
Author: Chris |
Hits:
Description: program for voice analysis in MATLAB. Including segmentation and normalization.
Platform: |
Size: 48128 |
Author: Raina Praveen Daga |
Hits:
Description: 用matlab对wav文件采用不同的方式读取(wavread和fopen),并对其进行低通滤波处理。滤波用的fir直接型低通滤波器-to read the wav file in different ways with Matlab (wavread, and fopen), and then low-pass filtering. the low-pass filter is direct_type FIR filter
Platform: |
Size: 1024 |
Author: Yicheng Yu |
Hits: