Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

Using dsp.CumulativeProduct inside a function

1 visualizzazione (ultimi 30 giorni)
Varun Baskar
Varun Baskar il 3 Giu 2020
Chiuso: MATLAB Answer Bot il 20 Ago 2021
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

Risposte (1)

Steven Lord
Steven Lord il 3 Giu 2020
Is there a reason you need to call dsp.CumulativeProduct specifically rather than calling the cumprod function included in MATLAB?
  1 Commento
Varun Baskar
Varun Baskar il 3 Giu 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.

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by