Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: SPECTRUM ANALYZER in Perl

by graff (Chancellor)
on Mar 24, 2015 at 02:36 UTC ( [id://1121076]=note: print w/replies, xml ) Need Help??


in reply to SPECTRUM ANALYZER in Perl

Because this sort of analysis involves doing a lot of number crunching on arrays and matrices of binary integers and floats, most people opt for compiled code rather than scripting languages to do the heavy lifting.

Pick a decent compiled signal analysis library (there are at least a few open source projects with good support); it'll probably have command-line tools so that you can easily write perl wrappers for managing processing pipelines, keeping files organized, reporting results, etc.

You could also try writing perl XS code to link your scripts directly to library functions, but you might find it difficult to do better this way than you would if you were just using compiled command-line tools.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1121076]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-03-28 21:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found