Jan 11, 2011 6:49 PM
development software
-
Like (0)
What kind of software does everyone use for developing algorithms? I used to use MATLAB while I was in school and I know about freemat. But does anyone have any other good cheap suggestions?
GNU Octave is free and similar to MATLAB. SciPy (based on Python) is another good, free choice.
I use scipy. It's a much looser toolchain than you're expecting if you're coming from Matlab, but it's totally sufficient for audio processing. The graphs come out decent and are zoomable similar to Matlab's, which is important when you're hunting for glitches in your algorithm:
I've only used scipy on Linux, I'm not sure what the Windows support is like but I imagine it's ok.
Once I've got the algorithm working I copy my Python code and convert it to assembly line by line... the poor man's compiler
. This is a 1000 times better than coding up some assembly and wondering why it makes clicks once in a while.
Stay in the mix and in the know.
Latest offers, special deals and insider updates.