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

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

[Octave-bug-tracker] [bug #57576] freqz error when using complex data an


From: Laurent Haas
Subject: [Octave-bug-tracker] [bug #57576] freqz error when using complex data and a specific range of frequencies
Date: Fri, 10 Jan 2020 13:07:14 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:72.0) Gecko/20100101 Firefox/72.0

URL:
  <https://savannah.gnu.org/bugs/?57576>

                 Summary: freqz error when using complex data and a specific
range of frequencies
                 Project: GNU Octave
            Submitted by: f6fvy
            Submitted on: ven. 10 janv. 2020 18:07:12 UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Unexpected Error
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 5.1.0
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

When using complex data input and a specific range of frequencies, freqz
generates an error and fails.



>> y = ones(1,5000) + i*ones(1,5000);
>> freqz(y(1:5000), 1, [-4E6:.01E6:4E6], 2.5E6);
error: __plt2vv__: vector lengths must match
error: called from
    __plt__>__plt2vv__ at line 482 column 5
    __plt__>__plt2__ at line 242 column 14
    __plt__ at line 107 column 18
    plot at line 223 column 10
    freqz_plot at line 55 column 3
    freqz at line 194 column 5
>>



Other details in this thread :
https://lists.gnu.org/archive/html/help-octave/2020-01/msg00032.html




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via Savannah
  https://savannah.gnu.org/




reply via email to

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