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!