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

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

[Octave-bug-tracker] [bug #55714] [octave forge] (signal) pmtm not imple


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #55714] [octave forge] (signal) pmtm not implemented
Date: Fri, 15 Feb 2019 13:34:16 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36

Update of bug #55714 (project octave):

                 Release:                   4.4.1 => dev                    

    _______________________________________________________

Follow-up Comment #1:

Missing functions are also listed on https://wiki.octave.org/Signal_package, I
just linked "pmtm" to this bug report.

The full calling syntax of pmtm is pretty complicated


* p = pmtm (x)
* p = pmtm (x, n)
* p = pmtm (x, n, nfft)
* [p, w] = pmtm (...)
* p = pmtm (x, n, w)
* p = pmtm (x, n, f, fs)
* p = pmtm (..., "adapt")
* p = pmtm (..., "unity")
* p = pmtm (..., "eigen")
* p = pmtm (x, e, v)
* p = pmtm (..., "onesided")
* p = pmtm (..., "twosided")
* p = pmtm (..., "centered")
* p = pmtm (..., "droplasttaper", true)
* [p, c] = pmtm (..., "confidencelevel", 0.9)


This function depends on the dpss function, which is also not yet implemented
in the signal package.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55714>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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