Location:
Search - LPC matlab .m
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源码
edp.m enframe.m lpc.m mel.m mfcc.m
Platform: |
Size: 1279590 |
Author: 段炼 |
Hits:
Description: This function synthesizes a (speech) signal based on a LPC (linear-
% predictive coding) model of the signal. -This function synthesizes a (speech) sign al based on a LPC (linear-% predictive coding) m odel of the signal.
Platform: |
Size: 2048 |
Author: 陈宁 |
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源码
edp.m enframe.m lpc.m mel.m mfcc.m-Speech signal processing, matlab source edp.m enframe.m lpc.m mel.m mfcc.m
Platform: |
Size: 1278976 |
Author: 段炼 |
Hits:
Description: THIS THE PROGRAM THAT GIVES CODE FOR DEVLOPING BOTH TYPE OF LPC ..IN A SINGLE PROGRAMME.IT USES MATLAB.YOU CAN RUN IT BY FILE MAIN.M .-THIS IS THE PROGRAM THAT GIVES CODE FOR DEVLOPING BOTH TYPE OF LPC ..IN A SINGLE PROGRAMME.IT USES MATLAB.YOU CAN RUN IT BY FILE MAIN.M .
Platform: |
Size: 290816 |
Author: SPEEED |
Hits:
Description: 采用线性预测的方法来实现语音信号的共振峰估计。-Speech formant estimation by LPC Method
Platform: |
Size: 2048 |
Author: 天生我材 |
Hits:
Description: The main m-file to be executed is myLPC.m file. The file that contains all calculations is lpc_01.m file, that is a function which returns reconstructed speech signal with LPC-16 coding.
Observing Spectrogram of both signals is very instructive and shows that Reconstructed signal from LPC coding has some periodic (with respect to w) signals appearing in it s Spectrogram.
Platform: |
Size: 1024 |
Author: jayran |
Hits:
Description: The main m-file to be executed is myLPC.m file. The file that contains all calculations is lpc_01.m file, that is a function which returns reconstructed speech signal with LPC-16 coding.
Platform: |
Size: 3072 |
Author: jayran |
Hits:
Description: dtw文件是运用DTW算法实现安静环境下语音识别的。其中vad.m是端点检测程序;lpc.m是计算LPC参数的程序;lpc21lpcc.m是计算LPCC参数的程序;mfcc.m是计算MFCC参数的程序;dtw.m是实现经典DTW算法的程序;dtw2.m是实现高效DTW算法的程序,testdtw.m是最终测试程序,其中可以通过改变其中的特征参数名选择不同的特征参数。-dtw file DTW algorithm is to use speech recognition in quiet environments. Which is the endpoint detection process vad.m lpc.m is to calculate the LPC parameters of the program lpc21lpcc.m procedure is to calculate the LPCC parameters mfcc.m procedure is to calculate the MFCC parameters dtw.m the classic DTW algorithm to achieve the program dtw2.m DTW algorithm is to achieve efficient procedures, testdtw.m is the final test program, which can change the parameters in which different parameters were selected.
Platform: |
Size: 8192 |
Author: 于军 |
Hits:
Description: 利用matlab的lpc function 實做出將input source音檔算出其coefficent and gain並由上述資料可以重新合成還原音訊-The lpc function using matlab real audio file to make the input source is calculated by its coefficent and gain reduction above information can be re-synthesized audio
Platform: |
Size: 1024 |
Author: hsujia |
Hits:
Description: Linear-Predictive-Coder
MATLAB Implementation of LPC algorithm for speech signal
# Why LPC?
In communication systems it is often necessary to transmit audio(speech) signal in compressed or encoded form because of bandwidth limitation of the channel. In this regard, ‘Linear predictive coding(LPC)’ is an effctive method of speech coding at a low bit-rate.
# Features
** Analysis/Encoding phase,Synthesis/Decoding phase.
**Human voice modelled with all-pole filter.
** LPC parameters(filter coefficients, pitch, gain etc) extraction at the decoding phase.
** Non-overlapping frames of 30 milliseconds in duration
# How To Run
** Make sure MATLAB(latest version) is installed
** Put both files(LPC.m with .mp3 file) in the same folder
** Open LPC.m file and run it.
## Comments
Different audio (.mp3) files can be coded/decoded by changing the input file name in the code.
Platform: |
Size: 2048 |
Author: japaoli |
Hits:
Description: this is a .m file for lps prediction
Platform: |
Size: 217088 |
Author: aram2018
|
Hits: