Seriously, no idea. Wild amount of changes. Good luck.
This commit is contained in:
@@ -9,7 +9,7 @@ from IPython import embed
|
||||
save_path = '../data/processed/white_noise'
|
||||
stages = ['raw', 'filt', 'env', 'log', 'inv', 'conv', 'bi', 'feat']
|
||||
sds = [1]
|
||||
dur = 60
|
||||
dur = 180
|
||||
|
||||
# Interactivity:
|
||||
reload_saved = False
|
||||
@@ -45,6 +45,7 @@ for sd in sds:
|
||||
|
||||
# Generate white noise signal:
|
||||
noise = rng.normal(loc=0, scale=sd, size=n_samples)
|
||||
print('Got your no(i)se!')
|
||||
|
||||
# Fetch and store representations:
|
||||
save = None if save_path is None else save_path + f'_sd-{sd}.npz'
|
||||
|
||||
Reference in New Issue
Block a user