Opened 14 years ago Closed 14 years ago #33 closed defect (wontfix)SIFO and MOMS filter incompatibilities (filter length)
Description
The lengths of the FIR filters SIFO is using have to be the same. Works when adding 6-tap MOMS to the 6-tap SIFO filter set. Adding 4-tap or 6-tap MOMS to the 12-tap SIFO filter sets is conflicting. Change History (5)comment:1 in reply to: ↑ description Changed 14 years ago by wjhan
comment:2 Changed 14 years ago by fbossen
Neither MOMS nor SIFO are in HM comment:3 Changed 13 years ago by davidf
Updating component after adding WD (Text) tickets comment:4 Changed 13 years ago by davidf
comment:5 Changed 13 years ago by davidf
Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant
|
Replying to benjamin.bross@…:
From my understanding, there is no agreement to use the same FIR filter length in SIFO. Maybe the more reasonable way is to choose filters based on the number of operations, however, I am not sure how we can map the number of operations of frame-based IIR stage of MOMS to the block-based one as in other filters. In my personal opinion, consideration of FIR stage only is conflicting.