code generation for FFT is void
Ältere Kommentare anzeigen
I want to generate code from my m-code which computes an FFT. When I see the results the c-function is void when the result should be a complex double?
Antworten (1)
Walter Roberson
am 5 Mai 2016
0 Stimmen
The generated code has pointers passed in to it. C cannot handle multiple outputs, so Mathworks generates code that passes in pointers for all outputs, rather than special-casing the first output.
1 Kommentar
wietjes
am 5 Mai 2016
Kategorien
Mehr zu MATLAB Coder finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!