Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Stochastic Processes in Audio Processing (Read 4156 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Stochastic Processes in Audio Processing

I'm in a class called "Advanced Stochastic Processes" this semester, and we have to do a project applying the mathematics of probabilty theory to engineering in some fashion.  I was considering using audio processing for a topic.  If anyone can help me out with info or articles, it would be of great aid.  I'd hate to have to do the project on financial engineering.

Stochastic Processes in Audio Processing

Reply #1
Why don't you do it on compression, it has a lot to do with probability (for example, the entropy of a file is calculated based on the probabilities of the different values, more or less), here are two links that deal with compression:
http://www.cs.auckland.ac.nz/~peter-f/
http://www.data-compression.com/lossless.html
But there is lots more on the subject (both online and offline).
If you want to do it about lossless audio compression you might want to have a look at a program I made together with a friend of mine, it allows you to experiment with different methods of prediction and encoding of the residual signal, and there is quite a lot of documentation (in Dutch) for it, as well as some configuration files we used to perform tests, if you need them:
http://sourceforge.net/projects/pws-sces/

Stochastic Processes in Audio Processing

Reply #2
Thanks for the info.  I'll talk with the instructor tomorrow about it, and see if he thinks it's worthy of consideration.

Stochastic Processes in Audio Processing

Reply #3
Quote
I'm in a class called "Advanced Stochastic Processes" this semester, and we have to do a project applying the mathematics of probabilty theory to engineering in some fashion.  I was considering using audio processing for a topic.  If anyone can help me out with info or articles, it would be of great aid.  I'd hate to have to do the project on financial engineering.

You can try anything related to speech recognition or speaker verification/identification. It's basically one big statistical model (gaussian mixtures, HMM's, ...)