Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error arma_filtering #6

Open
Sunday77 opened this issue Jan 7, 2019 · 4 comments
Open

Error arma_filtering #6

Sunday77 opened this issue Jan 7, 2019 · 4 comments

Comments

@Sunday77
Copy link

Sunday77 commented Jan 7, 2019

Hello,

I have errors in some of my data files in a data set. Most of them run fine but ~10% give me these errors:

  • tried to adjust setting but still not working

Processing file EC24_T3_column1 Index in position 2 exceeds array bounds (must not exceed 2).

Error in mupet>arma_filtering (line 1966)
tmp2 = sum(featmvn(:,[M+1:2*M+1]),2);

Error in mupet>FE_GT_spectra (line 1953)
lp=arma_filtering(lp,M);

Error in mupet>compute_musv_segment (line 1788)
[gt_sonogram, sonogram, E_low, E_usv, T]=FE_GT_spectra(audio_segment, fs, frame_win, frame_shift, Nfft, Nmin, Nmax);

Error in mupet>compute_musv (line 1714)
[syllable_data_segment,segment_start_rewind,~,nb_of_frames]=compute_musv_segment(handles,audio_segment,info.SampleRate,GTB,frame_start,audiofile,resample_normal);

Error in mupet>process_file (line 485)
[syllable_data, syllable_stats, filestats, fs]=compute_musv(wav_dir,wav_items(selected_wav),handles);

Error in mupet>process_file_Callback (line 83)
handles=process_file(handles);

Error in gui_mainfcn (line 95)
feval(varargin{:});

Error in mupet (line 25)
gui_mainfcn(gui_State, varargin{:});

Error in matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)mupet('process_file_Callback',hObject,eventdata,guidata(hObject))

Error while evaluating UIControl Callback.

@lhobson13
Copy link

Hello,
Did you hear anything on this? I am having the same issue.

@mvansegbroeck-zz
Copy link
Owner

I believe I fixed this issue some while ago. Have you checked out the latest version of MUPET and tried again?

@lhobson13
Copy link

lhobson13 commented Apr 11, 2019

Hello,
I re-downloaded the .zip file from Github and I noticed MUPET says 'version 2.0' when I open it, but on the list of releases there should be a version 2.1? I tried again after re-downloading and I get an error, but it is different to that posted above, so I will start a thread with the code from that,

@mvansegbroeck-zz
Copy link
Owner

Can you share a wav file for us to reproduce and debug this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants