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
Modifications on the feature_vector_gen_neighbour function: this had a loop over the interest freqs that were not None, and on this loop created a mask that was then applied to bins and values of the FFT. But this created a mask that was interest_freqs number of times the shape it should be. Then a change was made to make the same loop but on each condition of the ifs statements. But then max_bins, that use to work on each loop for each interest freq, now will be for the global feature_vector, on all freqs, this then should be corrected or deleted to only use the bw and not the max_bins, value.
Retake Time Feature Processing from v0.3:
Extra features:
Add Simulated Signal Generator, this can have:
The text was updated successfully, but these errors were encountered: