5e39277e4051aa2fb458a9ccd9c5832b58431cc4,tutorials/plot_6-SlidingWindowMatching.py,,,#,32

Before Change


// Load example data
sig = np.load("./data/sample_data_1.npy")
fs = 1000
times = np.arange(0, len(sig)/fs, 1/fs)
f_range = (13, 30)

// Plot example signal
plot_time_series(times, sig)

After Change


// Load example data
sig = np.load("./data/sample_data_1.npy")
fs = 1000
times = create_times(len(sig)/fs, fs)
f_range = (13, 30)

// Plot example signal
plot_time_series(times, sig)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 5

Instances


Project Name: neurodsp-tools/neurodsp
Commit Name: 5e39277e4051aa2fb458a9ccd9c5832b58431cc4
Time: 2019-04-19
Author: tdonoghue@ucsd.edu
File Name: tutorials/plot_6-SlidingWindowMatching.py
Class Name:
Method Name:


Project Name: neurodsp-tools/neurodsp
Commit Name: 5e39277e4051aa2fb458a9ccd9c5832b58431cc4
Time: 2019-04-19
Author: tdonoghue@ucsd.edu
File Name: tutorials/plot_2-InstantaneousMeasures.py
Class Name:
Method Name:


Project Name: neurodsp-tools/neurodsp
Commit Name: 5e39277e4051aa2fb458a9ccd9c5832b58431cc4
Time: 2019-04-19
Author: tdonoghue@ucsd.edu
File Name: tutorials/plot_3-LaggedCoherence.py
Class Name:
Method Name:


Project Name: neurodsp-tools/neurodsp
Commit Name: 5e39277e4051aa2fb458a9ccd9c5832b58431cc4
Time: 2019-04-19
Author: tdonoghue@ucsd.edu
File Name: tutorials/plot_5-BurstDetection.py
Class Name:
Method Name: