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

Index exceeds matrix dimensions. #6

Open
Anvarjon opened this issue Jun 6, 2018 · 1 comment
Open

Index exceeds matrix dimensions. #6

Anvarjon opened this issue Jun 6, 2018 · 1 comment

Comments

@Anvarjon
Copy link

Anvarjon commented Jun 6, 2018

I changed the configurations to extract audio descriptors. But there is an error when extracting descriptors which are based on Harmonic. Could you help me to fix this error?
The error:
Index exceeds matrix dimensions.
Error in Fanalyseharmo (line 242)
PartTrax_s(num_frame).f_Freq_v = squeeze( F_v(stock_pos_4m(num_frame,num_delta,num_inharmo,:)) );

Error in cHarmRep (line 70)
[c.f_F0_v, c.PartTrax_s, d.f_SupX_v, d.f_SupY_v, d.f_DistrPts_m, d.f_ENBW, ...

Error in Gget_desc_onefile (line 189)
Harm_o=cHarmRep(Snd_o,config_s.Harmonic,[]);

Error in get_descriptors_example (line 78)
[ALLDESC_s, ALLREP_s] = Gget_desc_onefile(filename,do_s,config_s,0);

My configuration:
configuration

@mondaugen
Copy link
Owner

My bet is that no harmonic tracks we discovered. Try lowering threshold_harmo to say 0.01 and see what happens.

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

2 participants