MOTOROLA
Chapter 36. Digital Signal Processing
36-19
Part V. The Communications Processor Module
36.12 IIRÐReal C, Real X, Real Y
Using the values provided in the parameter packet, the IIR implements a basic biquad IIR
Þlter, shown in Figure 36-22, with six real coefÞcients, real input samples, and real outputs.
The input data is in a circular buffer with size (M+1) and the output data is in a circular
buffer with size (N+1). Several stages of the biquad Þlter can be cascaded by specifying an
iteration count greater than one and concatenating the Þlter coefÞcients into one vector.
Figure 36-22. IIR Function
36.12.1 IIR CoefÞcient, Input, and Output Buffers
The coefÞcient vector occupies six 16-bit entries in memory and C(0) is stored in the Þrst
location. C(1) is only used in the last stage of a cascaded IIR Þlter. The input sample buffer
is a circular buffer that contains (M+1) bytes. The next sample is stored in the address that
follows the previous one. The output buffer is a circular buffer that contains (N+1) bytes
and the next output is stored in the address that follows the previous one. See Table 36-17.
Hword 4
M
Input buffer_size - 1. The minimum input buffer size is 4 (2 samples).
Hword 5
XYPTR
Pointer to a structure composed of the input buffer pointer and the output buffer pointer
Hword 6
N
Output buffer_size - 1. The minimum output buffer size is 8 (2 outputs).
Hword 7
Ñ
Reserved
Table 36-16. FIR6 Parameter Packet (Continued)
Address
Name Description
å
å
å
å
T
T
X(n)
{Real}
Y(n)
{Real}
C(5)
C(4)
C(0)
{Real}
C(1)
C(2)
C(3)
Содержание MPC860 PowerQUICC
Страница 3: ...MPC860UM AD 07 98 REV 1 MPC860 PowerQUICC ª UserÕs Manual ...
Страница 36: ...xxxvi MPC860 PowerQUICC UserÕs Manual MOTOROLA CONTENTS Paragraph Number Title Page Number ...
Страница 78: ...I iv MPC860 PowerQUICC UserÕs Manual MOTOROLA Part I Overview ...
Страница 88: ...1 10 MPC860 PowerQUICC UserÕs Manual MOTOROLA Part I Overview ...
Страница 114: ...3 16 MPC860 PowerQUICC UserÕs Manual MOTOROLA Part I Overview ...
Страница 226: ...8 32 MPC860 PowerQUICC UserÕs Manual MOTOROLA Part II PowerPC Microprocessor Module ...
Страница 262: ...9 36 MPC860 PowerQUICC UserÕs Manual MOTOROLA Part II PowerPC Microprocessor Module ...
Страница 274: ...III iv MPC860 PowerQUICC UserÕs Manual MOTOROLA Part III Configuration ...
Страница 320: ...12 12 MPC860 PowerQUICC UserÕs Manual MOTOROLA Part III Configuration ...
Страница 325: ...MOTOROLA Part IV Hardware Interface IV v Part IV Hardware Interface ...
Страница 326: ...IV vi MPC860 PowerQUICC UserÕs Manual MOTOROLA Part IV Hardware Interface ...
Страница 352: ...13 26 MPC860 PowerQUICC UserÕs Manual MOTOROLA Part IV Hardware Interface ...
Страница 394: ...14 42 MPC860 PowerQUICC UserÕs Manual MOTOROLA Part IV Hardware Interface ...
Страница 426: ...15 32 MPC860 PowerQUICC UserÕs Manual MOTOROLA Part IV Hardware Interface ...
Страница 530: ...17 26 MPC860 PowerQUICC UserÕs Manual MOTOROLA Part IV Hardware Interface ...
Страница 632: ...21 44 MPC860 PowerQUICC UserÕs Manual MOTOROLA Part V The Communications Processor Module ...
Страница 660: ...22 28 MPC860 PowerQUICC UserÕs Manual MOTOROLA Part V The Communications Processor Module ...
Страница 708: ...24 24 MPC860 PowerQUICC UserÕs Manual MOTOROLA Part V The Communications Processor Module ...
Страница 748: ...27 20 MPC860 PowerQUICC UserÕs Manual MOTOROLA Part V The Communications Processor Module ...
Страница 846: ...31 20 MPC860 PowerQUICC UserÕs Manual MOTOROLA Part V The Communications Processor Module ...
Страница 914: ...35 12 MPC860 PowerQUICC UserÕs Manual MOTOROLA Part V The Communications Processor Module ...
Страница 948: ...36 34 MPC860 PowerQUICC UserÕs Manual MOTOROLA Part V The Communications Processor Module ...
Страница 998: ...37 48 MPC860 PowerQUICC UserÕs Manual MOTOROLA Part VI Debug and Test ...
Страница 1016: ...A 10 MPC860 PowerQUICC UserÕs Manual MOTOROLA Appendixes ...
Страница 1024: ...B 8 MPC860 PowerQUICC UserÕs Manual MOTOROLA Appendixes ...
Страница 1030: ...C 6 MPC860 PowerQUICC UserÕs Manual MOTOROLA Appendixes ...
Страница 1086: ...Glossary 12 MPC860 PowerQUICC UserÕs Manual MOTOROLA ...
Страница 1106: ......