武汉大学数字信号实验四.docVIP

  • 62
  • 0
  • 约5.21千字
  • 约 10页
  • 2016-09-15 发布于河南
  • 举报
武汉大学数字信号实验四

姓名:全权 学号:2013302530120 班级:信安4班 日期:2015年5月8日 实验4 数字滤波器结构 实验内容: 6.1 REALIZATION OF FIR TRANSFER FUNCTIONS(FIR传递函数 ) Project 6.1 Cascade Realization(串联实现) A copy of Program P6_1 is given below: % Program P6_1A % Conversion of a rational transfer function % to its factored form. % MODIFIED to make the numerator and denominator coefficient vectors % the same length for calling tf2zp. num = input(Numerator coefficient vector = ); den = input(Denominator coefficient vector = ); [b,a] = eqtflength(num,den); % make lengths equal [z,p,k] = tf2zp(b,a); sos = zp2sos(z,p,k) (指导说明:P6_1程序中, 1.函数

文档评论(0)

1亿VIP精品文档

相关文档