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

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

[Octave-bug-tracker] [bug #39766] spectral_adf, spectral_xdf typos


From: Muhali
Subject: [Octave-bug-tracker] [bug #39766] spectral_adf, spectral_xdf typos
Date: Mon, 12 Aug 2013 08:51:36 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0

URL:
  <http://savannah.gnu.org/bugs/?39766>

                 Summary: spectral_adf, spectral_xdf  typos
                 Project: GNU Octave
            Submitted by: muhali
            Submitted on: Mon 12 Aug 2013 01:51:35 AM PDT
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

There are typos in the spectral_adf and spectral_xdf functions from the signal
package. The attached patches fix them.


--- old/spectral_adf.m
+++ new/spectral_adf.m
@@ -47,7 +47,7 @@
   if (nargin == 1)
     w = triangle_lw (cr, b);
   else
-    win = str2func ([win "_lw")];
+    win = str2func ([win "_lw"]);
     w = feval (win, cr, b);
   endif




--- old/spectral_xdf.m
+++ new/spectral_xdf.m
@@ -46,7 +46,7 @@
   if (nargin == 1)
     w = triangle_sw (xr, b);
   else
-    win = str2func ([win "_sw")];
+    win = str2func ([win "_sw"]);
     w = feval (win, xr, b);
   endif






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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