Signal Processing

Status
Not open for further replies.

OnlyCurious

Daemon Poster
Messages
616
I was wondering if anyone has ever done anything with signal processing (i.e. radio signal processing) in C++ or Java.

I want to learn how signal processing is done... I googled it but I'm not getting anything for C++/Java signal processing... they talk a lot about what it is, but they don't show you how signal processing is coded.

Is there a way for me to practice this stuff at home?
 
Do you mean like signal processing in electronics? What types of signals do you want to process, and in what way? Things like radio signals are handled by hardware. If you want to write code for a particular device then we need to know what the device is.
 
Actually, I just wanted to get a feel for signal processing in general. Any device would be good, I just want to learn how it's done.

Is there a way to do this with C++ or Java?
 
You can do it with C++ easily. Most device hardware is coded with it. Take a look at what Saxon told you it should help you get started.
 
Status
Not open for further replies.
Back
Top Bottom