Using dsp.CumulativeProduct inside a function

I'm looking to use dsp.CumulativeProduct inside a matlab function.
I saw the syntax in the documentation part, but I don't know how to initialize it and use it inside a function. Could anyone help me with it?
Thanks and regards

Respuestas (1)

Steven Lord
Steven Lord el 3 de Jun. de 2020

0 votos

Is there a reason you need to call dsp.CumulativeProduct specifically rather than calling the cumprod function included in MATLAB?

1 comentario

Varun Baskar
Varun Baskar el 3 de Jun. de 2020
I require the function to use DSPs on the board rather than LUTs. I used the xlaccum function but it got translated as LUTs only.

La pregunta está cerrada.

Preguntada:

el 3 de Jun. de 2020

Cerrada:

el 20 de Ag. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by