Statistik
9 Fragen
0 Antworten
RANG
209.787
of 300.364
REPUTATION
0
BEITRÄGE
9 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
0
RANG
of 20.934
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 168.407
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
fast codebook generation algorithm for speech signal
Hi, the following is the attachment of my code of fcg and also algorithm . can anyone plz help in writting code according to f...
mehr als 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Codebook generation for speech signal
Hi, I would like to know advance codebook algorithm than lbg for vector quantisation of speech signal. How to write codebook...
mehr als 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
speech compression ,lpc to lsf using poly2lsf
hi, this is my code for speech compression . i have two more blocks to write lbg codebook, and vector quantisation. till here...
mehr als 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
buffer function error using input arguments
[y,Fs,nbits]=wavread('C:\Users\GOTHAMI\Desktop\piano.wav'); [R1,C1]=size(y); [zas]=buffer(y,nspf); iam getting eErr...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
buffer function error using input arguments
[y,Fs,nbits]=wavread('C:\Users\GOTHAMI\Desktop\piano.wav'); [R1,C1]=size(y); [zas]=buffer(y,nspf); iam getting eError usi...
mehr als 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Framing and windowing audio signal
Iam using the code Y=waveread(' '); w_length=128; m=length(Y); numFrames=floor(m/w_length); frameData=zeros(nu...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to quantise a audio signal from lpc parameters
I have divided audio signal into frames and applied hamming window. Then I have applied lpc to hamming window. From it I have to...
mehr als 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to import .mp3 files to matlab
iam trying to import mp3 audio files like this hfr = mp3read('C:\Users\Dell\Desktop\Kerintha.mp3'); it s showing error like th...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to record a audio signal and quantise it using matlab
i would like to record a audio signal and quantise. may i know the detail description how to do it
fast 10 Jahre vor | 1 Antwort | 0