D S Parihar
Stellenbosch University
Followers: 0 Following: 0
Python, MATLAB
Spoken Languages:
English, Hindi
Estadística
8 Preguntas
0 Respuestas
CLASIFICACIÓN
252.937
of 295.527
REPUTACIÓN
0
CONTRIBUCIONES
8 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.242
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.057
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
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...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
casi 9 años hace | 2 respuestas | 0
2
respuestasPregunta
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); ...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
i have a non stationary seismic signal in time domain ....i want to find the energy of that signal and the point where the energy is maximum or the maximum energy of that signal...???
just give me either matlab inbuilt function or the way to solve it.
alrededor de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
Caught "std::exception" Exception message is: Message Catalog MATLAB:services was not loaded from the file. Please check file location, format or contents....................i am getting exception when i am running the code instead of correct locatio
a=('D:\Seismic Data'); b=dir(fullfile(a)); L1=length(b); k=1; for i=3:L1 c=dir(fullfile(a,b...
alrededor de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 9 años hace | 1 respuesta | 0