What does the shape of a spectrogram really mean?

前端 未结 0 521
一向
一向 2021-01-22 09:17

I have the following code taken from this tutorial.

def get_spectrogram(waveform):
  zero_padding = tf.zeros([4900] - tf.shape(waveform), dtype=tf.float32)
  wave         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题