Community Profile

photo

D S Parihar


Stellenbosch University

Last seen: 2 meses hace Con actividad desde 2015

Followers: 0   Following: 0

Contacto

Programming Languages:
Python, MATLAB
Spoken Languages:
English, Hindi

Estadísticas

  • First Review

Ver insignias

Feeds

Ver por

Pregunta


Related to MFCCs - Getting better results by choosing wrong sampling rate.
I have an audio recorded at 48 kHz. I read this audio file by selecting a wrong sampling rate of 22050 Hz and calculated MFCCs...

9 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


error:Subscript indices must either be real positive integers or logicals.....
a=('D:\TEST'); b=dir(fullfile(a)); L1=length(b); k=1; for i=3:L1 ...

más de 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Getting error when i am running my code........plz help me.
%% Amplitude Based STA/LTA function[pwaveTime,ratio,sta_buffer,lta_buffer]= aslta(Test_data) m = length(Test_data); ...

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how do i plot hh:mm:ss format in x axis where my x axis is containing no. of sample points...???
my signal started from 09:11:44 upto 09:15:10 i want my x axix to show me in this format as time in x axis increases simultaneo...

más de 8 años hace | 1 respuesta | 0

1

respuesta

0

respuestas

Pregunta


Index exceeds matrix dimensions...........error
when i run this code i get the index exceeds matrix dimension error clear a='D:\Seismic Data'; b=dir(fullfile(a)); L...

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


I AM GETTING FOLLOWING ERROR WHEN I RUN MY CODE ...... Assignment has more non-singleton rhs dimensions than non-singleton subscripts
a='D:\Seismic Data' b=dir(fullfile(a)); L1=length(b); for i=3:L1 c=dir(fullfile(a,b(i).name)); d=fullfile(a,b(i).n...

más de 8 años hace | 1 respuesta | 0

1

respuesta