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 am bit confused in how to compute threshold to keep 90% of T-F bins.
I have tried threshold = min(a) + 0.1 (max(a) - min(a)), where a is matrix of
but it does not work well if max value to too large. Could you please give some detail on this?
The text was updated successfully, but these errors were encountered:
I am bit confused in how to compute threshold to keep 90% of T-F bins.
I have tried
threshold = min(a) + 0.1 (max(a) - min(a))
, where a is matrix ofbut it does not work well if max value to too large. Could you please give some detail on this?
The text was updated successfully, but these errors were encountered: