octave
Automated indentation cleaner for MATLAB or Octave? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-07 08:34 分类:问答Filter design for audio signal
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.[详细]
2023-02-02 03:34 分类:问答Sparse Matrix multiplication like (maxmin) in C++ using Octave libraries
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[详细]
2023-01-31 21:02 分类:问答Octave Equivalent of Python Optparse / getopt
Is there an octave Equivalent of Python Optparse / getopt? Something like: [parsed_args, remaining] = optparse(argv开发者_JS百科());[详细]
2023-01-31 07:15 分类:问答Principal Component Analysis in MATLAB
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.[详细]
2023-01-30 07:23 分类:问答Computing filter(b,a,x,zi) using FFTs
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.[详细]
2023-01-30 07:17 分类:问答location of octave header files
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[详细]
2023-01-27 17:21 分类:问答Redefine stdout in FastCGI and Octave
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[详细]
2023-01-26 14:46 分类:问答Plotting with Octave after most recent MAC OSX update
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)[详细]
2023-01-24 18:45 分类:问答Is there any way to print at least 20 significant figures in Octave?
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[详细]
2023-01-23 21:14 分类:问答