What is the DFT of DFT of discrete signal











up vote
1
down vote

favorite












What is the discrete fourier transform of the discrete fourier transform of any discrete time signal. Is result same signal? How?










share|improve this question


















  • 3




    Duplicate of How do you interpret FFT of an FFT of a discrete signal?
    – Dilip Sarwate
    2 days ago

















up vote
1
down vote

favorite












What is the discrete fourier transform of the discrete fourier transform of any discrete time signal. Is result same signal? How?










share|improve this question


















  • 3




    Duplicate of How do you interpret FFT of an FFT of a discrete signal?
    – Dilip Sarwate
    2 days ago















up vote
1
down vote

favorite









up vote
1
down vote

favorite











What is the discrete fourier transform of the discrete fourier transform of any discrete time signal. Is result same signal? How?










share|improve this question













What is the discrete fourier transform of the discrete fourier transform of any discrete time signal. Is result same signal? How?







discrete-signals fourier-transform dft






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Dec 6 at 19:49









Mert Ege

133




133








  • 3




    Duplicate of How do you interpret FFT of an FFT of a discrete signal?
    – Dilip Sarwate
    2 days ago
















  • 3




    Duplicate of How do you interpret FFT of an FFT of a discrete signal?
    – Dilip Sarwate
    2 days ago










3




3




Duplicate of How do you interpret FFT of an FFT of a discrete signal?
– Dilip Sarwate
2 days ago






Duplicate of How do you interpret FFT of an FFT of a discrete signal?
– Dilip Sarwate
2 days ago












2 Answers
2






active

oldest

votes

















up vote
5
down vote













let



$$begin{align}
X[k] &= mathcal{DFT} Big{ x[n] Big} \
&triangleq sumlimits_{n=0}^{N-1} x[n] , e^{-j2pi nk/N}
end{align} $$



and



$$ y[n] triangleq X[n] $$



(note the substitution of $n$ in for $k$.) then



$$ Y[k] = mathcal{DFT} Big{ y[n] Big} $$



then, if the DFT is defined the most common way (as above):



$$ Y[n] = N cdot x[-n] $$



where periodicity is implied: $x[n+N]=x[n]$ for all $n$.






share|improve this answer





















  • Thanks for the clarification but can we use any property of DFT to find this solution?
    – Mert Ege
    yesterday


















up vote
2
down vote













Depends on how the DFT implementation or equation is scaled and indexed. The result of dft(dft(x)) is to circularly reverse the array x (of length N) around its first element, possibly with a scale factor of N, 1/N, or 1/sqrt(N).



Computationally, there may also be added numerical or quantization noise (for instance, to the imaginary components if they were originally all zero for strictly real input).






share|improve this answer



















  • 1




    shouldn't matter how it's indexed (as best as i can understand it). you're certainly correct about the scaling, hot.
    – robert bristow-johnson
    Dec 6 at 20:05











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',
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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdsp.stackexchange.com%2fquestions%2f53959%2fwhat-is-the-dft-of-dft-of-discrete-signal%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
5
down vote













let



$$begin{align}
X[k] &= mathcal{DFT} Big{ x[n] Big} \
&triangleq sumlimits_{n=0}^{N-1} x[n] , e^{-j2pi nk/N}
end{align} $$



and



$$ y[n] triangleq X[n] $$



(note the substitution of $n$ in for $k$.) then



$$ Y[k] = mathcal{DFT} Big{ y[n] Big} $$



then, if the DFT is defined the most common way (as above):



$$ Y[n] = N cdot x[-n] $$



where periodicity is implied: $x[n+N]=x[n]$ for all $n$.






share|improve this answer





















  • Thanks for the clarification but can we use any property of DFT to find this solution?
    – Mert Ege
    yesterday















up vote
5
down vote













let



$$begin{align}
X[k] &= mathcal{DFT} Big{ x[n] Big} \
&triangleq sumlimits_{n=0}^{N-1} x[n] , e^{-j2pi nk/N}
end{align} $$



and



$$ y[n] triangleq X[n] $$



(note the substitution of $n$ in for $k$.) then



$$ Y[k] = mathcal{DFT} Big{ y[n] Big} $$



then, if the DFT is defined the most common way (as above):



$$ Y[n] = N cdot x[-n] $$



where periodicity is implied: $x[n+N]=x[n]$ for all $n$.






share|improve this answer





















  • Thanks for the clarification but can we use any property of DFT to find this solution?
    – Mert Ege
    yesterday













up vote
5
down vote










up vote
5
down vote









let



$$begin{align}
X[k] &= mathcal{DFT} Big{ x[n] Big} \
&triangleq sumlimits_{n=0}^{N-1} x[n] , e^{-j2pi nk/N}
end{align} $$



and



$$ y[n] triangleq X[n] $$



(note the substitution of $n$ in for $k$.) then



$$ Y[k] = mathcal{DFT} Big{ y[n] Big} $$



then, if the DFT is defined the most common way (as above):



$$ Y[n] = N cdot x[-n] $$



where periodicity is implied: $x[n+N]=x[n]$ for all $n$.






share|improve this answer












let



$$begin{align}
X[k] &= mathcal{DFT} Big{ x[n] Big} \
&triangleq sumlimits_{n=0}^{N-1} x[n] , e^{-j2pi nk/N}
end{align} $$



and



$$ y[n] triangleq X[n] $$



(note the substitution of $n$ in for $k$.) then



$$ Y[k] = mathcal{DFT} Big{ y[n] Big} $$



then, if the DFT is defined the most common way (as above):



$$ Y[n] = N cdot x[-n] $$



where periodicity is implied: $x[n+N]=x[n]$ for all $n$.







share|improve this answer












share|improve this answer



share|improve this answer










answered Dec 6 at 20:04









robert bristow-johnson

10.4k31448




10.4k31448












  • Thanks for the clarification but can we use any property of DFT to find this solution?
    – Mert Ege
    yesterday


















  • Thanks for the clarification but can we use any property of DFT to find this solution?
    – Mert Ege
    yesterday
















Thanks for the clarification but can we use any property of DFT to find this solution?
– Mert Ege
yesterday




Thanks for the clarification but can we use any property of DFT to find this solution?
– Mert Ege
yesterday










up vote
2
down vote













Depends on how the DFT implementation or equation is scaled and indexed. The result of dft(dft(x)) is to circularly reverse the array x (of length N) around its first element, possibly with a scale factor of N, 1/N, or 1/sqrt(N).



Computationally, there may also be added numerical or quantization noise (for instance, to the imaginary components if they were originally all zero for strictly real input).






share|improve this answer



















  • 1




    shouldn't matter how it's indexed (as best as i can understand it). you're certainly correct about the scaling, hot.
    – robert bristow-johnson
    Dec 6 at 20:05















up vote
2
down vote













Depends on how the DFT implementation or equation is scaled and indexed. The result of dft(dft(x)) is to circularly reverse the array x (of length N) around its first element, possibly with a scale factor of N, 1/N, or 1/sqrt(N).



Computationally, there may also be added numerical or quantization noise (for instance, to the imaginary components if they were originally all zero for strictly real input).






share|improve this answer



















  • 1




    shouldn't matter how it's indexed (as best as i can understand it). you're certainly correct about the scaling, hot.
    – robert bristow-johnson
    Dec 6 at 20:05













up vote
2
down vote










up vote
2
down vote









Depends on how the DFT implementation or equation is scaled and indexed. The result of dft(dft(x)) is to circularly reverse the array x (of length N) around its first element, possibly with a scale factor of N, 1/N, or 1/sqrt(N).



Computationally, there may also be added numerical or quantization noise (for instance, to the imaginary components if they were originally all zero for strictly real input).






share|improve this answer














Depends on how the DFT implementation or equation is scaled and indexed. The result of dft(dft(x)) is to circularly reverse the array x (of length N) around its first element, possibly with a scale factor of N, 1/N, or 1/sqrt(N).



Computationally, there may also be added numerical or quantization noise (for instance, to the imaginary components if they were originally all zero for strictly real input).







share|improve this answer














share|improve this answer



share|improve this answer








edited Dec 6 at 20:13

























answered Dec 6 at 20:04









hotpaw2

25.5k53472




25.5k53472








  • 1




    shouldn't matter how it's indexed (as best as i can understand it). you're certainly correct about the scaling, hot.
    – robert bristow-johnson
    Dec 6 at 20:05














  • 1




    shouldn't matter how it's indexed (as best as i can understand it). you're certainly correct about the scaling, hot.
    – robert bristow-johnson
    Dec 6 at 20:05








1




1




shouldn't matter how it's indexed (as best as i can understand it). you're certainly correct about the scaling, hot.
– robert bristow-johnson
Dec 6 at 20:05




shouldn't matter how it's indexed (as best as i can understand it). you're certainly correct about the scaling, hot.
– robert bristow-johnson
Dec 6 at 20:05


















draft saved

draft discarded




















































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.





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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdsp.stackexchange.com%2fquestions%2f53959%2fwhat-is-the-dft-of-dft-of-discrete-signal%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Plaza Victoria

In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...