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
Greetings! I am attempting to compute soundscape metrics for my SoundTrap data; however, I keep receiving this error code:
Index in position 2 exceeds array bounds. Index must not exceed 241.
Error in sm_cmpt_avgs (line 187)
tol(:,a) = sum(REMORA.sm.cmpt.pre.pwr(:,...
Error in sm_cmpt_metrics (line 47)
sm_cmpt_avgs(fidx,n);
Error in sm_cmpt_control (line 136)
sm_cmpt_metrics;
Error while evaluating DestroyedObject Callback.
For reference..
Make LTSA:
Averaging Time (s)= 5
Frequency Bin Size (Hz)= 100
Length of LTSA (days)= *from 106-116 days
File Type: WAV
Data Type: SoundTrap
Compute Soundscape Metrics:
Low Frequency Limit (Hz)= 20
High Frequency Limit (Hz)= 24000
Bin Size Time (s)= 5
PSD Bin Size Frequency (Hz): 100
Min. Seconds/Average (%)= ???
If I put the min. seconds/average to over~ 50%, it starts to run but says time is not computed
I would love some input/advice on how to compute these soundscape metrics, as I am not proficient in coding! Thanks!
The text was updated successfully, but these errors were encountered:
Greetings! I am attempting to compute soundscape metrics for my SoundTrap data; however, I keep receiving this error code:
Index in position 2 exceeds array bounds. Index must not exceed 241.
Error in sm_cmpt_avgs (line 187)
tol(:,a) = sum(REMORA.sm.cmpt.pre.pwr(:,...
Error in sm_cmpt_metrics (line 47)
sm_cmpt_avgs(fidx,n);
Error in sm_cmpt_control (line 136)
sm_cmpt_metrics;
Error while evaluating DestroyedObject Callback.
For reference..
Make LTSA:
Averaging Time (s)= 5
Frequency Bin Size (Hz)= 100
Length of LTSA (days)= *from 106-116 days
File Type: WAV
Data Type: SoundTrap
Compute Soundscape Metrics:
Low Frequency Limit (Hz)= 20
High Frequency Limit (Hz)= 24000
Bin Size Time (s)= 5
PSD Bin Size Frequency (Hz): 100
Min. Seconds/Average (%)= ???
If I put the min. seconds/average to over~ 50%, it starts to run but says time is not computed
I would love some input/advice on how to compute these soundscape metrics, as I am not proficient in coding! Thanks!
The text was updated successfully, but these errors were encountered: