basveeling / wavenet

Keras WaveNet implementation
https://soundcloud.com/basveeling/wavenet-sample
1.06k stars 219 forks source link

What if I want to use this code to generate a signal waveform(not audio) #33

Open zhengqigao opened 6 years ago

zhengqigao commented 6 years ago

Hey guys, I am a student working on a project now, and what I want to do is to generate a fake ECG(PPG) signal based on a given training sets. So I want to take advantage of this code. But how should I modify the code because it takes a .wav file as input, mine will be a data matrix... It really confuses me.