How to code for this equation in Matlab

2 次查看(过去 30 天)
f(x)=2*e^jwt
  1 个评论
James Tursa
James Tursa 2020-2-10
You have a function of x on the left hand side, but there is not x on the right hand side. What is your intention?

请先登录,再进行评论。

采纳的回答

James Tursa
James Tursa 2020-2-10
Assuming that f(x) is really supposed to be f(t):
f = @(t)exp(j*w*t);
But, you will need to have w defined prior to this.

更多回答(1 个)

zeeshan shafiq
zeeshan shafiq 2020-2-10
Thanks James,
Got it

类别

Help CenterFile Exchange 中查找有关 Matched Filter and Ambiguity Function 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by