qmf_realtime.py 文件源码

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

项目:ASP 作者: TUIlmenauAMS 项目源码 文件源码
def DCT4(samples):
   #use a DCT3 to implement a DCT4:
   samplesup=np.zeros(2*N)
   #upsample signal:
   samplesup[1::2]=samples
   y=spfft.dct(samplesup,type=3,norm='ortho')*np.sqrt(2)#/2
   return y[0:N]
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号