How to Sum a product between 0 to N-1 points.

9 次查看(过去 30 天)
How to achieve Multiply and Addition of N discrete points from (0 to N-1) using Matlab. For Example FFT,FIR,IIR Filters,MAC unit

采纳的回答

Walter Roberson
Walter Roberson 2014-1-11
sum(A .* (0:N-1))
  1 个评论
Shravankumar P
Shravankumar P 2014-1-13
Sir, Thank you for your response, can you please look at this and provide me an example code for that.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Digital and Analog Filters 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by