D S Parihar
Stellenbosch University
Followers: 0 Following: 0
Python, MATLAB
Spoken Languages:
English, Hindi
Statistics
8 Questions
0 Answers
RANK
252,878
of 295,467
REPUTATION
0
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
1 year ago | 1 answer | 0
1
answerQuestion
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 ...
9 years ago | 2 answers | 0
2
answersQuestion
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); ...
9 years ago | 1 answer | 0
1
answerQuestion
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...
9 years ago | 1 answer | 0
1
answerQuestion
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.
9 years ago | 0 answers | 0
0
answersQuestion
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...
9 years ago | 0 answers | 0
0
answersQuestion
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...
9 years ago | 1 answer | 0
1
answerQuestion
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...
9 years ago | 1 answer | 0