Why sampling a periodic signal doesn't yield a periodic discrete signal?Main differences to take into account between continuous and discrete time signalsWhy is my bode plot showing periodic behavior?properties of SystemDoes the hold part in sample and hold turns the signal from discrete to continuous?$2pi$ periodicity of discrete-time Fourier transformWhy do we use discrete-time sampling?What is the difference between continuous, discrete, analog and digital signal?Why DTFT coefficients are periodic and why continuous Fourier transform coefficients are not periodic?Minimum possible sampling frequency for continuous time signalFourier Series Representation of Continuous-Time Periodic Signals
Is there a simple example that empirical evidence is misleading?
Do copyright notices need to be placed at the beginning of a file?
Is there an idiom that means that you are in a very strong negotiation position in a negotiation?
Why does the hash of infinity have the digits of π?
Do I really need to install Prettier locally?
...And they were stumped for a long time
Can we assume that a hash function with high collision resistance also means highly uniform distribution?
What is the use case for non-breathable waterproof pants?
Is keeping the forking link on a true fork necessary (Github/GPL)?
A burglar's sunglasses, a lady's odyssey
Is superuser the same as root?
Is "vegetable base" a common term in English?
Testing using real data of the customer
Co-author wants to put their current funding source in the acknowledgements section because they edited the paper
How did the Unsullied find out that Jon did this?
Navigating a quick return to previous employer
Security vulnerabilities of POST over SSL
Shorten or merge multiple lines of `&> /dev/null &`
First Program Tic-Tac-Toe
Is it legal to have an abortion in another state or abroad?
3 prong range outlet
How to teach an undergraduate course without having taken that course formally before?
What did the 'turbo' button actually do?
Why isn't 'chemically-strengthened glass' made with potassium carbonate? To begin with?
Why sampling a periodic signal doesn't yield a periodic discrete signal?
Main differences to take into account between continuous and discrete time signalsWhy is my bode plot showing periodic behavior?properties of SystemDoes the hold part in sample and hold turns the signal from discrete to continuous?$2pi$ periodicity of discrete-time Fourier transformWhy do we use discrete-time sampling?What is the difference between continuous, discrete, analog and digital signal?Why DTFT coefficients are periodic and why continuous Fourier transform coefficients are not periodic?Minimum possible sampling frequency for continuous time signalFourier Series Representation of Continuous-Time Periodic Signals
$begingroup$
I've been studying Signals and systems lately and I've came across a bullet point in a slide that claims "The uniform sampling of a periodic continuous-time signal may not be periodic!".
Can someone explain why is this statement true?
discrete-signals signal-analysis sampling continuous-signals
New contributor
Ahmed Wessam is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
add a comment |
$begingroup$
I've been studying Signals and systems lately and I've came across a bullet point in a slide that claims "The uniform sampling of a periodic continuous-time signal may not be periodic!".
Can someone explain why is this statement true?
discrete-signals signal-analysis sampling continuous-signals
New contributor
Ahmed Wessam is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
add a comment |
$begingroup$
I've been studying Signals and systems lately and I've came across a bullet point in a slide that claims "The uniform sampling of a periodic continuous-time signal may not be periodic!".
Can someone explain why is this statement true?
discrete-signals signal-analysis sampling continuous-signals
New contributor
Ahmed Wessam is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
I've been studying Signals and systems lately and I've came across a bullet point in a slide that claims "The uniform sampling of a periodic continuous-time signal may not be periodic!".
Can someone explain why is this statement true?
discrete-signals signal-analysis sampling continuous-signals
discrete-signals signal-analysis sampling continuous-signals
New contributor
Ahmed Wessam is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Ahmed Wessam is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Ahmed Wessam is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 10 hours ago
Ahmed WessamAhmed Wessam
1134
1134
New contributor
Ahmed Wessam is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Ahmed Wessam is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
If the ratio between your sampling frequency and the frequency of your signal is irrational, you will not have a periodic discrete signal.
Assuming you have a 1-kHz sine wave and you sample at 3000*sqrt(2) Hz. You will have approximately 4.2 samples per period. However you will not be able to sample the sine wave exactly at the same place. Hence your digital signal will not be periodic.
However, if you sampled the same 1-kHz signal at 4 kHz, you would get a periodic discrete signal. The period would be 4 samples.
$endgroup$
add a comment |
Your Answer
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
);
);
Ahmed Wessam is a new contributor. Be nice, and check out our Code of Conduct.
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%2f58452%2fwhy-sampling-a-periodic-signal-doesnt-yield-a-periodic-discrete-signal%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
If the ratio between your sampling frequency and the frequency of your signal is irrational, you will not have a periodic discrete signal.
Assuming you have a 1-kHz sine wave and you sample at 3000*sqrt(2) Hz. You will have approximately 4.2 samples per period. However you will not be able to sample the sine wave exactly at the same place. Hence your digital signal will not be periodic.
However, if you sampled the same 1-kHz signal at 4 kHz, you would get a periodic discrete signal. The period would be 4 samples.
$endgroup$
add a comment |
$begingroup$
If the ratio between your sampling frequency and the frequency of your signal is irrational, you will not have a periodic discrete signal.
Assuming you have a 1-kHz sine wave and you sample at 3000*sqrt(2) Hz. You will have approximately 4.2 samples per period. However you will not be able to sample the sine wave exactly at the same place. Hence your digital signal will not be periodic.
However, if you sampled the same 1-kHz signal at 4 kHz, you would get a periodic discrete signal. The period would be 4 samples.
$endgroup$
add a comment |
$begingroup$
If the ratio between your sampling frequency and the frequency of your signal is irrational, you will not have a periodic discrete signal.
Assuming you have a 1-kHz sine wave and you sample at 3000*sqrt(2) Hz. You will have approximately 4.2 samples per period. However you will not be able to sample the sine wave exactly at the same place. Hence your digital signal will not be periodic.
However, if you sampled the same 1-kHz signal at 4 kHz, you would get a periodic discrete signal. The period would be 4 samples.
$endgroup$
If the ratio between your sampling frequency and the frequency of your signal is irrational, you will not have a periodic discrete signal.
Assuming you have a 1-kHz sine wave and you sample at 3000*sqrt(2) Hz. You will have approximately 4.2 samples per period. However you will not be able to sample the sine wave exactly at the same place. Hence your digital signal will not be periodic.
However, if you sampled the same 1-kHz signal at 4 kHz, you would get a periodic discrete signal. The period would be 4 samples.
edited 5 hours ago
Dilip Sarwate
13.7k12563
13.7k12563
answered 10 hours ago
BenBen
793411
793411
add a comment |
add a comment |
Ahmed Wessam is a new contributor. Be nice, and check out our Code of Conduct.
Ahmed Wessam is a new contributor. Be nice, and check out our Code of Conduct.
Ahmed Wessam is a new contributor. Be nice, and check out our Code of Conduct.
Ahmed Wessam is a new contributor. Be nice, and check out our Code of Conduct.
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%2f58452%2fwhy-sampling-a-periodic-signal-doesnt-yield-a-periodic-discrete-signal%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