ECE6580 Lecture 12 - PowerPoint PPT Presentation

1 / 6
About This Presentation
Title:

ECE6580 Lecture 12

Description:

Ordering of poles and zeros. What is the best way to implement? ... y1=biquad(x,coefs1,states1); y2=biquad(y1,coefs1,states1); y=biquad(y2,coefs1,states1) ... – PowerPoint PPT presentation

Number of Views:20
Avg rating:3.0/5.0
Slides: 7
Provided by: drj8
Category:
Tags: ece6580 | elen | lecture

less

Transcript and Presenter's Notes

Title: ECE6580 Lecture 12


1
ECE6580 Lecture 12
2
Biquad Sections
Section1
Section2
Section3
X(n)
y(n)
  • Second order sections
  • tf2sos
  • Ordering of poles and zeros.
  • What is the best way to implement?

3
Topologies
  • Direct Form I
  • Direct Form II

4
Efficient?
y1biquad(x,coefs1,states1) y2biquad(y1,coefs1,s
tates1) ybiquad(y2,coefs1,states1)
5
More Efficient
ybiquad(x,coefs,states,sections)
6
Stack Coefs and States
States
Coefs
Write a Comment
User Comments (0)
About PowerShow.com