Hello, I'm currently developing a standalone audio signal processing application and I'm using octave for the processing part. I'm working in Ubuntu Linux (though I'll be moving soon to Linux Mint), and using QtCreator.
My process involves taking the FFT of the series of windows of a signal, and for that I'm also using the hanning function to get a hanning window.
The code works perfectly when run from octave in console, but when I try to use it in the application I detected that the hanning function returns only zeros. The same happens with the hamming function.
This only happens when I use the embedded mode in the program. And is the only problem involving Octave I have detected.