ce469942f620c2e07560d865dad49dcc93071cc0,tutorials/rhythm/plot_SlidingWindowMatching.py,,,#,32

Before Change


//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

// Set the random seed, for consistency simulating data
np.random.seed(0)

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Load neural signal
// ------------------
//

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

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

After Change


//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

// Download, if needed, and load example data files
sig = load_ndsp_data("sample_data_1.npy", folder="data")

// Set sampling rate, and create a times vector for plotting
fs = 1000
times = create_times(len(sig)/fs, fs)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 4

Instances


Project Name: neurodsp-tools/neurodsp
Commit Name: ce469942f620c2e07560d865dad49dcc93071cc0
Time: 2020-03-17
Author: tdonoghue@ucsd.edu
File Name: tutorials/rhythm/plot_SlidingWindowMatching.py
Class Name:
Method Name:


Project Name: neurodsp-tools/neurodsp
Commit Name: ce469942f620c2e07560d865dad49dcc93071cc0
Time: 2020-03-17
Author: tdonoghue@ucsd.edu
File Name: tutorials/rhythm/plot_LaggedCoherence.py
Class Name:
Method Name:


Project Name: neurodsp-tools/neurodsp
Commit Name: ce469942f620c2e07560d865dad49dcc93071cc0
Time: 2020-03-17
Author: tdonoghue@ucsd.edu
File Name: tutorials/filt/plot_Filtering.py
Class Name:
Method Name: