Re: [OctDev] fwhm.m

2009-07-15 Thread Petr Mikulik
> The code doesn't work for me. In fact, there are two cases where fwhm is set > to 0. With the previou code, I had the right fwhm. That's why I don't like a > very complex code, because it has strange behavious for ome cases. I have tried many testing data and found no fail. If you think you ha

Re: [OctDev] Signal Processing toolbox: missing besself.m and besselap.m

2009-07-15 Thread Søren Hauberg
tir, 14 07 2009 kl. 14:13 +0200, skrev Thomas Sailer: > It bothers me for quite some time that the signal processing toolbox > misses besself and besselap. So I gave a try at implementing them. > > It would be nice if they could be added to octave-forge. I would love to add these. However, I don'

Re: [OctDev] fwhm.m

2009-07-15 Thread Søren Hauberg
ons, 15 07 2009 kl. 14:18 +0200, skrev Petr Mikulik: > Well, the routine works on data, not on functions. Consider an experiment > with measured 100 data sets put columnwise into a matrix y. Then max(y), > min(y), mean(y), std(y), etc. give statistics for each data set at one call. > Therefore fw

[OctDev] Audio package and pulseaudio

2009-07-15 Thread Miguel Bazdresch
Hello, I am trying to record sound from a microphone using 'aurecord' from the audio package. I have been successful using Octave 3.2 (compiled by myself) on Ubuntu 8.10 (64 bits) with audio-1.1.4. However, on Fedora 11 (64 bits), using plain fedora packages (octave 3.0.5 and octave-forge from 200

Re: [OctDev] Audio package and pulseaudio

2009-07-15 Thread Søren Hauberg
ons, 15 07 2009 kl. 13:58 -0500, skrev Miguel Bazdresch: > It looks as if this is a pulseaudio bug, not octave's, but there are > reports of other legacy tools working fine with padsp, so I wanted to > bring this up here first and ask if anybody has any pointers or > workarounds. I'd rather not st

Re: [OctDev] Audio package and pulseaudio

2009-07-15 Thread Fredrik Lingvall
On Wed, Jul 15, 2009 at 9:23 PM, Søren Hauberg wrote: > ons, 15 07 2009 kl. 13:58 -0500, skrev Miguel Bazdresch: > > It looks as if this is a pulseaudio bug, not octave's, but there are > > reports of other legacy tools working fine with padsp, so I wanted to > > bring this up here first and ask

Re: [OctDev] Upper and lowercase in extra/msh

2009-07-15 Thread Thomas Weber
On Tue, Jul 14, 2009 at 12:02:50PM +0200, Massimiliano Culpo wrote: > Dear Thomas, > > I am sorry for the upper / lower case function names. No problem. I'm glad that you provide tests in the first case :) Thomas -