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

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

[Octave-bug-tracker] [bug #38409] Function blackmanharris(N) creates a r


From: anonymous
Subject: [Octave-bug-tracker] [bug #38409] Function blackmanharris(N) creates a row vector instead of column vector.
Date: Tue, 26 Feb 2013 00:37:41 +0000
User-agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)

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

                 Summary: Function blackmanharris(N) creates a row vector
instead of column vector.
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Tue 26 Feb 2013 12:37:40 AM UTC
                Category: Libraries
                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: 3.6.2
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

These commands were pasted into a qtOctave command line window:

clear all
N = 256;
window1 = rectwin(N);           % 256 x 1
window2 = hann(N);              % 256 x 1
window3 = blackmanharris(N);    % 1 x 256





    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Tue 26 Feb 2013 12:37:40 AM UTC  Name: blackmanharris.m  Size: 152B  
By: None

<http://savannah.gnu.org/bugs/download.php?file_id=27531>

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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