Update pqmf.py

ImportError: cannot import name 'kaiser' from 'scipy.signal'
pull/3746/head
sunnyghost2016 6 months ago committed by GitHub
parent 969f33999f
commit 0f7de32234
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -17,7 +17,7 @@ import numpy as np
import paddle
import paddle.nn.functional as F
from paddle import nn
from scipy.signal import kaiser
from scipy.signal.windows import kaiser
def design_prototype_filter(taps=62, cutoff_ratio=0.142, beta=9.0):

Loading…
Cancel
Save