f7dc2398ec827702d1998c13b119e2e05b0f74a3,tutorials/plot_dics.py,,,#,37

Before Change


// Filenames for various files we"ll be using
meg_path = op.join(data_path, "MEG", "sample")
raw_fname = op.join(meg_path, "sample_audvis_raw.fif")
trans_fname = op.join(meg_path, "sample_audvis_raw-trans.fif")
src_fname = op.join(mri_path, "bem/sample-oct-6-src.fif")
bem_fname = op.join(mri_path, "bem/sample-5120-5120-5120-bem-sol.fif")
fwd_fname = op.join(meg_path, "sample_audvis-meg-eeg-oct-6-fwd.fif")
cov_fname = op.join(meg_path, "sample_audvis-cov.fif")

After Change



sfreq = 50.  // Sampling frequency of the generated signal
n_samp = int(round(10. * sfreq))
times = np.arange(n_samp) / sfreq  // 10 seconds of signal
n_times = len(times)

Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 4

Instances


Project Name: mne-tools/mne-python
Commit Name: f7dc2398ec827702d1998c13b119e2e05b0f74a3
Time: 2019-04-24
Author: larson.eric.d@gmail.com
File Name: tutorials/plot_dics.py
Class Name:
Method Name:


Project Name: NeuromorphicProcessorProject/snn_toolbox
Commit Name: 580d9689d5f369a62c4a4ff5ecd8a8776d477ee1
Time: 2019-08-30
Author: bodo.rueckauer@intel.com
File Name: scripts/utils.py
Class Name: ExpResults
Method Name: set_spikestats


Project Name: astorfi/TensorFlow-World
Commit Name: 874382bfb96b92dcfdd6326ba83c54ad1e9d42f2
Time: 2017-06-26
Author: amirsina.torfi@gmail.com
File Name: codes/2-basics_in_machine_learning/linear_regression/code/linear_regression.py
Class Name:
Method Name: