From help-octave-request at che dot utexas dot edu Tue Jan 10 04:48:42 1995 From: octavio at dtc dot uvigo dot es (Trabajos con Octave) To: help-octave at che dot utexas dot edu Date: Tue, 10 Jan 95 11:48:31 GMT We are working with Octave over MS-DOS. Now we have an executable file that is only has a part of the Octave functions. Our purpose is to change Octave internaly because we want some functions as a 'fft' to be executed in a DSP (but only if it is ventajous). We need some information to do this: What can be the best moment in Octave to put our functions? (the functions to decide if the 'fft' runs normaly or is better that the DSP do it. We need a point where the arguments of the function be known, not other function) What data types are used in Octave? (we need know the integer and floating-point formats for the compatibility with the DSP) Thank you. Chus and Raul.