stream.py 文件源码

python
阅读 31 收藏 0 点赞 0 评论 0

项目:bark 作者: kylerbrown 项目源码 文件源码
def convolve(self, win):
        " Convolves each channel with window win."
        from scipy.signal import fftconvolve

        def conv_func(x):
            return np.column_stack([fftconvolve(x[:, i], win)
                                    for i in range(x.shape[1])])

        return self.new_stream(self.vector_map(conv_func))
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号