octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #45658] audio package and dirac function


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #45658] audio package and dirac function
Date: Thu, 30 Jul 2015 23:38:49 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.1.0

Update of bug #45658 (project octave):

                  Status:                    None => Invalid                
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

Thanks for your bug report. This sounds more like a help request rather than a
bug report, for future reference.

With respect to the sound functions, please uninstall the audio package. It is
unmaintained and overrides the better supported functions in Octave.


octave:1> pkg uninstall audio
octave:2> soundsc (y)
## good audio playback ensues


With respect to the dirac function, yes it is in the symbolic package but it
operates on symbolic variables, not on numeric values:


octave:1> pkg load symbolic
octave:2> syms x
octave:3> dirac (x)
ans = (sym) DiracDelta(x)


There is a numeric implementation of dirac in the specfun package, if that's
what you want install specfun (although it is also not very well maintained).

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?45658>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]