You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,:)) );
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:
The text was updated successfully, but these errors were encountered: