You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- 2$\begingroup$ Thank you Matt! These are great thoughts, and it makes sense to me. Still not as convincing without an example and would be so thankful to see one-- I think you are getting to the core of my question: does the optimality as defined by the placement of the poles and zeros in the s-plane as given by the classic analog filters and then mapped to the z-plane using our various mapping techniques, bilinear etc (in sharp contrast to determining the same optimality constraints in z directly) really result in a higher performance filter? If delay is an issue and I am not concerned about phase.... $\endgroup$Dan Boschen– Dan Boschen2021-12-02 13:32:39 +00:00Commented Dec 2, 2021 at 13:32
- 1$\begingroup$ can't we decompose the linear phase filter into its minimum phase and all-pass components? I plan to bounty this as soon as I am able, but having a real example where we see this is the case would be so sweet. I tried a simple test case and found it to not be the case. And great comment and Thiran reference on Bessel filters. $\endgroup$Dan Boschen– Dan Boschen2021-12-02 13:33:03 +00:00Commented Dec 2, 2021 at 13:33
- 1$\begingroup$ @DanBoschen: Yes, we can decompose a linear-phase filter into a minimum-phase and an all-pass component. But that means to compute zeros and factor the transfer function. That's a potentially ill-conditioned problem for high filter orders (think of FIR filters with many hundreds or thousands of coefficients). $\endgroup$Matt L.– Matt L.2021-12-02 14:00:54 +00:00Commented Dec 2, 2021 at 14:00
- 4$\begingroup$ @MattL. It's been awhile since I've looked at this, but the Lindsay-Fox algorithm as per these papers: ieeexplore.ieee.org/document/1437932, and ieeexplore.ieee.org/document/1253552 has been used to factor 1 million degree polynomial (as per the paper). These papers are approx. 15 years old, so I'm not sure of more current state of the art. $\endgroup$David– David2021-12-02 16:43:02 +00:00Commented Dec 2, 2021 at 16:43
- 1$\begingroup$ @DanBoschen: For the sake of completeness I've changed to group delay figure to include the group delay of the FIR minimum-phase component, which shows that if phase linearity is not important, an FIR filter can have group delay characteristics that are very similar to the corresponding IIR filter. This is of course no surprise, given that the magnitude responses are very similar and that the phase of the minimum-phase system is determined by the magnitude. $\endgroup$Matt L.– Matt L.2021-12-08 15:26:34 +00:00Commented Dec 8, 2021 at 15:26
| Show 24 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
- MathJax equations
$\sin^2 \theta$
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. image-processing), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you