How to write matlab code for this equation?

2 次查看(过去 30 天)
How to write matlab code for the equation given below

采纳的回答

Image Analyst
Image Analyst 2015-3-15
How about:
subarray = f(y1:yb, x1:xb);
Qs = sum(subarray(:)) - 0.5 * b^2;

更多回答(2 个)

christopher bernard
How to write matlab code for this equation
ASinkc xe-jβz
ASinkc de-h(x-d)e-jβz
  2 个评论
Walter Roberson
Walter Roberson 2016-3-6
A * sin(k * c) * x * e - j * beta * z
A * sin(k * c) * d * e - h * (x-d) * e - j * beta * z
However, I suspect the e- might be an exponential . If so then the forms might be
A * sin(k * c) * x * exp(-j * beta * z)
A * sin(k * c) * d * exp(-h * (x-d)) * exp( -j * beta * z)
Of course there are other possible meanings, such as
A * sin(kc * x) * exp(-j * beta * z)
It would be easier if there had been an image of the formulae available.

请先登录,再进行评论。


shabana javed
shabana javed 2017-11-19
How to write a matlab code for the variable Step-size for improving conergence of Fx-LMS algorithm?

类别

Help CenterFile Exchange 中查找有关 MATLAB 的更多信息

标签

尚未输入任何标签。

Community Treasure Hunt

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

Start Hunting!

Translated by