Jump to content

Linear Predictive Coding

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#1
treoboy

treoboy

    Newbie

  • Members
  • Pip
  • 2 posts
anyone know how to make Linear Predictive Coding in c#?

-thanks-

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
You'll have to be a little more precise in your question... What kind of data are you talking about? Linear Regression for creating predictive models is well understood, as is linear interpolation. Since there are several possible algorithms that may apply to what you're doing, we can't really help yet.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
treoboy

treoboy

    Newbie

  • Members
  • Pip
  • 2 posts
ow..

it's about speech recognition..

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Perhaps you could be a bit clearer. Speech recognition is not a trivial task. I haven't looked into the area, but I would expect that some FFTs would be needed to work on some of the analysis. I don't see how linear predictive analysis would help with this.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#5
jackolantern

jackolantern

    Learning Programmer

  • Members
  • PipPipPip
  • 47 posts
The best info that I think we could get would be what problem you are having. If you have not started on any code yet, and are wondering how to do it, then I would probably just suggest reading up on speach recognition with C# and see where that takes you are where you fall into the picture.