D S Parihar
Stellenbosch University
Followers: 0 Following: 0
Programming Languages:
Python, MATLAB
Spoken Languages:
English, Hindi
Python, MATLAB
Spoken Languages:
English, Hindi
統計
MATLAB Answers
8 質問
0 回答
ランク
of 171,361
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
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...
2年以上 前 | 1 件の回答 | 0
1
回答質問
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 ...
約10年 前 | 2 件の回答 | 0
2
回答質問
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); ...
約10年 前 | 1 件の回答 | 0
1
回答質問
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...
約10年 前 | 1 件の回答 | 0
1
回答質問
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.
約10年 前 | 0 件の回答 | 0
0
回答質問
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...
10年以上 前 | 0 件の回答 | 0
0
回答質問
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...
10年以上 前 | 1 件の回答 | 0
1
回答質問
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...
10年以上 前 | 1 件の回答 | 0

