creating function matlab code
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
How can write a function DFT(x) (in terms of jw) such that for the given discrete signal x[n]:

댓글 수: 7
Walter Roberson
2018년 5월 18일
What is w in this context?
Walter Roberson
2018년 5월 18일
Is x[n] intended to indicate x multiplied by floor(n)? Because if it is intended to indicate indexing then you cannot index at infinity.
geometry geometry
2018년 5월 18일
편집: geometry geometry
2018년 5월 18일
geometry geometry
2018년 5월 18일
Guillaume
2018년 5월 18일
I think you need to explain in a lot more details what it is you're after. Perhaps, give some concrete examples.
I don't want to use fft. Why not? This gives you the frequencies (ω) of your discrete signal.
geometry geometry
2018년 5월 18일
답변 (0개)
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!