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

9 visualizzazioni (ultimi 30 giorni)
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

Risposta accettata

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

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Digital and Analog Filters in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by