Difference between causality and memorylessness
$begingroup$
I have found the particular definitions.
Causality means that the output of the system does not depend on future inputs, but only on past input.
Memory-less - does not depend on previous values of either input or output.
I am looking for example of systems which are either non-casual or memoryless but not both.
Also i want to check whether I understand it well.
$ T(x[n]) = x[n − n_{0}] $
$T(x[n]) = ax[n] + bx[n − 3]$
Are those an examples of non-casual and memory-less systems?
homework system-identification
$endgroup$
add a comment |
$begingroup$
I have found the particular definitions.
Causality means that the output of the system does not depend on future inputs, but only on past input.
Memory-less - does not depend on previous values of either input or output.
I am looking for example of systems which are either non-casual or memoryless but not both.
Also i want to check whether I understand it well.
$ T(x[n]) = x[n − n_{0}] $
$T(x[n]) = ax[n] + bx[n − 3]$
Are those an examples of non-casual and memory-less systems?
homework system-identification
$endgroup$
add a comment |
$begingroup$
I have found the particular definitions.
Causality means that the output of the system does not depend on future inputs, but only on past input.
Memory-less - does not depend on previous values of either input or output.
I am looking for example of systems which are either non-casual or memoryless but not both.
Also i want to check whether I understand it well.
$ T(x[n]) = x[n − n_{0}] $
$T(x[n]) = ax[n] + bx[n − 3]$
Are those an examples of non-casual and memory-less systems?
homework system-identification
$endgroup$
I have found the particular definitions.
Causality means that the output of the system does not depend on future inputs, but only on past input.
Memory-less - does not depend on previous values of either input or output.
I am looking for example of systems which are either non-casual or memoryless but not both.
Also i want to check whether I understand it well.
$ T(x[n]) = x[n − n_{0}] $
$T(x[n]) = ax[n] + bx[n − 3]$
Are those an examples of non-casual and memory-less systems?
homework system-identification
homework system-identification
asked Nov 25 '18 at 17:27
roffensiveroffensive
524
524
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
A causal system does not need to know the future in order to compute its output. A memoryless system computes the output only from the current input. A memoryless system is always causal (as it doesn't depend on future input values), but a causal system doesn't need to be memoryless (because it may depend on past input or output values).
The system $$y[n]=x[n]+2x[n+1]$$ is non-causal because it needs to look into the future (by $1$ sample) to compute its output. The system $$y[n]=3big(x[n]big)^2$$ is memoryless (and necessarily causal) because it only needs the current input sample $x[n]$ to compute the output.
The systems in your question are both causal and have memory (if $n_0>0$).
$endgroup$
add a comment |
$begingroup$
Output of a memoryless system depends only on the current input value and therefore every memoryless system is also causal; since a causal system's output cannot depend on the future input values.
The converse in general is not true; causal systems can be memoryless as well as can exhibit memory (if their outputs depend on the past input values in addition to current input sample).
Also note that a noncausal system cannot be memorlyess is it must depend on future values (and hence exhibit memory) to be noncausal.
$endgroup$
$begingroup$
The OP's definition of a memoryless system requires that outputs not depend upon past inputs or outputs, but says nothing about whether they may rely upon future outputs. I would think that time-reversing a system that neither causal nor memoryless would yield a system that is both.
$endgroup$
– supercat
Nov 25 '18 at 23:09
$begingroup$
@supercat OP's definition of memoryless system is (then) incomplete... anyway I've put my answer wrt. to the correct definition.
$endgroup$
– Fat32
Nov 25 '18 at 23:26
$begingroup$
It might be good to mention that your use of "memoryless" differs from that of the OP.
$endgroup$
– supercat
Nov 26 '18 at 1:31
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "295"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdsp.stackexchange.com%2fquestions%2f53631%2fdifference-between-causality-and-memorylessness%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
A causal system does not need to know the future in order to compute its output. A memoryless system computes the output only from the current input. A memoryless system is always causal (as it doesn't depend on future input values), but a causal system doesn't need to be memoryless (because it may depend on past input or output values).
The system $$y[n]=x[n]+2x[n+1]$$ is non-causal because it needs to look into the future (by $1$ sample) to compute its output. The system $$y[n]=3big(x[n]big)^2$$ is memoryless (and necessarily causal) because it only needs the current input sample $x[n]$ to compute the output.
The systems in your question are both causal and have memory (if $n_0>0$).
$endgroup$
add a comment |
$begingroup$
A causal system does not need to know the future in order to compute its output. A memoryless system computes the output only from the current input. A memoryless system is always causal (as it doesn't depend on future input values), but a causal system doesn't need to be memoryless (because it may depend on past input or output values).
The system $$y[n]=x[n]+2x[n+1]$$ is non-causal because it needs to look into the future (by $1$ sample) to compute its output. The system $$y[n]=3big(x[n]big)^2$$ is memoryless (and necessarily causal) because it only needs the current input sample $x[n]$ to compute the output.
The systems in your question are both causal and have memory (if $n_0>0$).
$endgroup$
add a comment |
$begingroup$
A causal system does not need to know the future in order to compute its output. A memoryless system computes the output only from the current input. A memoryless system is always causal (as it doesn't depend on future input values), but a causal system doesn't need to be memoryless (because it may depend on past input or output values).
The system $$y[n]=x[n]+2x[n+1]$$ is non-causal because it needs to look into the future (by $1$ sample) to compute its output. The system $$y[n]=3big(x[n]big)^2$$ is memoryless (and necessarily causal) because it only needs the current input sample $x[n]$ to compute the output.
The systems in your question are both causal and have memory (if $n_0>0$).
$endgroup$
A causal system does not need to know the future in order to compute its output. A memoryless system computes the output only from the current input. A memoryless system is always causal (as it doesn't depend on future input values), but a causal system doesn't need to be memoryless (because it may depend on past input or output values).
The system $$y[n]=x[n]+2x[n+1]$$ is non-causal because it needs to look into the future (by $1$ sample) to compute its output. The system $$y[n]=3big(x[n]big)^2$$ is memoryless (and necessarily causal) because it only needs the current input sample $x[n]$ to compute the output.
The systems in your question are both causal and have memory (if $n_0>0$).
edited Nov 26 '18 at 9:19
answered Nov 25 '18 at 18:02
Matt L.Matt L.
50.9k23889
50.9k23889
add a comment |
add a comment |
$begingroup$
Output of a memoryless system depends only on the current input value and therefore every memoryless system is also causal; since a causal system's output cannot depend on the future input values.
The converse in general is not true; causal systems can be memoryless as well as can exhibit memory (if their outputs depend on the past input values in addition to current input sample).
Also note that a noncausal system cannot be memorlyess is it must depend on future values (and hence exhibit memory) to be noncausal.
$endgroup$
$begingroup$
The OP's definition of a memoryless system requires that outputs not depend upon past inputs or outputs, but says nothing about whether they may rely upon future outputs. I would think that time-reversing a system that neither causal nor memoryless would yield a system that is both.
$endgroup$
– supercat
Nov 25 '18 at 23:09
$begingroup$
@supercat OP's definition of memoryless system is (then) incomplete... anyway I've put my answer wrt. to the correct definition.
$endgroup$
– Fat32
Nov 25 '18 at 23:26
$begingroup$
It might be good to mention that your use of "memoryless" differs from that of the OP.
$endgroup$
– supercat
Nov 26 '18 at 1:31
add a comment |
$begingroup$
Output of a memoryless system depends only on the current input value and therefore every memoryless system is also causal; since a causal system's output cannot depend on the future input values.
The converse in general is not true; causal systems can be memoryless as well as can exhibit memory (if their outputs depend on the past input values in addition to current input sample).
Also note that a noncausal system cannot be memorlyess is it must depend on future values (and hence exhibit memory) to be noncausal.
$endgroup$
$begingroup$
The OP's definition of a memoryless system requires that outputs not depend upon past inputs or outputs, but says nothing about whether they may rely upon future outputs. I would think that time-reversing a system that neither causal nor memoryless would yield a system that is both.
$endgroup$
– supercat
Nov 25 '18 at 23:09
$begingroup$
@supercat OP's definition of memoryless system is (then) incomplete... anyway I've put my answer wrt. to the correct definition.
$endgroup$
– Fat32
Nov 25 '18 at 23:26
$begingroup$
It might be good to mention that your use of "memoryless" differs from that of the OP.
$endgroup$
– supercat
Nov 26 '18 at 1:31
add a comment |
$begingroup$
Output of a memoryless system depends only on the current input value and therefore every memoryless system is also causal; since a causal system's output cannot depend on the future input values.
The converse in general is not true; causal systems can be memoryless as well as can exhibit memory (if their outputs depend on the past input values in addition to current input sample).
Also note that a noncausal system cannot be memorlyess is it must depend on future values (and hence exhibit memory) to be noncausal.
$endgroup$
Output of a memoryless system depends only on the current input value and therefore every memoryless system is also causal; since a causal system's output cannot depend on the future input values.
The converse in general is not true; causal systems can be memoryless as well as can exhibit memory (if their outputs depend on the past input values in addition to current input sample).
Also note that a noncausal system cannot be memorlyess is it must depend on future values (and hence exhibit memory) to be noncausal.
answered Nov 25 '18 at 18:06
Fat32Fat32
15.6k31232
15.6k31232
$begingroup$
The OP's definition of a memoryless system requires that outputs not depend upon past inputs or outputs, but says nothing about whether they may rely upon future outputs. I would think that time-reversing a system that neither causal nor memoryless would yield a system that is both.
$endgroup$
– supercat
Nov 25 '18 at 23:09
$begingroup$
@supercat OP's definition of memoryless system is (then) incomplete... anyway I've put my answer wrt. to the correct definition.
$endgroup$
– Fat32
Nov 25 '18 at 23:26
$begingroup$
It might be good to mention that your use of "memoryless" differs from that of the OP.
$endgroup$
– supercat
Nov 26 '18 at 1:31
add a comment |
$begingroup$
The OP's definition of a memoryless system requires that outputs not depend upon past inputs or outputs, but says nothing about whether they may rely upon future outputs. I would think that time-reversing a system that neither causal nor memoryless would yield a system that is both.
$endgroup$
– supercat
Nov 25 '18 at 23:09
$begingroup$
@supercat OP's definition of memoryless system is (then) incomplete... anyway I've put my answer wrt. to the correct definition.
$endgroup$
– Fat32
Nov 25 '18 at 23:26
$begingroup$
It might be good to mention that your use of "memoryless" differs from that of the OP.
$endgroup$
– supercat
Nov 26 '18 at 1:31
$begingroup$
The OP's definition of a memoryless system requires that outputs not depend upon past inputs or outputs, but says nothing about whether they may rely upon future outputs. I would think that time-reversing a system that neither causal nor memoryless would yield a system that is both.
$endgroup$
– supercat
Nov 25 '18 at 23:09
$begingroup$
The OP's definition of a memoryless system requires that outputs not depend upon past inputs or outputs, but says nothing about whether they may rely upon future outputs. I would think that time-reversing a system that neither causal nor memoryless would yield a system that is both.
$endgroup$
– supercat
Nov 25 '18 at 23:09
$begingroup$
@supercat OP's definition of memoryless system is (then) incomplete... anyway I've put my answer wrt. to the correct definition.
$endgroup$
– Fat32
Nov 25 '18 at 23:26
$begingroup$
@supercat OP's definition of memoryless system is (then) incomplete... anyway I've put my answer wrt. to the correct definition.
$endgroup$
– Fat32
Nov 25 '18 at 23:26
$begingroup$
It might be good to mention that your use of "memoryless" differs from that of the OP.
$endgroup$
– supercat
Nov 26 '18 at 1:31
$begingroup$
It might be good to mention that your use of "memoryless" differs from that of the OP.
$endgroup$
– supercat
Nov 26 '18 at 1:31
add a comment |
Thanks for contributing an answer to Signal Processing Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdsp.stackexchange.com%2fquestions%2f53631%2fdifference-between-causality-and-memorylessness%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown