Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • PrintPrint
Share this Page URL
Help

Chapter 9 z-Transform Analysis > 9.5 DESIGN 1: USING HORNER’S RULE FOR BROADCAS...

9.5 DESIGN 1: USING HORNER’S RULE FOR BROADCAST INPUT AND PIPELINED OUTPUT

Suppose we want to evaluate the polynomial for a certain value of x:

(9.8) c09e008

We can rewrite the polynomial using Horner’s scheme as

(9.9) c09e009

Now the polynomial is recursively evaluated through the following steps:

1. Evaluate the innermost term y0 = 2x + 4.

2. Evaluate the next innermost term y1 = y0 x + 5.

3. Evaluate the term y2 = y1x + 3.

4. Evaluate the term y3 = y2x + 9.

5. Evaluate p(x) to y3.

Now we apply Horner’s’ scheme to Eq. 9.7 to obtain the recursive expression

(9.10) c09e010

The above equation can be written as

(9.11) c09e011

(9.12) c09e012

(9.13) c09e013

(9.14) c09e014

Based on the above iterative expression, task T (i) computes Yi in Eq. 9.11 using one multiplication and one addition:


  

You are currently reading a PREVIEW of this book.

                                                                                        

Get instant access to over
$1 million worth of books and videos.

  

Start a Free Trial