pranjal


Aktiv seit 2014

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

24 Fragen
0 Antworten

RANG
35.507
of 300.369

REPUTATION
1

BEITRÄGE
24 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
33.33%

ERHALTENE STIMMEN
1

RANG
 of 20.936

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.436

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

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


how to get confusion matrix when neural network toolbox is used?
i have used NN toolbox for classification. after network is trained, "performance plot", "regression plot" and "training state p...

mehr als 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


how to find variance of audio signal?
i have cry signal as my audio input in .wav format. want to find its variance. pls help

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to find variance of audio signal?
i am working on cry samples of infants to classify jaundice and Apnea ailment(based on cry analysis). Using STFT pitch is tracke...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


want to display output in the form of texts in neural network.pls help
my project is classifying audio signals as normal, jaundice or apnea ailment baby cry signals. i have constructed neural network...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


what type of input is given for ANN (neural network)?
i have audio files of 3 different types and want to classify them. planning to use neural network for this which will automatica...

mehr als 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


which classifier is suitable for classifying audio signals using MFCC?
I am working on audio signals(infant cry signals).I have extracted mel frequency cepstral coefficients (MFCCs) of all samples. n...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


what are "frequency bins"?
when spectrum of signal is plotted at many places term frequency bins is used instead of frequency.what it means?how is it diffe...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to convert audio signal into binary signal for using in classifier?
i have audio signals and want to classify them in 3 categories. what type classifier i can use? for that my audio files needs to...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


what does blue colour in frequency representation of audio signal indicates?
i have audio signal which is baby's cry signal. it is plotted in frequency domain. signal is shown in green colour but some part...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


anyone has matlab code of classifier for audio classification?pls help
I have 3 sets of audio signals in .wav format. one set is healthy infant cry signal. other with Jaundice and Apnea disease. i wa...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how to change the frequency scale of spectrogram?
i have plotted spectrogram of 'cry signal' and want to observe the exact frequencies on it.is it possible to change the scale o...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


what is the unit of amplitude when 'cry signal' is represented in time domain?
when cry signal(audio signal)is represented in time domain, what is the unit of amplitude(y-axis)? At many places i found diagra...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how many training samples are required for knn classifier? (minimum number of samples)
for knn classifier to be used what is the minimum required number of training data or samples needed?

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to use knn classifier for classifying cry signals of infants?
i am working on cry signals of new born babies. mainly i want to classify normal baby and babies with apnea and jaundice ailment...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


need help in plotting mel frequency cepstral coefficients.
audio signal is inputted in .wav format and its mel frequency cepstral coefficients are extracted(MFCCs). these are stored in va...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to assign variable for an array?
i have got cepstral coefficients as 13x1728. i want to store dem in a variable N1.how to do that?

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to do clustering of MFCCs?
i was trying MFCC code from one website in which following parameters are defined. % Define variables Tw = 25; ...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how to plot cepstral coefficients ?
i have an audio file whose mel frequency cepstral coefficients are extracted. i want to plot these coefficients.how can i do it?...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how to extract mel frequency cepstral coefficients of an audio file
please help me with matlab code for extracting coefficients i.e.MFCC of .wav file.can anyone give me the code.

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Can anyone help me to write code for MFCC?
I have audio file in .wav format. i want code to find MFCC. pls help

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


need help in solving error in code of "cepstral pitch"
from the link "http://in.mathworks.com/matlabcentral/fileexchange/45558-cepstral-pitch" i downloaded codes for cepstral pitch de...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


can anybody help me to write matlab code for "pitchtrack" using STFT(short time fourier transform) analysis?
am working on cry signal of baby. inputted in .wav format. pitch(fundamental frequency) is estimated using cepstrum analysis. I ...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


For matlab command wavread(filename, [N1 N2]), how to choose N1 and N2 values?
In one of the speech processing code, [24120 25930] is used. I am working with .wav file but don't know how to choose these val...

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


can anyone tell me how to remove unvoiced or silenced region from audio file?
I have .wav file having voiced and unvoiced segments.I want to remove unvoiced part of it. so that processing time can be reduce...

fast 11 Jahre vor | 2 Antworten | 1

2

Antworten