Continuous time to Discrete time using periodic sampling
up vote
0
down vote
favorite
From Schaum's outlines, Digital Signal Processing, 2nd Edition, 2012, page 114:
Consider the discrete time-sequence:
$$x[n] = cos(frac{pi}{8}n)$$
Find two different continuous time signals:
$$X_a(t) = cos(2 pi f_0 t)$$
that would produce this sequence when sampled at a frequency of $$f_s = 10 KHz$$
So I start out with Ideal A/D converter relationship for converting from continuous to discrete time:
$$x[n]=X_a(t=nT_s)$$
$$x[n]= cos(2 pi f_0 n T_s)$$
$$T_s = 1 / f_s $$
$$x[n]= cos(2 pi n frac{f_0}{f_s})$$
Since Cos is periodic we have:
$$x[n]= cos(frac{2 pi n f_0}{f_s} + 2 pi k)$$
$$x[n]= cos(frac{2 pi n f_0}{f_s} + frac{2 pi k f_s}{f_s})$$
$$x[n]= cos(frac{2 pi n f_0 + 2 pi k f_s}{f_s})$$
$$x[n]= cos(2 pi frac{n f_0 + k f_s}{f_s})$$
Here's where I have the problem. The book says at this point I should have this instead:
$$x[n]= cos(2 pi frac{f_0 + k f_s}{f_s} n)$$
and:
$$f = f_0 + k f_s $$
How did the book get that result instead?
fourier-transform
add a comment |
up vote
0
down vote
favorite
From Schaum's outlines, Digital Signal Processing, 2nd Edition, 2012, page 114:
Consider the discrete time-sequence:
$$x[n] = cos(frac{pi}{8}n)$$
Find two different continuous time signals:
$$X_a(t) = cos(2 pi f_0 t)$$
that would produce this sequence when sampled at a frequency of $$f_s = 10 KHz$$
So I start out with Ideal A/D converter relationship for converting from continuous to discrete time:
$$x[n]=X_a(t=nT_s)$$
$$x[n]= cos(2 pi f_0 n T_s)$$
$$T_s = 1 / f_s $$
$$x[n]= cos(2 pi n frac{f_0}{f_s})$$
Since Cos is periodic we have:
$$x[n]= cos(frac{2 pi n f_0}{f_s} + 2 pi k)$$
$$x[n]= cos(frac{2 pi n f_0}{f_s} + frac{2 pi k f_s}{f_s})$$
$$x[n]= cos(frac{2 pi n f_0 + 2 pi k f_s}{f_s})$$
$$x[n]= cos(2 pi frac{n f_0 + k f_s}{f_s})$$
Here's where I have the problem. The book says at this point I should have this instead:
$$x[n]= cos(2 pi frac{f_0 + k f_s}{f_s} n)$$
and:
$$f = f_0 + k f_s $$
How did the book get that result instead?
fourier-transform
You added a phase offset (it doesn't vary with $n$), and the book added a frequency offset (it does vary with $n$). Both are legitimate answers to the question you presented, but the frequency offset is really meant to get you thinking about aliases. The DFT lives on the unit circle of the z-plane. Every $2pi$ radians trip around the unit circle is $f_s$ Hz in frequency, and is an alias for where you started.
– Andy Walls
Nov 24 at 4:11
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
From Schaum's outlines, Digital Signal Processing, 2nd Edition, 2012, page 114:
Consider the discrete time-sequence:
$$x[n] = cos(frac{pi}{8}n)$$
Find two different continuous time signals:
$$X_a(t) = cos(2 pi f_0 t)$$
that would produce this sequence when sampled at a frequency of $$f_s = 10 KHz$$
So I start out with Ideal A/D converter relationship for converting from continuous to discrete time:
$$x[n]=X_a(t=nT_s)$$
$$x[n]= cos(2 pi f_0 n T_s)$$
$$T_s = 1 / f_s $$
$$x[n]= cos(2 pi n frac{f_0}{f_s})$$
Since Cos is periodic we have:
$$x[n]= cos(frac{2 pi n f_0}{f_s} + 2 pi k)$$
$$x[n]= cos(frac{2 pi n f_0}{f_s} + frac{2 pi k f_s}{f_s})$$
$$x[n]= cos(frac{2 pi n f_0 + 2 pi k f_s}{f_s})$$
$$x[n]= cos(2 pi frac{n f_0 + k f_s}{f_s})$$
Here's where I have the problem. The book says at this point I should have this instead:
$$x[n]= cos(2 pi frac{f_0 + k f_s}{f_s} n)$$
and:
$$f = f_0 + k f_s $$
How did the book get that result instead?
fourier-transform
From Schaum's outlines, Digital Signal Processing, 2nd Edition, 2012, page 114:
Consider the discrete time-sequence:
$$x[n] = cos(frac{pi}{8}n)$$
Find two different continuous time signals:
$$X_a(t) = cos(2 pi f_0 t)$$
that would produce this sequence when sampled at a frequency of $$f_s = 10 KHz$$
So I start out with Ideal A/D converter relationship for converting from continuous to discrete time:
$$x[n]=X_a(t=nT_s)$$
$$x[n]= cos(2 pi f_0 n T_s)$$
$$T_s = 1 / f_s $$
$$x[n]= cos(2 pi n frac{f_0}{f_s})$$
Since Cos is periodic we have:
$$x[n]= cos(frac{2 pi n f_0}{f_s} + 2 pi k)$$
$$x[n]= cos(frac{2 pi n f_0}{f_s} + frac{2 pi k f_s}{f_s})$$
$$x[n]= cos(frac{2 pi n f_0 + 2 pi k f_s}{f_s})$$
$$x[n]= cos(2 pi frac{n f_0 + k f_s}{f_s})$$
Here's where I have the problem. The book says at this point I should have this instead:
$$x[n]= cos(2 pi frac{f_0 + k f_s}{f_s} n)$$
and:
$$f = f_0 + k f_s $$
How did the book get that result instead?
fourier-transform
fourier-transform
edited Nov 23 at 17:02
asked Nov 23 at 14:41
Bill Moore
1176
1176
You added a phase offset (it doesn't vary with $n$), and the book added a frequency offset (it does vary with $n$). Both are legitimate answers to the question you presented, but the frequency offset is really meant to get you thinking about aliases. The DFT lives on the unit circle of the z-plane. Every $2pi$ radians trip around the unit circle is $f_s$ Hz in frequency, and is an alias for where you started.
– Andy Walls
Nov 24 at 4:11
add a comment |
You added a phase offset (it doesn't vary with $n$), and the book added a frequency offset (it does vary with $n$). Both are legitimate answers to the question you presented, but the frequency offset is really meant to get you thinking about aliases. The DFT lives on the unit circle of the z-plane. Every $2pi$ radians trip around the unit circle is $f_s$ Hz in frequency, and is an alias for where you started.
– Andy Walls
Nov 24 at 4:11
You added a phase offset (it doesn't vary with $n$), and the book added a frequency offset (it does vary with $n$). Both are legitimate answers to the question you presented, but the frequency offset is really meant to get you thinking about aliases. The DFT lives on the unit circle of the z-plane. Every $2pi$ radians trip around the unit circle is $f_s$ Hz in frequency, and is an alias for where you started.
– Andy Walls
Nov 24 at 4:11
You added a phase offset (it doesn't vary with $n$), and the book added a frequency offset (it does vary with $n$). Both are legitimate answers to the question you presented, but the frequency offset is really meant to get you thinking about aliases. The DFT lives on the unit circle of the z-plane. Every $2pi$ radians trip around the unit circle is $f_s$ Hz in frequency, and is an alias for where you started.
– Andy Walls
Nov 24 at 4:11
add a comment |
2 Answers
2
active
oldest
votes
up vote
1
down vote
The problem lies where you added $2pi k$. Instead it should be $2pi k n$. So that becomes $x[n]= cos(frac{2 pi n f_0}{f_s} + 2 pi kn)$ which gives $x[n]= cos(2 pi frac{f_0 + k f_s}{f_s} n)$.
that's a good point! thanks.
– Bill Moore
Nov 23 at 14:56
wait, can you do that? Wouldn't that mean the additive offset of the (2 pi k) is changing with n if you multiply it by n? consider: cos(x) = cos(x + 2 pi)
– Bill Moore
Nov 23 at 15:01
In discrete signals, frequency range is from $(-pi, pi)$. What they are trying to say is that a frequency of $f_{o}+kf_{s}$ will produce the same aliasing effect as does the frequence $f_{o}$ alone in itself. For example, take $x(n)=cos(0.4pi n)=cos(2pifrac{f_{o}}{f_{s}}n) implies frac{f_{o}}{f_{s}} = 0.2$. Let me add $k=1$ to $frac{f_{o}}{f_{s}}$. The cosine becomes $cos(1.2times 2pi n) = cos(2.4pi n) = cos(2pi n - 0.4pi n) = cos(0.4pi n)$. I hope you understand this, because its very important. You should try with other values of $k$ also. Feel free to question.
– Himanshu Sharma
Nov 23 at 15:48
The book is not teaching you periodicity, mind that. The section of book that you are reading is concerned about sampling of the continuous time signals to discrete time. They are teaching you what is called aliasing. Do surf about it on the internet, you will understand what the book and I am trying to tell you. Keeping periodicity in mind, you may be correct, but that is not what the text is trying to achieve there. Hope that helps.
– Himanshu Sharma
Nov 23 at 15:53
its starting to make sense, because $$cos(x) = cos(x + 2 pi k n)$$ The phase offset can be any integer value multiplied by $$ 2 pi $$. It doesn't matter if you multiply 2 pi by just k or by (k*n), they are both still integers, and the resultant offset is still a period of cos
– Bill Moore
Nov 23 at 15:58
|
show 1 more comment
up vote
0
down vote
Since Cos is periodic we have:
$$x[n]= cos(frac{2 pi n f_0}{f_s} + 2 pi k n)$$
$$x[n]= cos(2 pi n frac{f_0}{f_s} + k)$$
$$x[n]= cos(2 pi n frac{f_0}{f_s} + frac{k}{f_s})$$
$$x[n]= cos(2 pi (n frac{1}{f_s}) (f_0 + k f_s))$$
$$x[n]= cos(2 pi t (f_0 + k f_s))$$
$$f = f_0 + k f_s $$
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: "69"
};
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',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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%2fmath.stackexchange.com%2fquestions%2f3010438%2fcontinuous-time-to-discrete-time-using-periodic-sampling%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
up vote
1
down vote
The problem lies where you added $2pi k$. Instead it should be $2pi k n$. So that becomes $x[n]= cos(frac{2 pi n f_0}{f_s} + 2 pi kn)$ which gives $x[n]= cos(2 pi frac{f_0 + k f_s}{f_s} n)$.
that's a good point! thanks.
– Bill Moore
Nov 23 at 14:56
wait, can you do that? Wouldn't that mean the additive offset of the (2 pi k) is changing with n if you multiply it by n? consider: cos(x) = cos(x + 2 pi)
– Bill Moore
Nov 23 at 15:01
In discrete signals, frequency range is from $(-pi, pi)$. What they are trying to say is that a frequency of $f_{o}+kf_{s}$ will produce the same aliasing effect as does the frequence $f_{o}$ alone in itself. For example, take $x(n)=cos(0.4pi n)=cos(2pifrac{f_{o}}{f_{s}}n) implies frac{f_{o}}{f_{s}} = 0.2$. Let me add $k=1$ to $frac{f_{o}}{f_{s}}$. The cosine becomes $cos(1.2times 2pi n) = cos(2.4pi n) = cos(2pi n - 0.4pi n) = cos(0.4pi n)$. I hope you understand this, because its very important. You should try with other values of $k$ also. Feel free to question.
– Himanshu Sharma
Nov 23 at 15:48
The book is not teaching you periodicity, mind that. The section of book that you are reading is concerned about sampling of the continuous time signals to discrete time. They are teaching you what is called aliasing. Do surf about it on the internet, you will understand what the book and I am trying to tell you. Keeping periodicity in mind, you may be correct, but that is not what the text is trying to achieve there. Hope that helps.
– Himanshu Sharma
Nov 23 at 15:53
its starting to make sense, because $$cos(x) = cos(x + 2 pi k n)$$ The phase offset can be any integer value multiplied by $$ 2 pi $$. It doesn't matter if you multiply 2 pi by just k or by (k*n), they are both still integers, and the resultant offset is still a period of cos
– Bill Moore
Nov 23 at 15:58
|
show 1 more comment
up vote
1
down vote
The problem lies where you added $2pi k$. Instead it should be $2pi k n$. So that becomes $x[n]= cos(frac{2 pi n f_0}{f_s} + 2 pi kn)$ which gives $x[n]= cos(2 pi frac{f_0 + k f_s}{f_s} n)$.
that's a good point! thanks.
– Bill Moore
Nov 23 at 14:56
wait, can you do that? Wouldn't that mean the additive offset of the (2 pi k) is changing with n if you multiply it by n? consider: cos(x) = cos(x + 2 pi)
– Bill Moore
Nov 23 at 15:01
In discrete signals, frequency range is from $(-pi, pi)$. What they are trying to say is that a frequency of $f_{o}+kf_{s}$ will produce the same aliasing effect as does the frequence $f_{o}$ alone in itself. For example, take $x(n)=cos(0.4pi n)=cos(2pifrac{f_{o}}{f_{s}}n) implies frac{f_{o}}{f_{s}} = 0.2$. Let me add $k=1$ to $frac{f_{o}}{f_{s}}$. The cosine becomes $cos(1.2times 2pi n) = cos(2.4pi n) = cos(2pi n - 0.4pi n) = cos(0.4pi n)$. I hope you understand this, because its very important. You should try with other values of $k$ also. Feel free to question.
– Himanshu Sharma
Nov 23 at 15:48
The book is not teaching you periodicity, mind that. The section of book that you are reading is concerned about sampling of the continuous time signals to discrete time. They are teaching you what is called aliasing. Do surf about it on the internet, you will understand what the book and I am trying to tell you. Keeping periodicity in mind, you may be correct, but that is not what the text is trying to achieve there. Hope that helps.
– Himanshu Sharma
Nov 23 at 15:53
its starting to make sense, because $$cos(x) = cos(x + 2 pi k n)$$ The phase offset can be any integer value multiplied by $$ 2 pi $$. It doesn't matter if you multiply 2 pi by just k or by (k*n), they are both still integers, and the resultant offset is still a period of cos
– Bill Moore
Nov 23 at 15:58
|
show 1 more comment
up vote
1
down vote
up vote
1
down vote
The problem lies where you added $2pi k$. Instead it should be $2pi k n$. So that becomes $x[n]= cos(frac{2 pi n f_0}{f_s} + 2 pi kn)$ which gives $x[n]= cos(2 pi frac{f_0 + k f_s}{f_s} n)$.
The problem lies where you added $2pi k$. Instead it should be $2pi k n$. So that becomes $x[n]= cos(frac{2 pi n f_0}{f_s} + 2 pi kn)$ which gives $x[n]= cos(2 pi frac{f_0 + k f_s}{f_s} n)$.
answered Nov 23 at 14:53
Himanshu Sharma
113
113
that's a good point! thanks.
– Bill Moore
Nov 23 at 14:56
wait, can you do that? Wouldn't that mean the additive offset of the (2 pi k) is changing with n if you multiply it by n? consider: cos(x) = cos(x + 2 pi)
– Bill Moore
Nov 23 at 15:01
In discrete signals, frequency range is from $(-pi, pi)$. What they are trying to say is that a frequency of $f_{o}+kf_{s}$ will produce the same aliasing effect as does the frequence $f_{o}$ alone in itself. For example, take $x(n)=cos(0.4pi n)=cos(2pifrac{f_{o}}{f_{s}}n) implies frac{f_{o}}{f_{s}} = 0.2$. Let me add $k=1$ to $frac{f_{o}}{f_{s}}$. The cosine becomes $cos(1.2times 2pi n) = cos(2.4pi n) = cos(2pi n - 0.4pi n) = cos(0.4pi n)$. I hope you understand this, because its very important. You should try with other values of $k$ also. Feel free to question.
– Himanshu Sharma
Nov 23 at 15:48
The book is not teaching you periodicity, mind that. The section of book that you are reading is concerned about sampling of the continuous time signals to discrete time. They are teaching you what is called aliasing. Do surf about it on the internet, you will understand what the book and I am trying to tell you. Keeping periodicity in mind, you may be correct, but that is not what the text is trying to achieve there. Hope that helps.
– Himanshu Sharma
Nov 23 at 15:53
its starting to make sense, because $$cos(x) = cos(x + 2 pi k n)$$ The phase offset can be any integer value multiplied by $$ 2 pi $$. It doesn't matter if you multiply 2 pi by just k or by (k*n), they are both still integers, and the resultant offset is still a period of cos
– Bill Moore
Nov 23 at 15:58
|
show 1 more comment
that's a good point! thanks.
– Bill Moore
Nov 23 at 14:56
wait, can you do that? Wouldn't that mean the additive offset of the (2 pi k) is changing with n if you multiply it by n? consider: cos(x) = cos(x + 2 pi)
– Bill Moore
Nov 23 at 15:01
In discrete signals, frequency range is from $(-pi, pi)$. What they are trying to say is that a frequency of $f_{o}+kf_{s}$ will produce the same aliasing effect as does the frequence $f_{o}$ alone in itself. For example, take $x(n)=cos(0.4pi n)=cos(2pifrac{f_{o}}{f_{s}}n) implies frac{f_{o}}{f_{s}} = 0.2$. Let me add $k=1$ to $frac{f_{o}}{f_{s}}$. The cosine becomes $cos(1.2times 2pi n) = cos(2.4pi n) = cos(2pi n - 0.4pi n) = cos(0.4pi n)$. I hope you understand this, because its very important. You should try with other values of $k$ also. Feel free to question.
– Himanshu Sharma
Nov 23 at 15:48
The book is not teaching you periodicity, mind that. The section of book that you are reading is concerned about sampling of the continuous time signals to discrete time. They are teaching you what is called aliasing. Do surf about it on the internet, you will understand what the book and I am trying to tell you. Keeping periodicity in mind, you may be correct, but that is not what the text is trying to achieve there. Hope that helps.
– Himanshu Sharma
Nov 23 at 15:53
its starting to make sense, because $$cos(x) = cos(x + 2 pi k n)$$ The phase offset can be any integer value multiplied by $$ 2 pi $$. It doesn't matter if you multiply 2 pi by just k or by (k*n), they are both still integers, and the resultant offset is still a period of cos
– Bill Moore
Nov 23 at 15:58
that's a good point! thanks.
– Bill Moore
Nov 23 at 14:56
that's a good point! thanks.
– Bill Moore
Nov 23 at 14:56
wait, can you do that? Wouldn't that mean the additive offset of the (2 pi k) is changing with n if you multiply it by n? consider: cos(x) = cos(x + 2 pi)
– Bill Moore
Nov 23 at 15:01
wait, can you do that? Wouldn't that mean the additive offset of the (2 pi k) is changing with n if you multiply it by n? consider: cos(x) = cos(x + 2 pi)
– Bill Moore
Nov 23 at 15:01
In discrete signals, frequency range is from $(-pi, pi)$. What they are trying to say is that a frequency of $f_{o}+kf_{s}$ will produce the same aliasing effect as does the frequence $f_{o}$ alone in itself. For example, take $x(n)=cos(0.4pi n)=cos(2pifrac{f_{o}}{f_{s}}n) implies frac{f_{o}}{f_{s}} = 0.2$. Let me add $k=1$ to $frac{f_{o}}{f_{s}}$. The cosine becomes $cos(1.2times 2pi n) = cos(2.4pi n) = cos(2pi n - 0.4pi n) = cos(0.4pi n)$. I hope you understand this, because its very important. You should try with other values of $k$ also. Feel free to question.
– Himanshu Sharma
Nov 23 at 15:48
In discrete signals, frequency range is from $(-pi, pi)$. What they are trying to say is that a frequency of $f_{o}+kf_{s}$ will produce the same aliasing effect as does the frequence $f_{o}$ alone in itself. For example, take $x(n)=cos(0.4pi n)=cos(2pifrac{f_{o}}{f_{s}}n) implies frac{f_{o}}{f_{s}} = 0.2$. Let me add $k=1$ to $frac{f_{o}}{f_{s}}$. The cosine becomes $cos(1.2times 2pi n) = cos(2.4pi n) = cos(2pi n - 0.4pi n) = cos(0.4pi n)$. I hope you understand this, because its very important. You should try with other values of $k$ also. Feel free to question.
– Himanshu Sharma
Nov 23 at 15:48
The book is not teaching you periodicity, mind that. The section of book that you are reading is concerned about sampling of the continuous time signals to discrete time. They are teaching you what is called aliasing. Do surf about it on the internet, you will understand what the book and I am trying to tell you. Keeping periodicity in mind, you may be correct, but that is not what the text is trying to achieve there. Hope that helps.
– Himanshu Sharma
Nov 23 at 15:53
The book is not teaching you periodicity, mind that. The section of book that you are reading is concerned about sampling of the continuous time signals to discrete time. They are teaching you what is called aliasing. Do surf about it on the internet, you will understand what the book and I am trying to tell you. Keeping periodicity in mind, you may be correct, but that is not what the text is trying to achieve there. Hope that helps.
– Himanshu Sharma
Nov 23 at 15:53
its starting to make sense, because $$cos(x) = cos(x + 2 pi k n)$$ The phase offset can be any integer value multiplied by $$ 2 pi $$. It doesn't matter if you multiply 2 pi by just k or by (k*n), they are both still integers, and the resultant offset is still a period of cos
– Bill Moore
Nov 23 at 15:58
its starting to make sense, because $$cos(x) = cos(x + 2 pi k n)$$ The phase offset can be any integer value multiplied by $$ 2 pi $$. It doesn't matter if you multiply 2 pi by just k or by (k*n), they are both still integers, and the resultant offset is still a period of cos
– Bill Moore
Nov 23 at 15:58
|
show 1 more comment
up vote
0
down vote
Since Cos is periodic we have:
$$x[n]= cos(frac{2 pi n f_0}{f_s} + 2 pi k n)$$
$$x[n]= cos(2 pi n frac{f_0}{f_s} + k)$$
$$x[n]= cos(2 pi n frac{f_0}{f_s} + frac{k}{f_s})$$
$$x[n]= cos(2 pi (n frac{1}{f_s}) (f_0 + k f_s))$$
$$x[n]= cos(2 pi t (f_0 + k f_s))$$
$$f = f_0 + k f_s $$
add a comment |
up vote
0
down vote
Since Cos is periodic we have:
$$x[n]= cos(frac{2 pi n f_0}{f_s} + 2 pi k n)$$
$$x[n]= cos(2 pi n frac{f_0}{f_s} + k)$$
$$x[n]= cos(2 pi n frac{f_0}{f_s} + frac{k}{f_s})$$
$$x[n]= cos(2 pi (n frac{1}{f_s}) (f_0 + k f_s))$$
$$x[n]= cos(2 pi t (f_0 + k f_s))$$
$$f = f_0 + k f_s $$
add a comment |
up vote
0
down vote
up vote
0
down vote
Since Cos is periodic we have:
$$x[n]= cos(frac{2 pi n f_0}{f_s} + 2 pi k n)$$
$$x[n]= cos(2 pi n frac{f_0}{f_s} + k)$$
$$x[n]= cos(2 pi n frac{f_0}{f_s} + frac{k}{f_s})$$
$$x[n]= cos(2 pi (n frac{1}{f_s}) (f_0 + k f_s))$$
$$x[n]= cos(2 pi t (f_0 + k f_s))$$
$$f = f_0 + k f_s $$
Since Cos is periodic we have:
$$x[n]= cos(frac{2 pi n f_0}{f_s} + 2 pi k n)$$
$$x[n]= cos(2 pi n frac{f_0}{f_s} + k)$$
$$x[n]= cos(2 pi n frac{f_0}{f_s} + frac{k}{f_s})$$
$$x[n]= cos(2 pi (n frac{1}{f_s}) (f_0 + k f_s))$$
$$x[n]= cos(2 pi t (f_0 + k f_s))$$
$$f = f_0 + k f_s $$
answered Nov 23 at 16:28
Bill Moore
1176
1176
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics 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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2fmath.stackexchange.com%2fquestions%2f3010438%2fcontinuous-time-to-discrete-time-using-periodic-sampling%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
You added a phase offset (it doesn't vary with $n$), and the book added a frequency offset (it does vary with $n$). Both are legitimate answers to the question you presented, but the frequency offset is really meant to get you thinking about aliases. The DFT lives on the unit circle of the z-plane. Every $2pi$ radians trip around the unit circle is $f_s$ Hz in frequency, and is an alias for where you started.
– Andy Walls
Nov 24 at 4:11