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

v0.4 #5

Open
3 of 15 tasks
lopezjuanma96 opened this issue Sep 6, 2021 · 1 comment
Open
3 of 15 tasks

v0.4 #5

lopezjuanma96 opened this issue Sep 6, 2021 · 1 comment

Comments

@lopezjuanma96
Copy link
Contributor

lopezjuanma96 commented Sep 6, 2021

Retake Time Feature Processing from v0.3:

  • Check shape of array before preprocess
  • If shape of array is not compatible with preprocess but the transposed is, ask if to transpose or not.
  • FV generator in time series
  • FV matrix in time series
  • plot average on fv matrix in time
  • How to save the FV matrix (use save json or create save numpy)
  • Wavelet filtering.
  • Wavelet Transform.
  • FV Matrix From Time to Frequency

Extra features:

  • Command Simulation in intels (even without the slider bars, maybe with the parameters as a function argument.
  • Timestamps_loc for endpoints too

Add Simulated Signal Generator, this can have:

  • Generate with sine waves samples.
  • Generate with a sample signal or a sample numpy array.
  • Properties: Channels, stimulation periods, resting periods, stimulation frequencies.
  • For SSVEP and for P300.
@lopezjuanma96
Copy link
Contributor Author

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.

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

1 participant