utility.py 文件源码

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

项目:SamplerBox 作者: alexmacrae 项目源码 文件源码
def sosfreqz(sos, ws = None):
    if ws is None:
        H = [1] * 512        
    else:
        H = [1] * len(ws)

    for i in range(len(sos)):
        w, h = freqz(sos[i,:3], sos[i, 3:], worN = ws)
        H *= h
    return w, H
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号