Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
What I am trying to do is simple. I have a few .wav files. I want to remove noise and filter out specific frequencies. I don\'t have matlab and I intend to write my own code for all the filters.
I\'m implementing a maxmin function, it works like matrix multiplication but instead of summing products it gets max of min between two numbers pointwise. 开发者_JAVA百科An example of naive implementa
Is there an octave Equivalent of Python Optparse / getopt? Something like: [parsed_args, remaining] = optparse(argv开发者_JS百科());
I\'m implementing PCA using eigenvalue decomposition for sparse data. I know matlab has PCA implemented, but it helps me understand all the technicalities when I write code.
I would like to try to compute y=filter(b,a,x,zi) and dy[i]/dx[j] using FFTs rather than in the time domain for possible speedup in a GPU implementation.
I am trying to use Octave as an external solver in my C/C++ code. I read here that one needs to include the octave/oct.h header file. However开发者_如何学JAVA I am not able to find it on my computer
I\'m working on implementing an Octave interpreter inside of an FastCGI session using C/C++ in Ubuntu Linux. 开发者_C百科The problem I\'m running into is that FCGI redirects stdout to FCGI_stdout, but
Hi I just recently downloaded the most recent snow leopard update.Then I tried to plot something using Octave which has been installed on my computer for months (and plotting has worked all that time)
I need to print the result of a program with 20 significant figures, but I don\'t know how to print more than 15开发者_高级运维 figures (format long). Is there any way to achieve this?You can control