Spectrum Analyzer

I cant seem to find any spectrum analyzer with numeric output…

Have somebody encountered that kind of software? I mean, they all compute with numbers of course… but the numbers are allways converted to graphic… for output.

I need those numbers to process them in Matlab…

Matlab has good functions for doing this yourself. Check out the FFT-demos
in the help section, which contain good code for this that you need. there is also the built in ‘sonogram’ function which gives very cool readouts of samples, maybe it can also give parametric readouts also (dont remember).

Ok, thanks for the info Mike… i’ll check it out!!