Giter VIP home page Giter VIP logo

mupet's People

Contributors

arshd91 avatar kmundnic avatar mvansegbroeck avatar mxmarx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

mupet's Issues

Error arma_filtering

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.

Not working

The MUPET program has stopped working. Specifically, the button to create a dataset no longer functions. The error refers to UIControl Callback. This issue was present using the program with MatLab 2023a and MatLab 2017a. Any help would be greatly appreciated! Thanks.

Display Issue on Mac OS Mojave

Screen Shot 2019-03-27 at 9 54 25 AM

The GUI display screen expands past the MacBook screen edges. Can someone provide a fix or instructions on how to re-size the screen within Matlab. thank you!

Error in UIControl Callback

I get the following error when processing my file, and I'm not sure why. My .wav files should all be the same but I get this error on a couple of them when I try to process the file.

The logical indices in position 2 contain a true value outside of the array bounds.

Error in syllable_activity_file_stats (line 72)
syllable_data=syllable_data(:,syllable_use==1);

Error in compute_musv (line 93)
[syllable_data, syllable_stats, filestats] = syllable_activity_file_stats(handles, audiofile,
TotNbFrames, syllable_data);

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

Error in processAudioFile_Callback (line 2)
handles=process_file(handles);

Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)processAudioFile_Callback(hObject,eventdata,guidata(hObject))
Error while evaluating UIControl Callback.

"select workplace directory" gives an error that prevents me from running program

I had been using MUPET with no major issues previously, but now when I launch the GUI, it is preventing me from selecting a workspace directory, so I cannot proceed with any analysis.

I downloaded the latest version of mupet now, but I am still getting the same issue.

Am running Matlab R2018b (9.5.0.944444)

Specifically, when I use the "Select Workspace Folder" button, I get this error message:

Reference to non-existent field 'workspaceDir'.

Error in select_workspace_dir (line 6)
set(handles.workspaceDir,'string',fullfile(handles.workspace_dir));

Error in selectWorkspaceDir_Callback (line 2)
handles=select_workspace_dir(handles);

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

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

Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)mupet('selectWorkspaceDir_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating UIControl Callback.

Any idea what has happened to the GUI?

Curve Fitting Toolbox

Hi Maarten,

When I run MUPET, I found the following error.

Processing file 3079 To use 'smooth', the following product must be licensed, installed, and enabled:
Curve Fitting Toolbox

Error in compute_musv_segment (line 65)
sad = double(smooth(logE_norm,smooth_fac)>logE_thr);

Error in compute_musv (line 84)
[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 process_file (line 7)
[syllable_data, syllable_stats, filestats,
fs]=compute_musv(wav_dir,wav_items(selected_wav),handles);

Error in processAudioFile_Callback (line 2)
handles=process_file(handles);

It seems "Curve Fitting Toolbox" is required for running MUPET but I don't have it.
Can I run mupet by another way? or should I purchase this toolbox?
I only have "Siganl Processing Toolbox".

Thanks,
Kota

Doesn't run with Matlab 2020a

We could only get MUPET to process files on an earlier version of Matlab (2018b). On Matlab 2020a (observed on both a PC and Mac), audio files do not process and these errors appear:

Processing file "my filename" Check for missing argument or incorrect argument data type in
call to function 'resample'.

Error in compute_musv_segment (line 37)
audio_segment=resample(audio_segment,dsfac,fix(fsOrig/fs*dsfac));

Error in compute_musv (line 84)
[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 process_file (line 7)
[syllable_data, syllable_stats, filestats,
fs]=compute_musv(wav_dir,wav_items(selected_wav),handles);

Error in processAudioFile_Callback (line 2)
handles=process_file(handles);

Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)processAudioFile_Callback(hObject,eventdata,guidata(hObject))
Error while evaluating UIControl Callback.

Broken link BL/6

Hi Maarten,

The link for the BL/6 files to download is broken and I was wondering if they are still available for testing in MUPET?

Thanks,
Brooke

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.