Skip to content

Instantly share code, notes, and snippets.

@jkrukowski
jkrukowski / liniear-regression.ipynb
Last active May 31, 2019 13:15
liniear-regression.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jkrukowski
jkrukowski / liniear-regression.ipynb
Created July 10, 2019 14:48
liniear-regression.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jkrukowski
jkrukowski / my-mnist.ipynb
Last active July 17, 2019 15:40
my-mnist.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jkrukowski
jkrukowski / my-mnist.ipynb
Created July 17, 2019 22:11
my-mnist.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jkrukowski
jkrukowski / liniear-regression.ipynb
Created October 9, 2019 08:24
liniear-regression.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jkrukowski
jkrukowski / differentiation.ipynb
Created October 9, 2019 08:26
differentiation.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
from scipy.io import wavfile
import scipy.io
from scipy.fft import fft, ifft
import numpy as np
"""
chord.wav should be a short sound, equivalent to carrier in vocoder
impulse.wav should be a quite sparse transient heavy sound, equivalent to modulator in vocoder
play with tsmear and asmear to tweak between vocoder and convolution like sound
"""
Tsmear = 1000