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

조회 수: 9 (최근 30일)
Shravankumar P
Shravankumar P 2014년 1월 11일
댓글: Shravankumar P 2014년 1월 13일
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