3D plots from frequency, amplitude

Anything about MUSIC but doesn't fit into the forums above.
Post Reply New Topic
RELATED
PRODUCTS

Post

any kind of software that can make 3d plots like this or similar:

geological survey
Image

karwendel
Image

from freq, amplitude, etc..

(just pics will be nice too).

Edit:

windows only, guys..
Last edited by Alfa210 on Wed Aug 22, 2012 7:24 pm, edited 1 time in total.

Post

We are the KVR collective. Resistance is futile. You will be assimilated. Image
My MusicCalc is served over https!!

Post

I remember Wavelab had (has?) something like that.

Post

Rakkervoksen

Post

Mathematica is nice, but it is for developers
BDeep wrote:I remember Wavelab had (has?) something like that.
wavelab, wavosaur - both too far...

Post

Ye olde Goldwave

Re: mathematica; Octave is a free Matlab clone
Image

Post

What do you need? Realtime? Static data set? VST? Standalone? Mac? PC?
You need to limit that rez, bro.

Post

Static, windows.

Post

Thinking gnuplot can handle the 3D plot. Then the question is getting the data... you need something that can take an audio file and spit out a spectrogram/FFT as a text format time series that can be used for the graphing... Was thinking SoX could do it, but while it does have the ability to both convert an audio file to text, and also has a "spectrogram" function for spitting out a 3D spectrogram as a PNG file, it doesn't look like you can spit out a spectrogram as a text file. Boo!

How 'bout this hack... use this guy's flash hack to generate the text file: http://spectrogram.org ... take the resulting text file and plot in gnuplot. Complicated, free, and hacktastic! Only 256 bands though...

The must be a command line tool out there to generate a text spectrogram from a WAV file... such a common process...
You need to limit that rez, bro.

Post

Or, of course, you could simply use the SoX spectrogram function to generate a PNG file, then simply use the PNG file as a "height map" for your 3D terrain... common thing done in game programming, 3D work, etc....
You need to limit that rez, bro.

Post

http://www.wavosaur.com has this built in. It's free.

Post

yeah gnuplot can do the trick...

Python, mathlab, mathematica, superCollider can do the trick too...
And all not user friendly, of course.
kbaccki wrote:How 'bout this hack... use this guy's flash hack to generate the text file: http://spectrogram.org ... take the resulting text file and plot in gnuplot. Complicated, free, and hacktastic! Only 256 bands though...

The must be a command line tool out there to generate a text spectrogram from a WAV file... such a common process...
wav to mp3 / mp3 to txt / txt to png

Praat can export wave data as text and Spear as text frames, text partials.

Post Reply

Return to “Everything Else (Music related)”