Are there any Public Domain DSP libraries or open source efforts that exist?
Public domain DSP libraries?
Started by ●October 5, 2003
Reply by ●October 7, 20032003-10-07
J wrote:> Are there any Public Domain DSP libraries or open source efforts that exist? > >Which architecture do you want the library for: some DSP, a workstation, a microcontroller?
Reply by ●October 7, 20032003-10-07
Andor Bariska <an2or@nospam.net> wrote in message news:<3f82920b$1@pfaff2.ethz.ch>...> J wrote: > > Are there any Public Domain DSP libraries or open source efforts that exist? > > > > > > Which architecture do you want the library for: some DSP, a workstation, > a microcontroller?DSP is an interesting choice. JaaC
Reply by ●October 8, 20032003-10-08
"Andor Bariska" <an2or@nospam.net> wrote in message news:3f82920b$1@pfaff2.ethz.ch...> J wrote: > > Are there any Public Domain DSP libraries or open source efforts thatexist?> > > > > > Which architecture do you want the library for: some DSP, a workstation, > a microcontroller? >For a PC to be specific.
Reply by ●October 9, 20032003-10-09
J wrote:> "Andor Bariska" <an2or@nospam.net> wrote in message > news:3f82920b$1@pfaff2.ethz.ch... > >>J wrote: >> >>>Are there any Public Domain DSP libraries or open source efforts that > > exist? > >>> >>Which architecture do you want the library for: some DSP, a workstation, >>a microcontroller? >> > > > For a PC to be specific. > >Specific is good. Have you looked at the Intel site? Jerry -- "I view the progress of science as ... the slow erosion of the tendency to dichotomize." Barbara Smuts, U. Mich. ���������������������������������������������������������������������
Reply by ●October 9, 20032003-10-09
On Thu, 09 Oct 2003 00:26:02 -0400, Jerry Avins wrote:> J wrote: > >> "Andor Bariska" <an2or@nospam.net> wrote in message >> news:3f82920b$1@pfaff2.ethz.ch... >> >>>J wrote: >>> >>>>Are there any Public Domain DSP libraries or open source efforts that >> >> exist? >> >>>> >>>Which architecture do you want the library for: some DSP, a workstation, >>>a microcontroller? >>> >> >> >> For a PC to be specific. >> >> > Specific is good. Have you looked at the Intel site?Or the ATLAS BLAS libraries, probably on netlib. and FFTW and DJBFFT, of course. -- Andrew
Reply by ●October 9, 20032003-10-09
Andrew Reilly <andrew@gurney.reilly.home> wrote in message news:<slrnbo9qhm.2v26.andrew@gurney.reilly.home>...> On Thu, 09 Oct 2003 00:26:02 -0400, Jerry Avins wrote: > > J wrote: > > > >> "Andor Bariska" <an2or@nospam.net> wrote in message > >> news:3f82920b$1@pfaff2.ethz.ch... > >> > >>>J wrote: > >>> > >>>>Are there any Public Domain DSP libraries or open source efforts that > >> > >> exist? > >> > >>>> > >>>Which architecture do you want the library for: some DSP, a workstation, > >>>a microcontroller? > >>> > >> > >> > >> For a PC to be specific. > >> > >> > > Specific is good. Have you looked at the Intel site? > > Or the ATLAS BLAS libraries, probably on netlib. > and FFTW and DJBFFT, of course.It's some time since I used it and I don't remember what (if any) routines specific to DSP were supplied, but I found LAPACK very useful. All those SVDs and EVDs that many tecniques of "modern" DSP need... Rune
Reply by ●October 9, 20032003-10-09
J wrote:> Are there any Public Domain DSP libraries or open source efforts that exist? >I think I have a related question. I operate in a Windows XP Pro enviroment I have a LARGE amount of raw audio data in WAV format. The frame size of interest would range from ~.02 sec to .1 sec. I would like to generate spectra of this data on a per frame basis. 1. amplitude or power is a moot issue 2. speed is secondary [ I'm using stored data ] I have two constraints: 1. minimal financial resources -- this is by denotation rather than connotation an "ametuer" project. 2. I don't really have math background to develop my own solution, but have enough to "almost" ask the "right" questions. { Rune, Fred, Jerry I'm attacking my previous question from a different direction. ;]
Reply by ●October 9, 20032003-10-09
Richard Owlett wrote:> J wrote: > >> Are there any Public Domain DSP libraries or open source efforts that >> exist? >> > > I think I have a related question. > > I operate in a Windows XP Pro enviroment > I have a LARGE amount of raw audio data in WAV format. > The frame size of interest would range from ~.02 sec to .1 sec. > > I would like to generate spectra of this data on a per frame basis. > 1. amplitude or power is a moot issue > 2. speed is secondary [ I'm using stored data ] > > I have two constraints: > 1. minimal financial resources -- this is by denotation rather than > connotation an "ametuer" project. > 2. I don't really have math background to develop my own solution, but > have enough to "almost" ask the "right" questions. > > { Rune, Fred, Jerry > I'm attacking my previous question from a different direction. ;] >Get the demo version of ScopeDSP from http://www.iowegian.com and see if it will do what you want. If it does, either buy it -- it's not expensive by my standards if you decide to buy, but if it works for you, ask here if there's a free or cheaper program that does only the task you need. Jerry -- Engineering is the art of making what you want from things you can get. �����������������������������������������������������������������������
Reply by ●October 9, 20032003-10-09
Richard Owlett <rowlett@atlascomm.net> wrote in message news:<vob9mgbel4p6b3@corp.supernews.com>...> J wrote: > > > Are there any Public Domain DSP libraries or open source efforts that exist? > > > > I think I have a related question. > > I operate in a Windows XP Pro enviroment > I have a LARGE amount of raw audio data in WAV format. > The frame size of interest would range from ~.02 sec to .1 sec. > > I would like to generate spectra of this data on a per frame basis. > 1. amplitude or power is a moot issue > 2. speed is secondary [ I'm using stored data ] > > I have two constraints: > 1. minimal financial resources -- this is by denotation rather than > connotation an "ametuer" project. > 2. I don't really have math background to develop my own solution, > but have enough to "almost" ask the "right" questions. > > { Rune, Fred, Jerry > I'm attacking my previous question from a different direction. ;]I've heard some rumours about a matlab clone being available somewhere? Octane, Octave or something like that. Does anyone know about this? Rune






