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

9 visualizaciones (últimos 30 días)
Shravankumar P
Shravankumar P el 11 de En. de 2014
Comentada: Shravankumar P el 13 de En. de 2014
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

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Digital and Analog Filters en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by