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*
- $\begingroup$ i'm gonna have to rewrite your whole question in the language that electrical engineers doing DSP use. then answer it. we say "$x[n]$" instead of "$x_t$" and you'll have to be more explicit about what you mean by "$\Delta y_t$, but i think you mean $y[n]-y[n-1]$. the initial conditions are what we might call "$x[-1]$" and "$y[-1]$". and, i think you might have to define $G(\cdot)$. $\endgroup$robert bristow-johnson– robert bristow-johnson2020-11-19 02:35:55 +00:00Commented Nov 19, 2020 at 2:35
- 1$\begingroup$ i have to say, even with the bounty, i dunno that this is worth my time detangling. there is so much to sort out just expressing the problem in clear, well-defined mathematical terms with notational convention consistent with electrical engineering DSP. $\endgroup$robert bristow-johnson– robert bristow-johnson2020-11-19 04:20:01 +00:00Commented Nov 19, 2020 at 4:20
- 1$\begingroup$ If the system is stable (i.e. not marginally stable or unstable), the final value should not depend on initial conditions. Am I wrong with this assumption? $\endgroup$Ben– Ben2020-11-20 15:57:40 +00:00Commented Nov 20, 2020 at 15:57
- 1$\begingroup$ This particular system's Y will not go to zero even if X eventually goes to zero. But it is stable (with appropriate psi and phi) in the sense that it settles to a finite value so long as X remains constant. The final value depends on the initial conditions. $\endgroup$OldSchool– OldSchool2020-11-20 19:06:06 +00:00Commented Nov 20, 2020 at 19:06
- 1$\begingroup$ Your expression for $H(z)$ is not consistent with your description of the problem. In particular, $H(z)$ contains both $\psi$ and $\phi$, yet you do not mention $\phi$ in your problem statement -- it just crops up at the very end. Moreover, I went to the effort to try a couple of guesses about what $F_\phi$ and $G_\psi$ really were, and neither ended up with the same $H(z)$. Stackexchange wants us to give answers to the question that was actually asked, and I can't tell what that is at the moment. Try clarifying your question, preferably by simplifying it. $\endgroup$TimWescott– TimWescott2020-11-21 17:01:25 +00:00Commented Nov 21, 2020 at 17:01
| Show 16 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