首页 > 其他 > 详细

FIR_2

时间:2019-10-24 21:39:57      阅读:83      评论:0      收藏:0      [点我收藏+]

[h,w] = freqz(b,a,n) returns the n-point frequency response vector h and the corresponding angular frequency vector w for the digital filter with transfer function coefficients stored in b and a.

 

invfreqz is the inverse operation of freqz; it finds a discrete-time transfer function that corresponds to a given complex frequency response. From a laboratory analysis standpoint, invfreqz can be used to convert magnitude and phase data into transfer functions.

[b,a] = invfreqz(h,w,n,m) returns the real numerator and denominator coefficients in vectors b and a of the transfer function

技术分享图片

 

 

whose complex frequency response is given in vector h at the frequency points specified in vector w. Scalars n and specify the desired orders of the numerator and denominator polynomials.

Frequency is specified in radians between 0 and π, and the length of h must be the same as the length of winvfreqz uses conj(h) at -w to ensure the proper frequency domain symmetry for a real filter.

 

FIR_2

原文:https://www.cnblogs.com/blog-of-cm/p/11734451.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!